diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-04-10 15:31:26 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-04-10 15:31:26 +0000 |
commit | a86978e2e6e3e53589a047bc026b835cc094b18a (patch) | |
tree | 742027b15ec9ccb7eaf2dda1afb4ba92b02a27aa /openwrt/target/Config.in | |
parent | 6669ffcf51d1c2e728bca4834cd279c94d630b30 (diff) | |
download | mtk-20170518-a86978e2e6e3e53589a047bc026b835cc094b18a.zip mtk-20170518-a86978e2e6e3e53589a047bc026b835cc094b18a.tar.gz mtk-20170518-a86978e2e6e3e53589a047bc026b835cc094b18a.tar.bz2 |
Add initial support for AMD Alchemy 1500 boards (4G-Systems AccessCube). Thanks to Etienne for the hardware ;)
SVN-Revision: 3606
Diffstat (limited to 'openwrt/target/Config.in')
-rw-r--r-- | openwrt/target/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in index dc06dd3..310105b 100644 --- a/openwrt/target/Config.in +++ b/openwrt/target/Config.in @@ -60,6 +60,15 @@ config BR2_LINUX_2_6_X86 Build firmware images for x86 based boards (e.g. Soekris net4521 and net4801, PC Engines WRAP...) +config BR2_LINUX_2_6_MTX-1 + bool "mtx1 [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 ...) + if CONFIG_DEVEL config BR2_LINUX_2_6_ARM |