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 | 67e0d0623fa7ff901dca53c5a991f96f19260313 (patch) | |
tree | b8f5f01b57d9c4be940d7c78e270e3dad3dc5c4d /target | |
parent | 4a76cb79e72ea1fbbd9a224ed5db2339994dd1d2 (diff) | |
download | master-187ad058-67e0d0623fa7ff901dca53c5a991f96f19260313.tar.gz master-187ad058-67e0d0623fa7ff901dca53c5a991f96f19260313.tar.bz2 master-187ad058-67e0d0623fa7ff901dca53c5a991f96f19260313.zip |
ar71xx: remove yaffs from the generic rootfstype list
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38645 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 |