f35da063bc
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42780
19 lines
351 B
Makefile
19 lines
351 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))
|