summaryrefslogtreecommitdiffstats
path: root/target/linux/au1000
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-11-20 19:35:22 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-11-20 19:35:22 +0000
commite69c64d522683fa0cb3015bbde32f5ae37d3a564 (patch)
tree7d0db5e0d16e50c10a632967a62241fd62e9d30c /target/linux/au1000
parent117defda1126eff3e69ecb57031def1dbaf70fd9 (diff)
Remove those two profiles, people that actually change cards will certainly know how to add modules for them
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13297 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/au1000')
-rw-r--r--target/linux/au1000/profiles/Broadcom.mk13
-rw-r--r--target/linux/au1000/profiles/Intel.mk13
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 d7fb9cb80..000000000
--- 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 be112eea9..000000000
--- 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))
-