summaryrefslogtreecommitdiff
path: root/openwrt/target/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-08 16:07:42 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-08 16:07:42 +0000
commit371100cf7424fe14081b2d4144a2cc78288249ce (patch)
treec3e6a20db6d0551dce12fa4477d0ee8b0f93a64d /openwrt/target/Config.in
parentd9960daaec8032ca21c071f86f37be4960829c76 (diff)
downloadmtk-20170518-371100cf7424fe14081b2d4144a2cc78288249ce.zip
mtk-20170518-371100cf7424fe14081b2d4144a2cc78288249ce.tar.gz
mtk-20170518-371100cf7424fe14081b2d4144a2cc78288249ce.tar.bz2
enable jffs2 by default on x86-2.6
SVN-Revision: 4963
Diffstat (limited to 'openwrt/target/Config.in')
-rw-r--r--openwrt/target/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in
index 26e7173..effd9d7 100644
--- a/openwrt/target/Config.in
+++ b/openwrt/target/Config.in
@@ -113,6 +113,7 @@ config LINUX_2_6_X86
select PCI_SUPPORT
select USB_SUPPORT
select PCMCIA_SUPPORT
+ select USES_JFFS2
help
Build firmware images for x86 based boards
(e.g. Soekris net4521 and net4801, PC Engines WRAP...)