From 431f863e5eda392580e2d7916973b27fc0a81f15 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Thu, 5 Jun 2014 21:23:58 +0000 Subject: brcm47xx: move current target to "generic" subtarget MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allows creating more subtargets and optimize builds per family. Signed-off-by: Rafał Miłecki Signed-off-by: Hauke Mehrtens git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41024 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/brcm47xx/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'target/linux/brcm47xx/Makefile') diff --git a/target/linux/brcm47xx/Makefile b/target/linux/brcm47xx/Makefile index 1944bc88be..fa5d21bbe9 100644 --- a/target/linux/brcm47xx/Makefile +++ b/target/linux/brcm47xx/Makefile @@ -10,18 +10,15 @@ ARCH:=mipsel BOARD:=brcm47xx BOARDNAME:=Broadcom BCM47xx/53xx (MIPS) FEATURES:=squashfs usb pcmcia low_mem +SUBTARGETS:=generic MAINTAINER:=Hauke Mehrtens LINUX_VERSION:=3.10.36 include $(INCLUDE_DIR)/target.mk + DEFAULT_PACKAGES += swconfig wpad-mini nvram \ kmod-leds-gpio kmod-gpio-button-hotplug \ kmod-ledtrig-default-on kmod-ledtrig-timer kmod-ledtrig-netdev -define Target/Description - Build firmware images for Broadcom based routers - (e.g. Netgear WGT634U) -endef - $(eval $(call BuildTarget)) -- cgit v1.2.3