From 42acb527796fb697dc99d167031c05a70542e932 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Thu, 5 Jun 2014 21:25:03 +0000 Subject: brcm47xx: add mips74k subtarget for newer devices MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All new devices (with MIPS 74K CPU) are based on BCMA SoC and have Ethernet core supported by bgmac. Create a new subtarget to generate optimized builds. This is just a beginning, further tweaks (like kernel configuration) are still possible. This decreases default root.squashfs by ~128 kB. Signed-off-by: Rafał Miłecki Signed-off-by: Hauke Mehrtens git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41025 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/brcm47xx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/brcm47xx/Makefile') diff --git a/target/linux/brcm47xx/Makefile b/target/linux/brcm47xx/Makefile index fa5d21bbe9..17a9e314bf 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 +SUBTARGETS:=generic mips74k MAINTAINER:=Hauke Mehrtens LINUX_VERSION:=3.10.36 -- cgit v1.2.3