diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-07-18 15:58:08 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-09-28 22:45:39 +0200 |
commit | f4a6daa5da61a53a717e1c8043d02dd0cfcdc5e0 (patch) | |
tree | 8857c77ed24b3843682429aa9cda702492807b22 /target/linux/ar71xx/mikrotik | |
parent | a816e1eac761bfdac720d00d15feb18b7b9fd1e3 (diff) | |
download | upstream-f4a6daa5da61a53a717e1c8043d02dd0cfcdc5e0.tar.gz upstream-f4a6daa5da61a53a717e1c8043d02dd0cfcdc5e0.tar.bz2 upstream-f4a6daa5da61a53a717e1c8043d02dd0cfcdc5e0.zip |
ar71xx: unify CONFIG_CMDLINE
Booting from jffs2 directly is no longer supported, use
rootfstype=squashfs consistently for all subtargets
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/ar71xx/mikrotik')
-rw-r--r-- | target/linux/ar71xx/mikrotik/config-default | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ar71xx/mikrotik/config-default b/target/linux/ar71xx/mikrotik/config-default index d448560eb9..3ff5379cc4 100644 --- a/target/linux/ar71xx/mikrotik/config-default +++ b/target/linux/ar71xx/mikrotik/config-default @@ -212,7 +212,6 @@ CONFIG_ATH79_MACH_RBSXTLITE=y # CONFIG_ATH79_MACH_ZCN_1523H is not set # CONFIG_ATH79_NVRAM is not set CONFIG_ATH79_ROUTERBOOT=y -CONFIG_CMDLINE="rootfstype=squashfs noinitrd" CONFIG_CRC16=y CONFIG_CRYPTO_DEFLATE=y CONFIG_GPIO_LATCH=y |