2013-07-12 13:46:27 +00: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-18 20:29:26 +00:00
|
|
|
BOARDNAME:=Broadcom BCM47xx/53xx (ARM)
|
2014-09-21 21:58:02 +00:00
|
|
|
FEATURES:=squashfs nand usb pci pcie gpio
|
2013-07-12 13:46:27 +00:00
|
|
|
MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de>
|
2013-09-26 17:53:20 +00:00
|
|
|
CPU_TYPE:=cortex-a9
|
2013-07-12 13:46:27 +00:00
|
|
|
|
2017-03-18 22:00:00 +00:00
|
|
|
KERNEL_PATCHVER:=4.9
|
2013-07-12 13:46:27 +00:00
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Broadcom based BCM47xx/53xx routers with ARM CPU, *not* MIPS.
|
|
|
|
endef
|
|
|
|
|
2016-09-04 11:34:18 +00:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2014-10-05 20:17:19 +00:00
|
|
|
KERNELNAME:=zImage dtbs
|
2013-07-12 13:46:27 +00:00
|
|
|
|
2016-11-19 06:58:26 +00:00
|
|
|
DEFAULT_PACKAGES += swconfig wpad-mini nvram \
|
|
|
|
osafeloader oseama otrx \
|
2014-10-02 12:05:58 +00:00
|
|
|
kmod-gpio-button-hotplug \
|
2014-10-02 05:54:18 +00:00
|
|
|
kmod-leds-gpio kmod-ledtrig-default-on kmod-ledtrig-timer
|
2013-07-12 13:46:27 +00:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|