diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-06-15 21:43:59 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-15 21:43:59 +0000 |
| commit | 726e4fbdded4846bca1e2a95d8ed006b0efe654d (patch) | |
| tree | d4ee39cea536ba28ceb5b24efb8763f315142951 /openwrt/target/Config.in | |
| parent | 0eb990ad6342e438dbb92cc34be2b8363e0c4e8d (diff) | |
| download | mtk-20170518-726e4fbdded4846bca1e2a95d8ed006b0efe654d.zip mtk-20170518-726e4fbdded4846bca1e2a95d8ed006b0efe654d.tar.gz mtk-20170518-726e4fbdded4846bca1e2a95d8ed006b0efe654d.tar.bz2 | |
add rb532 support
SVN-Revision: 3956
Diffstat (limited to 'openwrt/target/Config.in')
| -rw-r--r-- | openwrt/target/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in index aad5f99..47e62d4 100644 --- a/openwrt/target/Config.in +++ b/openwrt/target/Config.in @@ -43,6 +43,12 @@ config LINUX_2_6_BRCM Build firmware images for Broadcom based routers (e.g. Netgear WGT634u) +config LINUX_2_6_RB532 + bool "Mikrotik RB532 [2.6]" + select mipsel + select LINUX_2_6 + select PCI_SUPPORT + config LINUX_2_4_AR7 bool "TI AR7 [2.4]" select mipsel |
