1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[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
This commit is contained in:
blogic
2010-11-03 19:02:27 +00:00
parent f0efddfaa0
commit 0a2b2965cd
223 changed files with 620 additions and 22746 deletions

View File

@@ -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))

View File

@@ -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))