2
0
forked from Ivasoft/openwrt

generic: add CONFIG_MANGLE_BOOTARGS and disable it by default

Enabling this option renames the bootloader supplied root=
and rootfstype= variables, which might have to be know but
would break the automatisms OpenWrt uses.

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>

SVN-Revision: 45196
This commit is contained in:
Imre Kaloz
2015-03-31 19:18:03 +00:00
parent b9c4dadc11
commit 17fb965d6b
4 changed files with 112 additions and 0 deletions

View File

@@ -1945,6 +1945,7 @@ CONFIG_LZMA_DECOMPRESS=y
# CONFIG_MAGIC_SYSRQ is not set
CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1
# CONFIG_MAILBOX is not set
# CONFIG_MANGLE_BOOTARGS is not set
# CONFIG_MARVELL_PHY is not set
# CONFIG_MAX1027 is not set
# CONFIG_MAX1363 is not set