projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
accidentally removed a small part of the flash map patch - fixing that.
[openwrt.git]
/
target
/
Config.in
diff --git
a/target/Config.in
b/target/Config.in
index
26e7173
..
9bcbd37
100644
(file)
--- a/
target/Config.in
+++ b/
target/Config.in
@@
-98,6
+98,16
@@
config LINUX_2_6_RB532
select PCI_SUPPORT
select USES_JFFS2
select PCI_SUPPORT
select USES_JFFS2
+config LINUX_2_6_RDC
+ bool "RDC x86 [2.6]"
+ depends BROKEN
+ select i386
+ select LINUX_2_6
+ select PCI_SUPPORT
+ select USES_JFFS2
+ help
+ Build firmware images for RDC R3203 based routers (e.g. Airlink101 AR525W)
+
config LINUX_2_4_AR7
bool "TI AR7 [2.4]"
select mipsel
config LINUX_2_4_AR7
bool "TI AR7 [2.4]"
select mipsel
@@
-113,6
+123,7
@@
config LINUX_2_6_X86
select PCI_SUPPORT
select USB_SUPPORT
select PCMCIA_SUPPORT
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...)
help
Build firmware images for x86 based boards
(e.g. Soekris net4521 and net4801, PC Engines WRAP...)
This page took
0.023871 seconds
and
4
git commands to generate.