diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-08-18 21:50:37 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-08-18 21:50:37 +0000 |
commit | 927414af4ee70e2f15aa51e7779b7afb6fffb8d6 (patch) | |
tree | a54c5fa0ba1c1041873a0ab8688bac5236bd488f /target/linux/brcm63xx/smp/profiles/101-Broadcom-wl.mk | |
parent | a8b85da981a35dd5c1d25a1c2f8685a96bacb07e (diff) | |
download | upstream-927414af4ee70e2f15aa51e7779b7afb6fffb8d6.tar.gz upstream-927414af4ee70e2f15aa51e7779b7afb6fffb8d6.tar.bz2 upstream-927414af4ee70e2f15aa51e7779b7afb6fffb8d6.zip |
brcm63xx: move generic profiles to top dir and remove smp profiles
Use generic profiles for brcm63xx instead of having similar profiles for
each subtarget.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42208 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/smp/profiles/101-Broadcom-wl.mk')
-rw-r--r-- | target/linux/brcm63xx/smp/profiles/101-Broadcom-wl.mk | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/target/linux/brcm63xx/smp/profiles/101-Broadcom-wl.mk b/target/linux/brcm63xx/smp/profiles/101-Broadcom-wl.mk deleted file mode 100644 index 4f2d605eb7..0000000000 --- a/target/linux/brcm63xx/smp/profiles/101-Broadcom-wl.mk +++ /dev/null @@ -1,19 +0,0 @@ -# -# Copyright (C) 2010 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -define Profile/Broadcom-wl - NAME:=Broadcom BCM43xx WiFi (wl, proprietary) - PACKAGES:= kmod-brcm-wl wlc nas -endef - -define Profile/Broadcom-wl/Description - Package set compatible with hardware using Broadcom BCM43xx cards - using the proprietary broadcom wireless "wl" driver. -endef - -$(eval $(call Profile,Broadcom-wl)) - |