kernel: update 3.10 to 3.10.28
[openwrt/svn-archive/archive.git] / target / linux / brcm47xx / Makefile
1 #
2 # Copyright (C) 2006-2008 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8
9 ARCH:=mipsel
10 BOARD:=brcm47xx
11 BOARDNAME:=Broadcom BCM947xx/953xx
12 FEATURES:=squashfs usb pcmcia
13 MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de>
14
15 LINUX_VERSION:=3.10.28
16
17 include $(INCLUDE_DIR)/target.mk
18 DEFAULT_PACKAGES += swconfig wpad-mini nvram \
19 kmod-leds-gpio kmod-gpio-button-hotplug \
20 kmod-ledtrig-default-on kmod-ledtrig-timer kmod-ledtrig-netdev
21
22 define Target/Description
23 Build firmware images for Broadcom based routers
24 (e.g. Netgear WGT634U)
25 endef
26
27 $(eval $(call BuildTarget))