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/mips74k/target.mk | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 target/linux/brcm47xx/mips74k/target.mk (limited to 'target/linux/brcm47xx/mips74k/target.mk') diff --git a/target/linux/brcm47xx/mips74k/target.mk b/target/linux/brcm47xx/mips74k/target.mk new file mode 100644 index 0000000000..ab7af28b67 --- /dev/null +++ b/target/linux/brcm47xx/mips74k/target.mk @@ -0,0 +1,6 @@ +BOARDNAME:=MIPS 74K + +define Target/Description + Build firmware for Broadcom BCM47xx and BCM53xx devices with + MIPS 74K CPU. +endef -- cgit v1.2.3