config
docs
include
package
scripts
target
imagebuilder
linux
adm5120
adm8668
ar7
ar71xx
arc770
archs38
arm64
at91
ath25
au1000
bcm53xx
brcm2708
brcm47xx
brcm63xx
cns3xxx
gemini
generic
imx6
ipq806x
base-files
image
patches-3.18
patches-4.1
profiles
Makefile
config-3.18
config-4.1
modules.mk
ixp4xx
kirkwood
lantiq
malta
mcs814x
mediatek
mpc85xx
mvebu
mxs
netlogic
octeon
omap
omap24xx
orion
oxnas
ppc40x
ppc44x
ramips
rb532
realview
socfpga
sunxi
uml
x86
xburst
zynq
Makefile
sdk
toolchain
Config.in
Makefile
toolchain
tools
.gitattributes
.gitignore
BSDmakefile
Config.in
LICENSE
Makefile
README
feeds.conf.default
rules.mk
24 lines
519 B
Makefile
24 lines
519 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 nand ubifs
|
|
CPU_TYPE:=cortex-a9
|
|
CPU_SUBTYPE:=neon-vfpv4
|
|
MAINTAINER:=John Crispin <blogic@openwrt.org>
|
|
|
|
KERNEL_PATCHVER:=3.18
|
|
|
|
KERNELNAME:=zImage Image dtbs
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
DEFAULT_PACKAGES += \
|
|
kmod-leds-gpio kmod-gpio-button-hotplug swconfig \
|
|
kmod-ata-core kmod-ata-ahci kmod-ata-ahci-platform
|
|
|
|
|
|
$(eval $(call BuildTarget))
|