diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-11-04 18:37:07 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-11-04 18:37:07 +0000 |
commit | 496d3e1149eaa05b4d29cdb5203be08332ca76fc (patch) | |
tree | 3a30867b14886cdc5d02802617b6e29e5a67ff7d | |
parent | ccf73202059ab0221cb8999f470c3ec1b8b1c3ab (diff) | |
download | upstream-496d3e1149eaa05b4d29cdb5203be08332ca76fc.tar.gz upstream-496d3e1149eaa05b4d29cdb5203be08332ca76fc.tar.bz2 upstream-496d3e1149eaa05b4d29cdb5203be08332ca76fc.zip |
ar71xx: remove yaffs from the generic rootfstype list
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38645
-rw-r--r-- | target/linux/ar71xx/config-3.10 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/config-3.10 b/target/linux/ar71xx/config-3.10 index 2a0ba822a9..f0b45f8617 100644 --- a/target/linux/ar71xx/config-3.10 +++ b/target/linux/ar71xx/config-3.10 @@ -113,7 +113,7 @@ CONFIG_ATH79_WDT=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_CEVT_R4K=y CONFIG_CLONE_BACKWARDS=y -CONFIG_CMDLINE="rootfstype=squashfs,yaffs,jffs2 noinitrd" +CONFIG_CMDLINE="rootfstype=squashfs,jffs2 noinitrd" CONFIG_CMDLINE_BOOL=y # CONFIG_CMDLINE_OVERRIDE is not set CONFIG_CPU_BIG_ENDIAN=y |