X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fbrcm47xx%2FMakefile;h=b991770e12cb1a11512c59c03403c5f6051bb5ac;hp=daa867b4b3b1325852b9d6eb2307fb75b7eee773;hb=8590e70fab64172700c21bc5e658eba17a1eae70;hpb=d35bad03e31bd861e231c8c68799c62752b56fa8 diff --git a/target/linux/brcm47xx/Makefile b/target/linux/brcm47xx/Makefile index daa867b4b3..b991770e12 100644 --- a/target/linux/brcm47xx/Makefile +++ b/target/linux/brcm47xx/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2006 OpenWrt.org +# +# Copyright (C) 2006-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,17 +8,22 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=brcm47xx -BOARDNAME:=Broadcom BCM947xx/953xx +BOARDNAME:=Broadcom BCM47xx/53xx (MIPS) FEATURES:=squashfs usb +SUBTARGETS:=generic mips74k legacy +MAINTAINER:=Hauke Mehrtens -LINUX_VERSION:=2.6.25.19 - -include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += kmod-switch kmod-diag +KERNEL_PATCHVER:=4.14 +KERNEL_TESTING_PATCHVER := 4.19 define Target/Description - Build firmware images for Broadcom based routers - (e.g. Netgear WGT634U) + Build firmware images for Broadcom based BCM47xx/53xx routers with MIPS CPU, *not* ARM. endef +include $(INCLUDE_DIR)/target.mk + +DEFAULT_PACKAGES += swconfig nvram otrx \ + kmod-leds-gpio kmod-gpio-button-hotplug \ + kmod-ledtrig-default-on kmod-ledtrig-timer kmod-ledtrig-netdev + $(eval $(call BuildTarget))