diff options
author | John Crispin <blogic@openwrt.org> | 2010-11-03 19:02:27 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2010-11-03 19:02:27 +0000 |
commit | b8a8caa3d78a025506b919f00d559c8ecc050cdc (patch) | |
tree | 9166127f79cbe0b37ab9b278968529b8ddfef738 /target/linux/ifxmips/danube/profiles | |
parent | b9148123217c9e234fa9855c0db487052ab4211d (diff) | |
download | upstream-b8a8caa3d78a025506b919f00d559c8ecc050cdc.tar.gz upstream-b8a8caa3d78a025506b919f00d559c8ecc050cdc.tar.bz2 upstream-b8a8caa3d78a025506b919f00d559c8ecc050cdc.zip |
[ifxmips]:
* bump kernel to 2.6.35.8
* merge arcadyn mach files
* fixes ar9
* adds hack for tapi drivers
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23836 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ifxmips/danube/profiles')
-rw-r--r-- | target/linux/ifxmips/danube/profiles/100-Atheros.mk | 7 | ||||
-rw-r--r-- | target/linux/ifxmips/danube/profiles/200-Ralink.mk | 8 |
2 files changed, 4 insertions, 11 deletions
diff --git a/target/linux/ifxmips/danube/profiles/100-Atheros.mk b/target/linux/ifxmips/danube/profiles/100-Atheros.mk index 71804b294f..945868a947 100644 --- a/target/linux/ifxmips/danube/profiles/100-Atheros.mk +++ b/target/linux/ifxmips/danube/profiles/100-Atheros.mk @@ -6,12 +6,9 @@ # define Profile/Atheros - NAME:=Atheros WiFi (default) - PACKAGES:=kmod-madwifi + NAME:=Atheros WiFi + PACKAGES:=kmod-madwifi hostapd-mini endef -define Profile/Atheros/Description - Package set compatible with hardware using Atheros WiFi cards -endef $(eval $(call Profile,Atheros)) diff --git a/target/linux/ifxmips/danube/profiles/200-Ralink.mk b/target/linux/ifxmips/danube/profiles/200-Ralink.mk index dd9716ab59..19c87c8df0 100644 --- a/target/linux/ifxmips/danube/profiles/200-Ralink.mk +++ b/target/linux/ifxmips/danube/profiles/200-Ralink.mk @@ -6,12 +6,8 @@ # define Profile/Ralink - NAME:=Ralink RT61 Wifi (ARV452) - PACKAGES:=kmod-rt61-pci + NAME:=Ralink RT61 Wifi + PACKAGES:=kmod-rt61-pci hostapd-mini endef -define Profile/Ralink/Description - Package set compatible with hardware using Ralink WiFi cards -endef $(eval $(call Profile,Ralink)) - |