mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
bcm27xx: fix wireless dependence (#3161)
This commit is contained in:
parent
0b049d2494
commit
dcc9b1d8f7
@ -16,6 +16,7 @@ menu "Target Images"
|
|||||||
prompt "Compression"
|
prompt "Compression"
|
||||||
default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_apm821xx
|
default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_apm821xx
|
||||||
default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_ar71xx
|
default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_ar71xx
|
||||||
|
default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_ipq40xx
|
||||||
default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_lantiq
|
default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_lantiq
|
||||||
default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_mpc85xx
|
default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_mpc85xx
|
||||||
default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_ramips
|
default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_ramips
|
||||||
|
@ -449,7 +449,7 @@ define KernelPackage/brcmfmac/config
|
|||||||
|
|
||||||
config BRCMFMAC_SDIO
|
config BRCMFMAC_SDIO
|
||||||
bool "Enable SDIO bus interface support"
|
bool "Enable SDIO bus interface support"
|
||||||
default y if TARGET_brcm2708
|
default y if TARGET_bcm27xx
|
||||||
default y if TARGET_sunxi
|
default y if TARGET_sunxi
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
|
0
target/linux/bcm27xx/base-files/etc/board.d/02_network
Normal file → Executable file
0
target/linux/bcm27xx/base-files/etc/board.d/02_network
Normal file → Executable file
@ -24,6 +24,3 @@ ROOTFSSIZE="$(($4 / 512))"
|
|||||||
|
|
||||||
dd bs=512 if="$BOOTFS" of="$OUTPUT" seek="$BOOTOFFSET" conv=notrunc
|
dd bs=512 if="$BOOTFS" of="$OUTPUT" seek="$BOOTOFFSET" conv=notrunc
|
||||||
dd bs=512 if="$ROOTFS" of="$OUTPUT" seek="$ROOTFSOFFSET" conv=notrunc
|
dd bs=512 if="$ROOTFS" of="$OUTPUT" seek="$ROOTFSOFFSET" conv=notrunc
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user