X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fbrcm47xx%2FMakefile;h=22b8674b02845d368835b084dd1777f73162b6ba;hb=5caee877dc2a7e848b2edf68f7f34e9e9163d228;hp=06322d3a9da23e2fc5dd2f93c7712b47932f72b7;hpb=2eb6751084190c5fc42566103811e0f72e291eb8;p=openwrt%2Fstaging%2Fchunkeey.git diff --git a/target/linux/brcm47xx/Makefile b/target/linux/brcm47xx/Makefile index 06322d3a9d..22b8674b02 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.6 +KERNEL_PATCHVER:=3.18 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += kmod-switch kmod-diag + 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 +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))