2014-08-30 17:32:58 +08:00
|
|
|
# Copyright (c) 2013 The Linux Foundation. All rights reserved.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
|
|
|
BOARD:=ipq806x
|
|
|
|
BOARDNAME:=Qualcomm Atheros IPQ806X
|
2015-08-07 16:36:36 +08:00
|
|
|
FEATURES:=squashfs nand ubifs
|
2015-11-14 22:22:24 +08:00
|
|
|
CPU_TYPE:=cortex-a9
|
|
|
|
CPU_SUBTYPE:=neon-vfpv4
|
2014-08-30 17:59:18 +08:00
|
|
|
MAINTAINER:=John Crispin <blogic@openwrt.org>
|
2014-08-30 17:32:58 +08:00
|
|
|
|
2015-02-11 18:09:23 +08:00
|
|
|
KERNEL_PATCHVER:=3.18
|
2014-08-30 17:32:58 +08:00
|
|
|
|
2015-05-10 19:47:02 +08:00
|
|
|
KERNELNAME:=zImage Image dtbs
|
2014-08-30 17:32:58 +08:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2015-02-24 20:00:09 +08:00
|
|
|
DEFAULT_PACKAGES += \
|
2015-06-02 04:11:35 +08:00
|
|
|
kmod-leds-gpio kmod-gpio-button-hotplug swconfig \
|
2015-02-24 20:00:22 +08:00
|
|
|
kmod-ata-core kmod-ata-ahci kmod-ata-ahci-platform
|
2015-02-24 20:00:09 +08:00
|
|
|
|
2014-08-30 17:32:58 +08:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|