diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-08 16:07:42 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-08 16:07:42 +0000 |
commit | 371100cf7424fe14081b2d4144a2cc78288249ce (patch) | |
tree | c3e6a20db6d0551dce12fa4477d0ee8b0f93a64d | |
parent | d9960daaec8032ca21c071f86f37be4960829c76 (diff) | |
download | upstream-371100cf7424fe14081b2d4144a2cc78288249ce.tar.gz upstream-371100cf7424fe14081b2d4144a2cc78288249ce.tar.bz2 upstream-371100cf7424fe14081b2d4144a2cc78288249ce.zip |
enable jffs2 by default on x86-2.6
SVN-Revision: 4963
-rw-r--r-- | openwrt/target/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in index 26e7173d58..effd9d7aa8 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...) |