diff options
| author | Florian Fainelli <florian@openwrt.org> | 2006-06-26 11:45:23 +0000 |
|---|---|---|
| committer | Florian Fainelli <florian@openwrt.org> | 2006-06-26 11:45:23 +0000 |
| commit | 9fd0b05b294a0b247a9ec3b2001b074297c7b16c (patch) | |
| tree | 673f741f2b4a36c7a417f8ce807980690af25d11 /openwrt/target/Config.in | |
| parent | b33647bf27f5b28c83398e96ad213c24302f5fd8 (diff) | |
| download | mtk-20170518-9fd0b05b294a0b247a9ec3b2001b074297c7b16c.zip mtk-20170518-9fd0b05b294a0b247a9ec3b2001b074297c7b16c.tar.gz mtk-20170518-9fd0b05b294a0b247a9ec3b2001b074297c7b16c.tar.bz2 | |
Merge premilinary Broadcom 63xx support (Livebox, Siemens SE515...) Kernel compiles fine, does not include linux-2.6.8.1 linux-mips specific fixes and neither includes broadcom changes to netfiler Needs testing of course :)
SVN-Revision: 4084
Diffstat (limited to 'openwrt/target/Config.in')
| -rw-r--r-- | openwrt/target/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in index 47e62d4..8037a88 100644 --- a/openwrt/target/Config.in +++ b/openwrt/target/Config.in @@ -43,6 +43,16 @@ config LINUX_2_6_BRCM Build firmware images for Broadcom based routers (e.g. Netgear WGT634u) +config LINUX_2_6_BRCM63XX + bool "Broadcom BCM63xx [2.6]" + select mips + select LINUX_2_6 + select PCI_SUPPORT + select PCMCIA_SUPPORT + help + Build firmware images for Broadcom based xDSL/routers + (e.g. Inventel Livebox, Siemens SE515) + config LINUX_2_6_RB532 bool "Mikrotik RB532 [2.6]" select mipsel |
