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 | aee51620b0c7c2ca22f77a4e01a8f8413329c373 (patch) | |
tree | 07190ec6da6665e312b2b887bfcc706215bb24df /target | |
parent | f798d7c58eed1ba183b0e8703219d0daf192069a (diff) | |
download | upstream-aee51620b0c7c2ca22f77a4e01a8f8413329c373.tar.gz upstream-aee51620b0c7c2ca22f77a4e01a8f8413329c373.tar.bz2 upstream-aee51620b0c7c2ca22f77a4e01a8f8413329c373.zip |
enable jffs2 by default on x86-2.6
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4963 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index 26e7173d58..effd9d7aa8 100644 --- a/target/Config.in +++ b/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...) |