diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-12 14:48:36 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-12 14:48:36 +0000 |
commit | dc96101958bde084c6a61591a2b2b51eff44ce02 (patch) | |
tree | 878161eb2afbe3971404268f275017829a958969 /target/linux/Makefile | |
parent | b3e2848f833b397019a149ae3c056bc725f66b61 (diff) |
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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3626 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/Makefile')
-rw-r--r-- | target/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/Makefile b/target/linux/Makefile index f40a99cf5..9f25fd721 100644 --- a/target/linux/Makefile +++ b/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)) |