diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-11-20 19:35:22 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-11-20 19:35:22 +0000 |
commit | b3c537d77c0e49df749d5f5ed2f81f57934430e9 (patch) | |
tree | 08bea0864cb8e41337b0cccc4f617e15b1a9f049 | |
parent | fabfe77cd8a055255c92741039a8de6a1a3becad (diff) | |
download | mtk-20170518-b3c537d77c0e49df749d5f5ed2f81f57934430e9.zip mtk-20170518-b3c537d77c0e49df749d5f5ed2f81f57934430e9.tar.gz mtk-20170518-b3c537d77c0e49df749d5f5ed2f81f57934430e9.tar.bz2 |
Remove those two profiles, people that actually change cards will certainly know how to add modules for them
SVN-Revision: 13297
-rw-r--r-- | target/linux/au1000/profiles/Broadcom.mk | 13 | ||||
-rw-r--r-- | target/linux/au1000/profiles/Intel.mk | 13 |
2 files changed, 0 insertions, 26 deletions
diff --git a/target/linux/au1000/profiles/Broadcom.mk b/target/linux/au1000/profiles/Broadcom.mk deleted file mode 100644 index d7fb9cb..0000000 --- a/target/linux/au1000/profiles/Broadcom.mk +++ /dev/null @@ -1,13 +0,0 @@ -# -# Copyright (C) 2006 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -define Profile/Broadcom - NAME:=Broadcom BCM43xx WiFi - PACKAGES:=kmod-net-bcm43xx -endef -$(eval $(call Profile,Broadcom)) - diff --git a/target/linux/au1000/profiles/Intel.mk b/target/linux/au1000/profiles/Intel.mk deleted file mode 100644 index be112ee..0000000 --- a/target/linux/au1000/profiles/Intel.mk +++ /dev/null @@ -1,13 +0,0 @@ -# -# Copyright (C) 2006 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -define Profile/Intel - NAME:=Intel IPW2200 WiFi - PACKAGES:=kmod-net-ipw2200 -endef -$(eval $(call Profile,Intel)) - |