aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/Makefile
blob: 78290e88cdc812c20c708e95b2f396242b36d913 (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.12

KERNELNAME="Image dtbs"

include $(INCLUDE_DIR)/target.mk

$(eval $(call BuildTarget))