kernel: drop empty kmod-ledtrig-* packages
[openwrt/openwrt.git] / target / linux / bcm53xx / Makefile
1 #
2 # Copyright (C) 2013 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:=arm
10 BOARD:=bcm53xx
11 BOARDNAME:=Broadcom BCM47xx/53xx (ARM)
12 FEATURES:=squashfs nand usb pci pcie gpio pwm
13 CPU_TYPE:=cortex-a9
14 SUBTARGETS:=generic
15
16 KERNEL_PATCHVER:=5.4
17 KERNEL_TESTING_PATCHVER:=5.4
18
19 define Target/Description
20 Build firmware images for Broadcom based BCM47xx/53xx routers with ARM CPU, *not* MIPS.
21 endef
22
23 include $(INCLUDE_DIR)/target.mk
24
25 KERNELNAME:=zImage dtbs
26
27 DEFAULT_PACKAGES += swconfig nvram \
28 osafeloader oseama otrx \
29 kmod-gpio-button-hotplug \
30 kmod-leds-gpio
31
32 $(eval $(call BuildTarget))