X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/3017a7e663d0758e973bde76d95ebe087122f82d..b14d40272eb178a72870b90d65b953532eccf05d:/openwrt/target/Config.in diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in index e6e272d31..fa3843b99 100644 --- a/openwrt/target/Config.in +++ b/openwrt/target/Config.in @@ -2,9 +2,19 @@ choice 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 + select BR2_LINUX_2_6 help Build firmware images for Aruba boards @@ -30,11 +40,20 @@ config BR2_LINUX_2_4_BRCM config BR2_LINUX_2_6_BRCM bool "Broadcom BCM47xx/53xx [2.6]" select BR2_mipsel + select BR2_LINUX_2_6 select BR2_LINUX_PCMCIA_SUPPORT help 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 @@ -52,6 +71,7 @@ config BR2_LINUX_2_4_X86 config BR2_LINUX_2_6_X86 bool "x86 [2.6]" select BR2_i386 + select BR2_LINUX_2_6 select BR2_LINUX_PCMCIA_SUPPORT help Build firmware images for x86 based boards @@ -63,10 +83,6 @@ 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 @@ -103,6 +119,11 @@ endif endchoice +config BR2_LINUX_2_6 + bool + default n + depends BR2_LINUX_2_6_X86 || BR2_LINUX_2_6_BRCM || BR2_LINUX_2_6_ARUBA + config BR2_LINUX_PCMCIA_SUPPORT bool default n