|
@@ -5,13 +5,14 @@
|
|
|
# See /LICENSE for more information.
|
|
# See /LICENSE for more information.
|
|
|
#
|
|
#
|
|
|
|
|
|
|
|
-define Profile/Atheros
|
|
|
|
|
|
|
+define Profile/Broadcom-ath5k
|
|
|
NAME:=Atheros WiFi (ath5k)
|
|
NAME:=Atheros WiFi (ath5k)
|
|
|
PACKAGES:=kmod-ath5k
|
|
PACKAGES:=kmod-ath5k
|
|
|
endef
|
|
endef
|
|
|
|
|
|
|
|
define Profile/Atheros/Description
|
|
define Profile/Atheros/Description
|
|
|
- Package set compatible with hardware using Atheros WiFi cards
|
|
|
|
|
|
|
+ Package set compatible with hardware using Atheros WiFi cards and
|
|
|
|
|
+ b44 Ethernet driver.
|
|
|
endef
|
|
endef
|
|
|
-$(eval $(call Profile,Atheros))
|
|
|
|
|
|
|
+$(eval $(call Profile,Broadcom-ath5k))
|
|
|
|
|
|