mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-10 06:54:53 +01:00
ath79: tiny: enable NVMEM u-boot-env driver
The upcoming D-Link devices to the tiny sub-target require it to parse the u-env MAC address. The kernel size will increase by about 1 KiB. Signed-off-by: Shiji Yang <yangshiji66@qq.com>
This commit is contained in:
parent
82208eb527
commit
9a6c1846bb
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ CONFIG_NET_DSA=y
|
|||
CONFIG_NET_DSA_MV88E6060=y
|
||||
CONFIG_NET_DSA_TAG_TRAILER=y
|
||||
CONFIG_NET_SWITCHDEV=y
|
||||
CONFIG_NVMEM_SYSFS=y
|
||||
CONFIG_NVMEM_U_BOOT_ENV=y
|
||||
CONFIG_PHYLINK=y
|
||||
CONFIG_PHY_AR7100_USB=y
|
||||
CONFIG_PHY_AR7200_USB=y
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue