diff options
| author | Mieczyslaw Nalewaj | 2025-03-24 06:18:37 +0000 |
|---|---|---|
| committer | Nick Hainke | 2025-03-27 15:37:23 +0000 |
| commit | 2b5fea0e16b6f63e2355aff06d3a3381c03edcf6 (patch) | |
| tree | 581f35b30eb64a35c2ae39a151209cd71bd88a6f | |
| parent | b180ed413f028092738381a282d6760504dc4e4e (diff) | |
| download | openwrt-2b5fea0e16b6f63e2355aff06d3a3381c03edcf6.tar.gz | |
generic: reorder settings
Move "# CONFIG_NVMEM_LAYOUT_ASCII_ENV is not set" to the correct location.
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/18335
Signed-off-by: Nick Hainke <vincent@systemli.org>
| -rw-r--r-- | target/linux/generic/config-6.6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-6.6 b/target/linux/generic/config-6.6 index 5792096073..6bb3dcf1e6 100644 --- a/target/linux/generic/config-6.6 +++ b/target/linux/generic/config-6.6 @@ -4340,10 +4340,10 @@ CONFIG_NLS_DEFAULT="iso8859-1" # CONFIG_NVMEM_BCM_OCOTP is not set # CONFIG_NVMEM_BLOCK is not set # CONFIG_NVMEM_IMX_OCOTP is not set +# CONFIG_NVMEM_LAYOUT_ASCII_ENV is not set # CONFIG_NVMEM_LAYOUT_ONIE_TLV is not set # CONFIG_NVMEM_LAYOUT_SL28_VPD is not set # CONFIG_NVMEM_LAYOUT_U_BOOT_ENV is not set -# CONFIG_NVMEM_LAYOUT_ASCII_ENV is not set # CONFIG_NVMEM_REBOOT_MODE is not set # CONFIG_NVMEM_RMEM is not set # CONFIG_NVMEM_SYSFS is not set |