projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update busybox+ipkg to latest ipkg (v0.99.162),
[openwrt.git]
/
openwrt
/
target
/
Config.in
diff --git
a/openwrt/target/Config.in
b/openwrt/target/Config.in
index
2c486ee
..
3d5e01d
100644
(file)
--- a/
openwrt/target/Config.in
+++ b/
openwrt/target/Config.in
@@
-2,6
+2,15
@@
choice
prompt "Target System"
default BR2_LINUX_2_4_BRCM
prompt "Target System"
default BR2_LINUX_2_4_BRCM
+config BR2_LINUX_2_6_AU1000
+ bool "AMD Alchemy 1xxx [2.6]"
+ select BR2_mipsel
+ select BR2_LINUX_2_6
+ select BR2_LINUX_PCMCIA_SUPPORT
+ help
+ Build firmware for AMD Alchemy 1500 boards
+ (e.g. 4G-Systems Mesh/Access Cube ...)
+
config BR2_LINUX_2_6_ARUBA
bool "Aruba [2.6]"
select BR2_mips
config BR2_LINUX_2_6_ARUBA
bool "Aruba [2.6]"
select BR2_mips
@@
-37,6
+46,14
@@
config BR2_LINUX_2_6_BRCM
Build firmware images for Broadcom based routers
(e.g. Netgear WGT634u)
Build firmware images for Broadcom based routers
(e.g. Netgear WGT634u)
+config BR2_LINUX_2_6_XSCALE
+ bool "Intel XScale IXP42x [2.6]"
+ select BR2_armeb
+ select BR2_LINUX_2_6
+ help
+ Build firmware image for Intel Xscale based routers
+ (e.g. Gateway 7001 series)
+
config BR2_LINUX_2_4_AR7
bool "TI AR7 [2.4]"
select BR2_mipsel
config BR2_LINUX_2_4_AR7
bool "TI AR7 [2.4]"
select BR2_mipsel
@@
-60,25
+77,21
@@
config BR2_LINUX_2_6_X86
Build firmware images for x86 based boards
(e.g. Soekris net4521 and net4801, PC Engines WRAP...)
Build firmware images for x86 based boards
(e.g. Soekris net4521 and net4801, PC Engines WRAP...)
-config BR2_LINUX_2_6_
AU1000
- bool "
au1000
[2.6]"
- select BR2_mips
el
+config BR2_LINUX_2_6_
SIBYTE
+ bool "
SiByte
[2.6]"
+ select BR2_mips
select BR2_LINUX_2_6
select BR2_LINUX_2_6
- select BR2_LINUX_PCMCIA_SUPPORT
- help
- Build firmware for AMD Alchemy 1500 boards
- (e.g. 4G-Systems Mesh/Access Cube ...)
if CONFIG_DEVEL
if CONFIG_DEVEL
+config BR2_LINUX_2_6_MIPS64
+ bool "UNSUPPORTED mips64 platform"
+ select BR2_mips64
+
config BR2_LINUX_2_6_ARM
bool "UNSUPPORTED little-endian arm platform"
select BR2_arm
config BR2_LINUX_2_6_ARM
bool "UNSUPPORTED little-endian arm platform"
select BR2_arm
-config BR2_LINUX_2_6_ARMEB
- bool "UNSUPPORTED big-endian arm platform"
- select BR2_armeb
-
config BR2_LINUX_2_6_CRIS
bool "UNSUPPORTED cris platform"
select BR2_cris
config BR2_LINUX_2_6_CRIS
bool "UNSUPPORTED cris platform"
select BR2_cris
This page took
0.027372 seconds
and
4
git commands to generate.