From 84ea696e031eb88f1f57700f24ca315fb2a3372c Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Mon, 18 Aug 2014 21:50:37 +0000 Subject: brcm63xx: move generic profiles to top dir and remove smp profiles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use generic profiles for brcm63xx instead of having similar profiles for each subtarget. Signed-off-by: Álvaro Fernández Rojas Signed-off-by: Jonas Gorski SVN-Revision: 42208 --- target/linux/brcm63xx/profiles/103-Ralink.mk | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 target/linux/brcm63xx/profiles/103-Ralink.mk (limited to 'target/linux/brcm63xx/profiles/103-Ralink.mk') diff --git a/target/linux/brcm63xx/profiles/103-Ralink.mk b/target/linux/brcm63xx/profiles/103-Ralink.mk new file mode 100644 index 0000000000..412c5a45ad --- /dev/null +++ b/target/linux/brcm63xx/profiles/103-Ralink.mk @@ -0,0 +1,13 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/Ralink + NAME:=Ralink WiFi + PACKAGES:=kmod-rt61-pci wpad-mini +endef +$(eval $(call Profile,Ralink)) + -- cgit v1.2.3