diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-04-12 14:48:36 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-04-12 14:48:36 +0000 |
commit | ad8842b945a0a27606d055e1a67b048e009e5843 (patch) | |
tree | a8a483311947768882e8c9688ac83066997c332e /openwrt/target/linux/Makefile | |
parent | 7c52e42ba293040abadbc65246f1fc7b6fcee5e1 (diff) | |
download | mtk-20170518-ad8842b945a0a27606d055e1a67b048e009e5843.zip mtk-20170518-ad8842b945a0a27606d055e1a67b048e009e5843.tar.gz mtk-20170518-ad8842b945a0a27606d055e1a67b048e009e5843.tar.bz2 |
Move ueagle to the main kernel config since it is in stock kernel Add Zydas ZD1211 driver, needs testing, closes #249 Change MTX-1 platform name for AU1000 in order to have a unique platform naming
SVN-Revision: 3626
Diffstat (limited to 'openwrt/target/linux/Makefile')
-rw-r--r-- | openwrt/target/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/Makefile b/openwrt/target/linux/Makefile index f40a99c..9f25fd7 100644 --- a/openwrt/target/linux/Makefile +++ b/openwrt/target/linux/Makefile @@ -92,4 +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)) +$(eval $(call kernel_template,2.6,au1000,2_6_AU1000)) |