[openwrt/openwrt] generic: reorder settings

LEDE Commits lede-commits at lists.infradead.org
Thu Mar 27 08:38:29 PDT 2025


nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/2b5fea0e16b6f63e2355aff06d3a3381c03edcf6

commit 2b5fea0e16b6f63e2355aff06d3a3381c03edcf6
Author: Mieczyslaw Nalewaj <namiltd at yahoo.com>
AuthorDate: Mon Mar 24 07:18:37 2025 +0100

    generic: reorder settings
    
    Move "# CONFIG_NVMEM_LAYOUT_ASCII_ENV is not set" to the correct location.
    
    Signed-off-by: Mieczyslaw Nalewaj <namiltd at yahoo.com>
    Link: https://github.com/openwrt/openwrt/pull/18335
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 target/linux/generic/config-6.6 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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




More information about the lede-commits mailing list