summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorINAGAKI Hiroshi2024-04-07 09:52:39 +0000
committerHauke Mehrtens2025-06-22 20:17:20 +0000
commite10a811408c92468e754748e78d3ddb7137a23bb (patch)
treec94e9e66626355884555d6a5b8a6c1542a811577
parent4392d1a92b747d3c39701eb6eac5e457f7fa0848 (diff)
downloadopenwrt-e10a811408c92468e754748e78d3ddb7137a23bb.tar.gz
mvebu: cortexa72: enable CONFIG_CMDLINE_PARTITION for blkdevparts
Enable CONFIG_CMDLINE_PARTITION symbol to use "blkdevparts=" parameter support on Check Point V-80. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com> Link: https://github.com/openwrt/openwrt/pull/16904 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--target/linux/mvebu/cortexa72/config-6.121
-rw-r--r--target/linux/mvebu/cortexa72/config-6.61
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/mvebu/cortexa72/config-6.12 b/target/linux/mvebu/cortexa72/config-6.12
index fc90d10237..eb53d98e5c 100644
--- a/target/linux/mvebu/cortexa72/config-6.12
+++ b/target/linux/mvebu/cortexa72/config-6.12
@@ -42,6 +42,7 @@ CONFIG_ARM_SBSA_WATCHDOG=y
CONFIG_AUDIT_ARCH_COMPAT_GENERIC=y
CONFIG_CC_HAVE_SHADOW_CALL_STACK=y
CONFIG_CC_HAVE_STACKPROTECTOR_SYSREG=y
+CONFIG_CMDLINE_PARTITION=y
CONFIG_CPU_LITTLE_ENDIAN=y
CONFIG_CRC_CCITT=y
CONFIG_DMA_DIRECT_REMAP=y
diff --git a/target/linux/mvebu/cortexa72/config-6.6 b/target/linux/mvebu/cortexa72/config-6.6
index d6aaa8d0bd..2ce252c080 100644
--- a/target/linux/mvebu/cortexa72/config-6.6
+++ b/target/linux/mvebu/cortexa72/config-6.6
@@ -41,6 +41,7 @@ CONFIG_ARM_SBSA_WATCHDOG=y
CONFIG_AUDIT_ARCH_COMPAT_GENERIC=y
CONFIG_CC_HAVE_SHADOW_CALL_STACK=y
CONFIG_CC_HAVE_STACKPROTECTOR_SYSREG=y
+CONFIG_CMDLINE_PARTITION=y
CONFIG_CPU_LITTLE_ENDIAN=y
CONFIG_CRC_CCITT=y
CONFIG_DMA_DIRECT_REMAP=y