diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-10-15 23:34:22 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-10-15 23:34:22 +0000 |
commit | 44419aed87f1c2ea1024535edabc1c3a250b6fc8 (patch) | |
tree | 777ec7969e32815eb729a942b76a86ba88a36db2 /target/Config.in | |
parent | 875927a153f1ea538280afc0ce04e75c91683f5e (diff) | |
download | upstream-44419aed87f1c2ea1024535edabc1c3a250b6fc8.tar.gz upstream-44419aed87f1c2ea1024535edabc1c3a250b6fc8.tar.bz2 upstream-44419aed87f1c2ea1024535edabc1c3a250b6fc8.zip |
Merge preliminary rdc-2.6 support (Airlink101 AR525W)
SVN-Revision: 5138
Diffstat (limited to 'target/Config.in')
-rw-r--r-- | target/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index effd9d7aa8..9bcbd3782e 100644 --- a/target/Config.in +++ b/target/Config.in @@ -98,6 +98,16 @@ config LINUX_2_6_RB532 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 |