X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Fbrcm47xx%2FMakefile;h=73b7bff4f397075b2a99f9ac6911f8a9a2737b3e;hb=2ca4c74279454036a5d7f7cca1e95e8c2349701b;hp=bad5ec108df5c2a656d37f87591667e17d4b740c;hpb=821170133fc75f42c73b4d11761d798eae7e4733;p=oweals%2Fopenwrt.git diff --git a/target/linux/brcm47xx/Makefile b/target/linux/brcm47xx/Makefile index bad5ec108d..73b7bff4f3 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,21 @@ 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.17 - -include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += kmod-switch kmod-diag +KERNEL_PATCHVER:=4.4 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 wpad-mini nvram otrx \ + kmod-leds-gpio kmod-gpio-button-hotplug \ + kmod-ledtrig-default-on kmod-ledtrig-timer kmod-ledtrig-netdev + $(eval $(call BuildTarget))