diff options
Diffstat (limited to 'target/linux/ifxmips/danube/profiles/100-Atheros.mk')
-rw-r--r-- | target/linux/ifxmips/danube/profiles/100-Atheros.mk | 7 |
1 files changed, 2 insertions, 5 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)) |