Author: nbd Date: 2014-06-07 19:21:30 +0200 (Sat, 07 Jun 2014) New Revision: 41049
Modified: trunk/target/linux/brcm47xx/Makefile trunk/target/linux/brcm47xx/legacy/target.mk Log: brcm47xx: move the low_mem feature flag to the legacy subtarget Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/target/linux/brcm47xx/Makefile =================================================================== --- trunk/target/linux/brcm47xx/Makefile 2014-06-07 17:04:37 UTC (rev 41048) +++ trunk/target/linux/brcm47xx/Makefile 2014-06-07 17:21:30 UTC (rev 41049) @@ -9,7 +9,7 @@ ARCH:=mipsel BOARD:=brcm47xx BOARDNAME:=Broadcom BCM47xx/53xx (MIPS) -FEATURES:=squashfs usb pcmcia low_mem +FEATURES:=squashfs usb pcmcia SUBTARGETS:=generic mips74k legacy MAINTAINER:=Hauke Mehrtens <[email protected]> Modified: trunk/target/linux/brcm47xx/legacy/target.mk =================================================================== --- trunk/target/linux/brcm47xx/legacy/target.mk 2014-06-07 17:04:37 UTC (rev 41048) +++ trunk/target/linux/brcm47xx/legacy/target.mk 2014-06-07 17:21:30 UTC (rev 41049) @@ -1,3 +1,4 @@ +FEATURES += low_mem BOARDNAME:=Legacy (802.11g) define Target/Description _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
