X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Fbrcm47xx%2FMakefile;h=795b85840400f325aad1044b7c4f7bf9d8093eef;hp=78151f7bd7c062cc522b08e580a07ce5b4df5ba8;hb=89c2fc3790d9d00e1b282615cc820cdcd948671f;hpb=226d64a4c23dfa1a5c28da16d8944e7af7128066 diff --git a/target/linux/brcm47xx/Makefile b/target/linux/brcm47xx/Makefile index 78151f7bd7..795b858404 100644 --- a/target/linux/brcm47xx/Makefile +++ b/target/linux/brcm47xx/Makefile @@ -9,19 +9,16 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=brcm47xx BOARDNAME:=Broadcom BCM47xx/53xx (MIPS) -FEATURES:=squashfs usb pcmcia +FEATURES:=squashfs usb +SUBTARGETS:=generic mips74k legacy MAINTAINER:=Hauke Mehrtens -LINUX_VERSION:=3.10.36 +LINUX_VERSION:=3.10.49 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))