summaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/danube/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ifxmips/danube/profiles')
-rw-r--r--target/linux/ifxmips/danube/profiles/100-Atheros.mk7
-rw-r--r--target/linux/ifxmips/danube/profiles/200-Ralink.mk8
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 71804b294..945868a94 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 dd9716ab5..19c87c8df 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))
-