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 | 12c527acf4e192dd2764b05d0dd5d2f0f89bb45d (patch) | |
tree | a6daf7cbd7fbd9db77a9c40571bb29d3f113d97d /target/linux/Makefile | |
parent | 96c3078deabc1ce970e7da42cb14f5d5de5bb8b6 (diff) | |
download | upstream-12c527acf4e192dd2764b05d0dd5d2f0f89bb45d.tar.gz upstream-12c527acf4e192dd2764b05d0dd5d2f0f89bb45d.tar.bz2 upstream-12c527acf4e192dd2764b05d0dd5d2f0f89bb45d.zip |
Add initial support for AMD Alchemy 1500 boards (4G-Systems AccessCube). Thanks to Etienne for the hardware ;)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3606 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/Makefile')
-rw-r--r-- | target/linux/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/Makefile b/target/linux/Makefile index 4ef6c45a06..f40a99cf53 100644 --- a/target/linux/Makefile +++ b/target/linux/Makefile @@ -92,3 +92,4 @@ $(eval $(call kernel_template,2.6,brcm,2_6_BRCM)) $(eval $(call kernel_template,2.6,x86,2_6_X86)) $(eval $(call kernel_template,2.4,ar531x,2_4_AR531X)) $(eval $(call kernel_template,2.6,aruba,2_6_ARUBA)) +$(eval $(call kernel_template,2.6,au1000,2_6_MTX-1)) |