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)
|
2013-07-12 21:46:27 +08:00
|
|
|
FEATURES:=squashfs usb pci pcie gpio
|
|
|
|
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
|
|
|
|
2014-08-08 21:38:22 +08:00
|
|
|
LINUX_VERSION:=3.14.16
|
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
|
|
|
|
|
|
|
|
KERNELNAME:="zImage dtbs"
|
|
|
|
|
2014-08-12 04:25:26 +08:00
|
|
|
DEFAULT_PACKAGES += swconfig wpad-mini
|
2013-07-12 21:46:27 +08:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|