projects
/
openwrt
/
staging
/
ldir.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fbb91d
)
ath79: enable NVMEM u-boot-env driver on generic subtarget
author
INAGAKI Hiroshi
<
[email protected]
>
Thu, 13 Oct 2022 02:20:10 +0000
(11:20 +0900)
committer
Christian Lamparter
<
[email protected]
>
Mon, 22 May 2023 12:45:03 +0000
(14:45 +0200)
This patch enables NVMEM u-boot-env driver (COFNIG_NVMEM_U_BOOT_ENV) on
generic subtarget to use from devices, for MAC address and etc.
Signed-off-by: INAGAKI Hiroshi <
[email protected]
>
target/linux/ath79/generic/config-default
patch
|
blob
|
history
diff --git
a/target/linux/ath79/generic/config-default
b/target/linux/ath79/generic/config-default
index dd59a354900eebdb09478e89e49ac6a51f901192..06f264b626a72be16854e6f984a2ee4f8b3b906a 100644
(file)
--- a/
target/linux/ath79/generic/config-default
+++ b/
target/linux/ath79/generic/config-default
@@
-15,6
+15,8
@@
CONFIG_MARVELL_PHY=y
CONFIG_MICREL_PHY=y
CONFIG_MTD_REDBOOT_PARTS=y
CONFIG_MTD_SPLIT_EVA_FW=y
+CONFIG_NVMEM_SYSFS=y
+CONFIG_NVMEM_U_BOOT_ENV=y
CONFIG_PHY_AR7100_USB=y
CONFIG_PHY_AR7200_USB=y
CONFIG_REALTEK_PHY=y