X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fbrcm47xx%2FMakefile;h=484f314bc1f2855e73c8cd8df434c1516e56455d;hb=89c4ed57b768449d58bb0830e98c9b99ea466feb;hp=78151f7bd7c062cc522b08e580a07ce5b4df5ba8;hpb=d2812cb036585a9dfe3147e691b4ec3dc3a188d8;p=openwrt%2Fopenwrt.git diff --git a/target/linux/brcm47xx/Makefile b/target/linux/brcm47xx/Makefile index 78151f7bd7..484f314bc1 100644 --- a/target/linux/brcm47xx/Makefile +++ b/target/linux/brcm47xx/Makefile @@ -9,19 +9,20 @@ 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 +KERNEL_PATCHVER:=4.14 + +define Target/Description + Build firmware images for Broadcom based BCM47xx/53xx routers with MIPS CPU, *not* ARM. +endef include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += swconfig wpad-mini nvram \ + +DEFAULT_PACKAGES += swconfig wpad-mini nvram otrx \ 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))