X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Fbrcm47xx%2FMakefile;h=795b85840400f325aad1044b7c4f7bf9d8093eef;hp=246c59a2d9e78176d1b763766461c6cb2c4a99fb;hb=aa2182b1df1c1283d6dce866da56362a383c52c6;hpb=54c45b6749755fcd1b592e05ca1fc86c575162ba diff --git a/target/linux/brcm47xx/Makefile b/target/linux/brcm47xx/Makefile index 246c59a2d9..795b858404 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,17 @@ 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.12 +LINUX_VERSION:=3.10.49 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) -endef +DEFAULT_PACKAGES += swconfig wpad-mini nvram \ + kmod-leds-gpio kmod-gpio-button-hotplug \ + kmod-ledtrig-default-on kmod-ledtrig-timer kmod-ledtrig-netdev $(eval $(call BuildTarget))