1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-06 00:00:42 +03:00

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
This commit is contained in:
florian 2008-11-20 19:35:22 +00:00
parent 117defda11
commit e69c64d522
2 changed files with 0 additions and 26 deletions

View File

@ -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))

View File

@ -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))