02629d8f87
Targets were build tested and patches are refreshed. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 42463
19 lines
352 B
Makefile
19 lines
352 B
Makefile
# Copyright (c) 2013 The Linux Foundation. All rights reserved.
|
|
#
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=arm
|
|
BOARD:=ipq806x
|
|
BOARDNAME:=Qualcomm Atheros IPQ806X
|
|
FEATURES:=squashfs
|
|
CPU_TYPE:=cortex-a7
|
|
MAINTAINER:=John Crispin <blogic@openwrt.org>
|
|
|
|
LINUX_VERSION:=3.14.18
|
|
|
|
KERNELNAME="Image dtbs"
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
$(eval $(call BuildTarget))
|