diff options
Diffstat (limited to 'target/linux/ifxmips/danube/profiles/100-Atheros.mk')
-rw-r--r-- | target/linux/ifxmips/danube/profiles/100-Atheros.mk | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/target/linux/ifxmips/danube/profiles/100-Atheros.mk b/target/linux/ifxmips/danube/profiles/100-Atheros.mk deleted file mode 100644 index 945868a947..0000000000 --- a/target/linux/ifxmips/danube/profiles/100-Atheros.mk +++ /dev/null @@ -1,14 +0,0 @@ -# -# Copyright (C) 2008 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -define Profile/Atheros - NAME:=Atheros WiFi - PACKAGES:=kmod-madwifi hostapd-mini -endef - -$(eval $(call Profile,Atheros)) - |