blob: 38f342feb642296955d981462362bef5a94e32e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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.16
KERNELNAME="Image dtbs"
include $(INCLUDE_DIR)/target.mk
$(eval $(call BuildTarget))
|