index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
target
/
Config.in
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Felix Fietkau <nbd@openwrt.org>
2006-10-17 01:25:20 +0000
committer
Felix Fietkau <nbd@openwrt.org>
2006-10-17 01:25:20 +0000
commit
69071113053bd0e4f26546b93aff07370f60497a
(
patch
)
tree
653efef061c269ff345d1129f7f5a968e4bbace8
/
target/Config.in
parent
2bc9370619d61ca465cfeffb6321be67f4e2ead4
(
diff
)
add USES_EXT2 flag for target platforms
SVN-Revision: 5175
Diffstat
(limited to 'target/Config.in')
-rw-r--r--
target/Config.in
4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in
index 9bcbd3782e..ca3397c01f 100644
--- a/
target/Config.in
+++ b/
target/Config.in
@@ -124,6 +124,7 @@ config LINUX_2_6_X86
select USB_SUPPORT
select PCMCIA_SUPPORT
select USES_JFFS2
+ select USES_EXT2
help
Build firmware images for x86 based boards
(e.g. Soekris net4521 and net4801, PC Engines WRAP...)
@@ -216,6 +217,9 @@ config USES_SQUASHFS
config USES_JFFS2
bool
+config USES_EXT2
+ bool
+
# Architecture selection
config i386