From 2b5fea0e16b6f63e2355aff06d3a3381c03edcf6 Mon Sep 17 00:00:00 2001 From: Mieczyslaw Nalewaj Date: Mon, 24 Mar 2025 07:18:37 +0100 Subject: [PATCH] generic: reorder settings Move "# CONFIG_NVMEM_LAYOUT_ASCII_ENV is not set" to the correct location. Signed-off-by: Mieczyslaw Nalewaj Link: https://github.com/openwrt/openwrt/pull/18335 Signed-off-by: Nick Hainke --- 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 57920960733..6bb3dcf1e66 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 -- 2.47.2