diff options
author | Shiji Yang <yangshiji66@qq.com> | 2024-03-19 21:25:52 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2024-03-30 01:04:17 +0100 |
commit | 9a6c1846bb40879fccf42070ec3bf4daa9732e93 (patch) | |
tree | 62c6912b2a61abb81c50cda0257a2962fdd9393a | |
parent | 82208eb52785da3cce48cfa47849436aa77e985c (diff) | |
download | openwrt-9a6c1846bb40879fccf42070ec3bf4daa9732e93.tar.gz openwrt-9a6c1846bb40879fccf42070ec3bf4daa9732e93.tar.bz2 openwrt-9a6c1846bb40879fccf42070ec3bf4daa9732e93.zip |
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>
-rw-r--r-- | target/linux/ath79/tiny/config-default | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ath79/tiny/config-default b/target/linux/ath79/tiny/config-default index df7e662827..3fb83dd8e1 100644 --- a/target/linux/ath79/tiny/config-default +++ b/target/linux/ath79/tiny/config-default @@ -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 |