mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
mvebu: fix missing Kconfig
This commit is contained in:
parent
a0ffc4c4e0
commit
90659c4876
@ -376,6 +376,7 @@ CONFIG_SFP=y
|
||||
CONFIG_SGL_ALLOC=y
|
||||
CONFIG_SG_POOL=y
|
||||
CONFIG_SMP=y
|
||||
CONFIG_HAVE_ARM_ARCH_TIMER=y
|
||||
CONFIG_SMP_ON_UP=y
|
||||
CONFIG_SOC_BUS=y
|
||||
CONFIG_SPARSE_IRQ=y
|
||||
|
@ -7,7 +7,7 @@ BOARDNAME:=MT7620 based boards
|
||||
FEATURES+=usb ramdisk
|
||||
CPU_TYPE:=24kc
|
||||
|
||||
DEFAULT_PACKAGES += kmod-rt2800-soc wpad-basic-wolfssl swconfig
|
||||
DEFAULT_PACKAGES += kmod-rt2800-soc wpad-openssl swconfig
|
||||
|
||||
define Target/Description
|
||||
Build firmware images for Ralink MT7620 based boards.
|
||||
|
@ -7,7 +7,7 @@ BOARDNAME:=MT76x8 based boards
|
||||
FEATURES+=usb ramdisk
|
||||
CPU_TYPE:=24kc
|
||||
|
||||
DEFAULT_PACKAGES += kmod-mt7603 wpad-basic-wolfssl swconfig
|
||||
DEFAULT_PACKAGES += kmod-mt7603 wpad-openssl swconfig
|
||||
|
||||
define Target/Description
|
||||
Build firmware images for Ralink MT76x8 based boards.
|
||||
|
Loading…
Reference in New Issue
Block a user