mirror of https://github.com/hak5/openwrt.git
18 lines
306 B
Makefile
18 lines
306 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
|
||
|
|
||
|
LINUX_VERSION:=3.14.12
|
||
|
|
||
|
KERNELNAME="Image dtbs"
|
||
|
|
||
|
include $(INCLUDE_DIR)/target.mk
|
||
|
|
||
|
$(eval $(call BuildTarget))
|