kernel: move mv88e6xxx fix to generic backports
[openwrt/openwrt.git] / target / linux / bcm47xx / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2006-2008 OpenWrt.org
4
5 include $(TOPDIR)/rules.mk
6
7 ARCH:=mipsel
8 BOARD:=bcm47xx
9 BOARDNAME:=Broadcom BCM47xx/53xx (MIPS)
10 FEATURES:=squashfs usb
11 SUBTARGETS:=generic mips74k legacy
12
13 KERNEL_PATCHVER:=5.15
14 KERNEL_TESTING_PATCHVER:=6.1
15
16 define Target/Description
17 Build firmware images for Broadcom based BCM47xx/53xx routers with MIPS CPU, *not* ARM.
18 endef
19
20 include $(INCLUDE_DIR)/target.mk
21
22 DEFAULT_PACKAGES += swconfig nvram otrx \
23 kmod-leds-gpio kmod-gpio-button-hotplug
24
25 $(eval $(call BuildTarget))