aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/legacy/target.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-06-07 15:19:40 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-06-07 15:19:40 +0000
commitdec0d7f025c104f85fafe8c5f47dcb52df17b5b9 (patch)
tree0ff07a3453876845a934a495f57c9b8315aec9cb /target/linux/brcm47xx/legacy/target.mk
parent8b4dd24444aede8b8b4fc6706b9d32459d1300fb (diff)
downloadupstream-dec0d7f025c104f85fafe8c5f47dcb52df17b5b9.tar.gz
upstream-dec0d7f025c104f85fafe8c5f47dcb52df17b5b9.tar.bz2
upstream-dec0d7f025c104f85fafe8c5f47dcb52df17b5b9.zip
brcm47xx: add a "legacy" subtarget that is usable for low-end 802.11g devices like WRT54G
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41041
Diffstat (limited to 'target/linux/brcm47xx/legacy/target.mk')
-rw-r--r--target/linux/brcm47xx/legacy/target.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/legacy/target.mk b/target/linux/brcm47xx/legacy/target.mk
new file mode 100644
index 0000000000..7cbf42c08e
--- /dev/null
+++ b/target/linux/brcm47xx/legacy/target.mk
@@ -0,0 +1,6 @@
+BOARDNAME:=Legacy (802.11g)
+
+define Target/Description
+ Build generic firmware for legacy 802.11g Broadcom BCM47xx
+ and BCM53xx MIPS devices.
+endef