diff options
author | Mike Baker <mbm@openwrt.org> | 2006-01-12 19:10:07 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2006-01-12 19:10:07 +0000 |
commit | a8da8ad593c39ad435bbd1f6eef179c4f61fa947 (patch) | |
tree | 782be8671263c44a5c51251600e6ea719426d6ce /openwrt/target/linux/Makefile | |
parent | 3ba5a7a92cc6bdc8de82197d59a739c59f318d79 (diff) | |
download | mtk-20170518-a8da8ad593c39ad435bbd1f6eef179c4f61fa947.zip mtk-20170518-a8da8ad593c39ad435bbd1f6eef179c4f61fa947.tar.gz mtk-20170518-a8da8ad593c39ad435bbd1f6eef179c4f61fa947.tar.bz2 |
Merge aruba support
SVN-Revision: 2940
Diffstat (limited to 'openwrt/target/linux/Makefile')
-rw-r--r-- | openwrt/target/linux/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/linux/Makefile b/openwrt/target/linux/Makefile index fbc4e05..8a2eb73 100644 --- a/openwrt/target/linux/Makefile +++ b/openwrt/target/linux/Makefile @@ -89,3 +89,4 @@ $(eval $(call kernel_template,2.4,x86,2_4_X86)) $(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)) |