2013-07-12 21:46:27 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2013 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
|
|
|
BOARD:=bcm53xx
|
2014-08-19 04:29:26 +08:00
|
|
|
BOARDNAME:=Broadcom BCM47xx/53xx (ARM)
|
2014-09-22 05:58:02 +08:00
|
|
|
FEATURES:=squashfs nand usb pci pcie gpio
|
2013-07-12 21:46:27 +08:00
|
|
|
MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de>
|
2013-09-27 01:53:20 +08:00
|
|
|
CPU_TYPE:=cortex-a9
|
2013-07-12 21:46:27 +08:00
|
|
|
|
2016-01-27 20:44:07 +08:00
|
|
|
KERNEL_PATCHVER:=4.4
|
2013-07-12 21:46:27 +08:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Broadcom based BCM47xx/53xx routers with ARM CPU, *not* MIPS.
|
|
|
|
endef
|
|
|
|
|
2014-10-06 04:17:19 +08:00
|
|
|
KERNELNAME:=zImage dtbs
|
2013-07-12 21:46:27 +08:00
|
|
|
|
2016-01-29 06:38:37 +08:00
|
|
|
DEFAULT_PACKAGES += swconfig wpad-mini nvram oseama otrx \
|
2014-10-02 20:05:58 +08:00
|
|
|
kmod-gpio-button-hotplug \
|
2014-10-02 13:54:18 +08:00
|
|
|
kmod-leds-gpio kmod-ledtrig-default-on kmod-ledtrig-timer
|
2013-07-12 21:46:27 +08:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|