diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-06-07 15:19:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-06-07 15:19:40 +0000 |
commit | dec0d7f025c104f85fafe8c5f47dcb52df17b5b9 (patch) | |
tree | 0ff07a3453876845a934a495f57c9b8315aec9cb /target/linux/brcm47xx/Makefile | |
parent | 8b4dd24444aede8b8b4fc6706b9d32459d1300fb (diff) | |
download | upstream-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/Makefile')
-rw-r--r-- | target/linux/brcm47xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/Makefile b/target/linux/brcm47xx/Makefile index 17a9e314bf..ca1239028b 100644 --- a/target/linux/brcm47xx/Makefile +++ b/target/linux/brcm47xx/Makefile @@ -10,7 +10,7 @@ ARCH:=mipsel BOARD:=brcm47xx BOARDNAME:=Broadcom BCM47xx/53xx (MIPS) FEATURES:=squashfs usb pcmcia low_mem -SUBTARGETS:=generic mips74k +SUBTARGETS:=generic mips74k legacy MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de> LINUX_VERSION:=3.10.36 |