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