aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/profiles
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2014-06-05 21:23:58 +0000
committerHauke Mehrtens <hauke@openwrt.org>2014-06-05 21:23:58 +0000
commit431f863e5eda392580e2d7916973b27fc0a81f15 (patch)
tree1e56dd0e06a24e2eff16cd9eabc43f9fb9fb4348 /target/linux/brcm47xx/profiles
parent7c3630cd52232a69ed2d7c84b03b62eb869d5a2a (diff)
downloadupstream-431f863e5eda392580e2d7916973b27fc0a81f15.tar.gz
upstream-431f863e5eda392580e2d7916973b27fc0a81f15.tar.bz2
upstream-431f863e5eda392580e2d7916973b27fc0a81f15.zip
brcm47xx: move current target to "generic" subtarget
This allows creating more subtargets and optimize builds per family. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41024 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/profiles')
-rw-r--r--target/linux/brcm47xx/profiles/100-Broadcom-b43.mk20
-rw-r--r--target/linux/brcm47xx/profiles/101-Broadcom-wl.mk20
-rw-r--r--target/linux/brcm47xx/profiles/104-Broadcom-ath5k.mk19
-rw-r--r--target/linux/brcm47xx/profiles/105-Broadcom-none.mk18
-rw-r--r--target/linux/brcm47xx/profiles/200-Broadcom-b44-b43.mk20
-rw-r--r--target/linux/brcm47xx/profiles/201-Broadcom-b44-wl.mk20
-rw-r--r--target/linux/brcm47xx/profiles/204-Broadcom-b44-ath5k.mk19
-rw-r--r--target/linux/brcm47xx/profiles/205-Broadcom-b44-none.mk18
-rw-r--r--target/linux/brcm47xx/profiles/210-Broadcom-tg3-b43.mk20
-rw-r--r--target/linux/brcm47xx/profiles/211-Broadcom-tg3-wl.mk20
-rw-r--r--target/linux/brcm47xx/profiles/215-Broadcom-tg3-none.mk18
-rw-r--r--target/linux/brcm47xx/profiles/220-Broadcom-bgmac-b43.mk20
-rw-r--r--target/linux/brcm47xx/profiles/221-Broadcom-bgmac-wl.mk20
-rw-r--r--target/linux/brcm47xx/profiles/225-Broadcom-bgmac-none.mk18
-rw-r--r--target/linux/brcm47xx/profiles/226-Broadcom-bgmac-brcsmac.mk20
-rw-r--r--target/linux/brcm47xx/profiles/PS-1208MFG.mk18
-rw-r--r--target/linux/brcm47xx/profiles/WGT634U.mk17
-rw-r--r--target/linux/brcm47xx/profiles/WL500GPv1-ATH.mk16
-rw-r--r--target/linux/brcm47xx/profiles/WRT350Nv1.mk16
-rw-r--r--target/linux/brcm47xx/profiles/WRTSL54GS.mk17
20 files changed, 0 insertions, 374 deletions
diff --git a/target/linux/brcm47xx/profiles/100-Broadcom-b43.mk b/target/linux/brcm47xx/profiles/100-Broadcom-b43.mk
deleted file mode 100644
index 4c420fb299..0000000000
--- a/target/linux/brcm47xx/profiles/100-Broadcom-b43.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# Copyright (C) 2007-2013 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/Broadcom-b43
- NAME:=Broadcom SoC, all Ethernet, BCM43xx WiFi (b43, default)
- PACKAGES:=kmod-b44 kmod-tg3 kmod-bgmac kmod-b43 kmod-b43legacy
-endef
-
-define Profile/Broadcom-b43/Description
- Package set compatible with hardware any Broadcom BCM47xx or BCM535x
- SoC with Broadcom BCM43xx Wifi cards using the mac80211, b43 and
- b43legacy drivers and b44, tg3 or bgmac Ethernet driver.
-endef
-
-$(eval $(call Profile,Broadcom-b43))
-
diff --git a/target/linux/brcm47xx/profiles/101-Broadcom-wl.mk b/target/linux/brcm47xx/profiles/101-Broadcom-wl.mk
deleted file mode 100644
index 21265daff8..0000000000
--- a/target/linux/brcm47xx/profiles/101-Broadcom-wl.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# Copyright (C) 2010-2013 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 SoC, all Ethernet, BCM43xx WiFi (wl, proprietary)
- PACKAGES:=-wpad-mini kmod-b44 kmod-tg3 kmod-bgmac kmod-brcm-wl wlc nas
-endef
-
-define Profile/Broadcom-wl/Description
- Package set compatible with hardware any Broadcom BCM47xx or BCM535x
- SoC with Broadcom BCM43xx Wifi cards using the proprietary Broadcom
- wireless "wl" driver and b44, tg3 or bgmac Ethernet driver.
-endef
-
-$(eval $(call Profile,Broadcom-wl))
-
diff --git a/target/linux/brcm47xx/profiles/104-Broadcom-ath5k.mk b/target/linux/brcm47xx/profiles/104-Broadcom-ath5k.mk
deleted file mode 100644
index ca5295f7e3..0000000000
--- a/target/linux/brcm47xx/profiles/104-Broadcom-ath5k.mk
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# Copyright (C) 2006-2013 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/Broadcom-ath5k
- NAME:=Broadcom SoC, all Ethernet, Atheros WiFi (ath5k)
- PACKAGES:=kmod-b44 kmod-tg3 kmod-bgmac kmod-ath5k
-endef
-
-define Profile/Broadcom-ath5k/Description
- Package set compatible with hardware any Broadcom BCM47xx or BCM535x
- SoC with Atheros Wifi cards using the mac80211 and ath5k drivers and
- b44, tg3 or bgmac Ethernet driver.
-endef
-$(eval $(call Profile,Broadcom-ath5k))
-
diff --git a/target/linux/brcm47xx/profiles/105-Broadcom-none.mk b/target/linux/brcm47xx/profiles/105-Broadcom-none.mk
deleted file mode 100644
index 301d02aebb..0000000000
--- a/target/linux/brcm47xx/profiles/105-Broadcom-none.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# Copyright (C) 2006-2013 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/Broadcom-none
- NAME:=Broadcom SoC, all Ethernet, No WiFi
- PACKAGES:=-wpad-mini kmod-b44 kmod-tg3 kmod-bgmac
-endef
-
-define Profile/Broadcom-none/Description
- Package set compatible with hardware any Broadcom BCM47xx or BCM535x
- SoC without any Wifi cards and b44, tg3 or bgmac Ethernet driver.
-endef
-$(eval $(call Profile,Broadcom-none))
-
diff --git a/target/linux/brcm47xx/profiles/200-Broadcom-b44-b43.mk b/target/linux/brcm47xx/profiles/200-Broadcom-b44-b43.mk
deleted file mode 100644
index 662a7c8e94..0000000000
--- a/target/linux/brcm47xx/profiles/200-Broadcom-b44-b43.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# Copyright (C) 2007-2013 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/Broadcom-b44-b43
- NAME:=Broadcom SoC, b44 Ethernet, BCM43xx WiFi (b43, default)
- PACKAGES:=kmod-b44 kmod-b43 kmod-b43legacy
-endef
-
-define Profile/Broadcom-b44-b43/Description
- Package set compatible with hardware older Broadcom BCM47xx or BCM535x
- SoC with Broadcom BCM43xx Wifi cards using the mac80211, b43 and
- b43legacy drivers and b44 Ethernet driver.
-endef
-
-$(eval $(call Profile,Broadcom-b44-b43))
-
diff --git a/target/linux/brcm47xx/profiles/201-Broadcom-b44-wl.mk b/target/linux/brcm47xx/profiles/201-Broadcom-b44-wl.mk
deleted file mode 100644
index f974c00e45..0000000000
--- a/target/linux/brcm47xx/profiles/201-Broadcom-b44-wl.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# Copyright (C) 2010-2013 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/Broadcom-b44-wl
- NAME:=Broadcom SoC, b44 Ethernet, BCM43xx WiFi (wl, proprietary)
- PACKAGES:=-wpad-mini kmod-b44 kmod-brcm-wl wlc nas
-endef
-
-define Profile/Broadcom-b44-wl/Description
- Package set compatible with hardware older Broadcom BCM47xx or BCM535x
- SoC with Broadcom BCM43xx Wifi cards using the proprietary Broadcom
- wireless "wl" driver and b44 Ethernet driver.
-endef
-
-$(eval $(call Profile,Broadcom-b44-wl))
-
diff --git a/target/linux/brcm47xx/profiles/204-Broadcom-b44-ath5k.mk b/target/linux/brcm47xx/profiles/204-Broadcom-b44-ath5k.mk
deleted file mode 100644
index e9dda49d66..0000000000
--- a/target/linux/brcm47xx/profiles/204-Broadcom-b44-ath5k.mk
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# Copyright (C) 2006-2013 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/Broadcom-b44-ath5k
- NAME:=Broadcom SoC, b44 Ethernet, Atheros WiFi (ath5k)
- PACKAGES:=kmod-b44 kmod-ath5k
-endef
-
-define Profile/Broadcom-b44-ath5k/Description
- Package set compatible with hardware older Broadcom BCM47xx or BCM535x
- SoC with Atheros Wifi cards using the mac80211 and ath5k drivers and
- b44 Ethernet driver.
-endef
-$(eval $(call Profile,Broadcom-b44-ath5k))
-
diff --git a/target/linux/brcm47xx/profiles/205-Broadcom-b44-none.mk b/target/linux/brcm47xx/profiles/205-Broadcom-b44-none.mk
deleted file mode 100644
index a936bba203..0000000000
--- a/target/linux/brcm47xx/profiles/205-Broadcom-b44-none.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# Copyright (C) 2006-2013 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/Broadcom-b44-none
- NAME:=Broadcom SoC, b44 Ethernet, No WiFi
- PACKAGES:=-wpad-mini kmod-b44
-endef
-
-define Profile/Broadcom-b44-none/Description
- Package set compatible with hardware older Broadcom BCM47xx or BCM535x
- SoC without any Wifi cards and b44 Ethernet driver.
-endef
-$(eval $(call Profile,Broadcom-b44-none))
-
diff --git a/target/linux/brcm47xx/profiles/210-Broadcom-tg3-b43.mk b/target/linux/brcm47xx/profiles/210-Broadcom-tg3-b43.mk
deleted file mode 100644
index a0bece914d..0000000000
--- a/target/linux/brcm47xx/profiles/210-Broadcom-tg3-b43.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# Copyright (C) 2007-2013 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/Broadcom-tg3-b43
- NAME:=Broadcom SoC, tg3 Ethernet, BCM43xx WiFi (b43)
- PACKAGES:=kmod-b43 kmod-tg3
-endef
-
-define Profile/Broadcom-tg3-b43/Description
- Package set compatible with hardware Broadcom BCM4705/BCM4785
- SoCs with Broadcom BCM43xx Wifi cards using the mac80211 and b43
- driver and tg3 Ethernet driver.
-endef
-
-$(eval $(call Profile,Broadcom-tg3-b43))
-
diff --git a/target/linux/brcm47xx/profiles/211-Broadcom-tg3-wl.mk b/target/linux/brcm47xx/profiles/211-Broadcom-tg3-wl.mk
deleted file mode 100644
index 24ac234fff..0000000000
--- a/target/linux/brcm47xx/profiles/211-Broadcom-tg3-wl.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# Copyright (C) 2010-2013 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/Broadcom-tg3-wl
- NAME:=Broadcom SoC, tg3 Ethernet, BCM43xx WiFi (wl, proprietary)
- PACKAGES:=-wpad-mini kmod-brcm-wl wlc nas kmod-tg3
-endef
-
-define Profile/Broadcom-tg3-wl/Description
- Package set compatible with hardware Broadcom BCM4705/BCM4785
- SoC with Broadcom BCM43xx Wifi cards using the proprietary Broadcom
- wireless "wl" driver and tg3 Ethernet driver.
-endef
-
-$(eval $(call Profile,Broadcom-tg3-wl))
-
diff --git a/target/linux/brcm47xx/profiles/215-Broadcom-tg3-none.mk b/target/linux/brcm47xx/profiles/215-Broadcom-tg3-none.mk
deleted file mode 100644
index 2d13ca80c4..0000000000
--- a/target/linux/brcm47xx/profiles/215-Broadcom-tg3-none.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# Copyright (C) 2006-2013 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/Broadcom-tg3-none
- NAME:=Broadcom SoC, tg3 Ethernet, no WiFi
- PACKAGES:=-wpad-mini kmod-tg3
-endef
-
-define Profile/Broadcom-tg3-none/Description
- Package set compatible with hardware Broadcom BCM4705/BCM4785
- SoC without any Wifi cards and tg3 Ethernet driver.
-endef
-$(eval $(call Profile,Broadcom-tg3-none))
-
diff --git a/target/linux/brcm47xx/profiles/220-Broadcom-bgmac-b43.mk b/target/linux/brcm47xx/profiles/220-Broadcom-bgmac-b43.mk
deleted file mode 100644
index 6ef0691a4c..0000000000
--- a/target/linux/brcm47xx/profiles/220-Broadcom-bgmac-b43.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# Copyright (C) 2007-2013 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/Broadcom-bgmac-b43
- NAME:=Broadcom SoC, bgmac Ethernet, BCM43xx WiFi (b43)
- PACKAGES:=kmod-bgmac kmod-b43
-endef
-
-define Profile/Broadcom-bgmac-b43/Description
- Package set compatible with hardware newer Broadcom BCM47xx or BCM535x
- SoC with Broadcom BCM43xx Wifi cards using the mac80211 and b43
- drivers and bgmac Ethernet driver.
-endef
-
-$(eval $(call Profile,Broadcom-bgmac-b43))
-
diff --git a/target/linux/brcm47xx/profiles/221-Broadcom-bgmac-wl.mk b/target/linux/brcm47xx/profiles/221-Broadcom-bgmac-wl.mk
deleted file mode 100644
index f671cd9599..0000000000
--- a/target/linux/brcm47xx/profiles/221-Broadcom-bgmac-wl.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# Copyright (C) 2010-2013 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/Broadcom-bgmac-wl
- NAME:=Broadcom SoC, bgmac Ethernet, BCM43xx WiFi (wl, proprietary)
- PACKAGES:=-wpad-mini kmod-bgmac kmod-brcm-wl wlc nas
-endef
-
-define Profile/Broadcom-bgmac-wl/Description
- Package set compatible with hardware newer Broadcom BCM47xx or BCM535x
- SoC with Broadcom BCM43xx Wifi cards using the proprietary Broadcom
- wireless "wl" driver and bgmac Ethernet driver.
-endef
-
-$(eval $(call Profile,Broadcom-bgmac-wl))
-
diff --git a/target/linux/brcm47xx/profiles/225-Broadcom-bgmac-none.mk b/target/linux/brcm47xx/profiles/225-Broadcom-bgmac-none.mk
deleted file mode 100644
index 0512119304..0000000000
--- a/target/linux/brcm47xx/profiles/225-Broadcom-bgmac-none.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# Copyright (C) 2006-2013 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/Broadcom-bgmac-none
- NAME:=Broadcom SoC, bgmac Ethernet, No WiFi
- PACKAGES:=-wpad-mini kmod-bgmac
-endef
-
-define Profile/Broadcom-bgmac-none/Description
- Package set compatible with hardware newer Broadcom BCM47xx or BCM535x
- SoC without any Wifi cards and bgmac Ethernet driver.
-endef
-$(eval $(call Profile,Broadcom-bgmac-none))
-
diff --git a/target/linux/brcm47xx/profiles/226-Broadcom-bgmac-brcsmac.mk b/target/linux/brcm47xx/profiles/226-Broadcom-bgmac-brcsmac.mk
deleted file mode 100644
index d9dc9e7a4a..0000000000
--- a/target/linux/brcm47xx/profiles/226-Broadcom-bgmac-brcsmac.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# Copyright (C) 2007-2013 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/Broadcom-bgmac-brcmsmac
- NAME:=Broadcom SoC, bgmac Ethernet, BCM43xx WiFi (brcmsmac)
- PACKAGES:=kmod-bgmac kmod-brcmsmac
-endef
-
-define Profile/Broadcom-bgmac-brcmsmac/Description
- Package set compatable with newer gigabit + N based bcm47xx SoCs with
- Broadcom BCM43xx Wifi cards using the mac80211 brcmsmac driver and
- bgmac Ethernet driver.
-endef
-
-$(eval $(call Profile,Broadcom-bgmac-brcmsmac))
-
diff --git a/target/linux/brcm47xx/profiles/PS-1208MFG.mk b/target/linux/brcm47xx/profiles/PS-1208MFG.mk
deleted file mode 100644
index 33a2565ff3..0000000000
--- a/target/linux/brcm47xx/profiles/PS-1208MFG.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# Copyright (C) 2007-2010 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/Ps1208mfg
- NAME:=Edimax PS-1208MFG
- PACKAGES:=-firewall -dropbear -dnsmasq -mtd -ppp -wpad-mini kmod-b44 block-mount kmod-usb-storage kmod-usb2 kmod-usb-ohci -iptables -swconfig kmod-fs-ext4 block-extroot
-endef
-
-define Profile/Ps1208mfg/Description
- Package set optimize for edimax PS-1208MFG printserver
-endef
-
-$(eval $(call Profile,Ps1208mfg))
-
diff --git a/target/linux/brcm47xx/profiles/WGT634U.mk b/target/linux/brcm47xx/profiles/WGT634U.mk
deleted file mode 100644
index 16c8d9de72..0000000000
--- a/target/linux/brcm47xx/profiles/WGT634U.mk
+++ /dev/null
@@ -1,17 +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/WGT634U
- NAME:=Netgear WGT634U
- PACKAGES:=kmod-b44 kmod-ath5k kmod-usb-core kmod-usb2 kmod-ocf-ubsec-ssb
-endef
-
-define Profile/WGT634U/Description
- Package set compatible with the Netgear WGT634U. Contains USB support
-endef
-$(eval $(call Profile,WGT634U))
-
diff --git a/target/linux/brcm47xx/profiles/WL500GPv1-ATH.mk b/target/linux/brcm47xx/profiles/WL500GPv1-ATH.mk
deleted file mode 100644
index 3cdd8a0b33..0000000000
--- a/target/linux/brcm47xx/profiles/WL500GPv1-ATH.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# Copyright (C) 2008 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/WL500GPv1
- NAME:=ASUS WL-500g Premium v1 (Atheros WiFi using ath5k)
- PACKAGES:=kmod-b44 kmod-ath5k kmod-usb-core kmod-usb-uhci kmod-usb2
-endef
-
-define Profile/WL500GPv1/Description
- Package set optimized for the WL-500g Premium v1 with USB and Atheros WiFi card support
-endef
-$(eval $(call Profile,WL500GPv1))
diff --git a/target/linux/brcm47xx/profiles/WRT350Nv1.mk b/target/linux/brcm47xx/profiles/WRT350Nv1.mk
deleted file mode 100644
index c861615aad..0000000000
--- a/target/linux/brcm47xx/profiles/WRT350Nv1.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# Copyright (C) 2009 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/WRT350Nv1
- NAME:=Linksys WRT350Nv1
- PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-tg3 kmod-ocf-ubsec-ssb
-endef
-
-define Profile/WRT350Nv1/Description
- Package set compatible with the Linksys WRT350Nv1. Contains USB support
-endef
-$(eval $(call Profile,WRT350Nv1))
diff --git a/target/linux/brcm47xx/profiles/WRTSL54GS.mk b/target/linux/brcm47xx/profiles/WRTSL54GS.mk
deleted file mode 100644
index 68d9a17fe8..0000000000
--- a/target/linux/brcm47xx/profiles/WRTSL54GS.mk
+++ /dev/null
@@ -1,17 +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/WRTSL54GS
- NAME:=Linksys WRTSL54GS
- PACKAGES:=kmod-b44 kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-storage kmod-scsi-core kmod-fs-ext3 e2fsprogs kmod-b43
-endef
-
-define Profile/WRTSL54GS/Description
- Package set compatible with the Linksys WRTSL54GS. Contains USB support
-endef
-$(eval $(call Profile,WRTSL54GS))
-