brcm47xx: explicitly select CPU_MIPS32_R2 and CPU_MIPSR2 for mips74k
[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 KERNEL_PATCHVER:=3.18
17
18 include $(INCLUDE_DIR)/target.mk
19
20
21 define Target/Description
22 Build firmware images for Broadcom based BCM47xx/53xx routers with MIPS CPU, *not* ARM.
23 endef
24
25 DEFAULT_PACKAGES += swconfig wpad-mini nvram otrx \
26 kmod-leds-gpio kmod-gpio-button-hotplug \
27 kmod-ledtrig-default-on kmod-ledtrig-timer kmod-ledtrig-netdev
28
29 $(eval $(call BuildTarget))