brcm47xx: fix brcm47xx.legacy build
[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 BCM47xx/53xx (MIPS)
12 FEATURES:=squashfs usb
13 SUBTARGETS:=generic mips74k legacy
14 MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de>
15
16 LINUX_VERSION:=3.10.49
17
18 include $(INCLUDE_DIR)/target.mk
19
20 DEFAULT_PACKAGES += swconfig wpad-mini nvram \
21 kmod-leds-gpio kmod-gpio-button-hotplug \
22 kmod-ledtrig-default-on kmod-ledtrig-timer kmod-ledtrig-netdev
23
24 $(eval $(call BuildTarget))