bcm47xx: add support for NETGEAR R6200 V1
[oweals/openwrt.git] / target / linux / bcm47xx / 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:=bcm47xx
11 BOARDNAME:=Broadcom BCM47xx/53xx (MIPS)
12 FEATURES:=squashfs usb
13 SUBTARGETS:=generic mips74k legacy
14
15 KERNEL_PATCHVER:=4.19
16 KERNEL_TESTING_PATCHVER:=5.4
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 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))