immortalwrt/target/linux/ipq806x/Makefile

29 lines
806 B
Makefile
Raw Normal View History

2017-09-06 19:19:45 +08:00
# Copyright (c) 2013 The Linux Foundation. All rights reserved.
#
include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=ipq806x
BOARDNAME:=Qualcomm Atheros IPQ806X
FEATURES:=squashfs nand fpu ramdisk
2017-09-06 19:19:45 +08:00
CPU_TYPE:=cortex-a15
CPU_SUBTYPE:=neon-vfpv4
MAINTAINER:=John Crispin <john@phrozen.org>
2020-08-05 00:05:52 +08:00
KERNEL_PATCHVER:=5.4
2017-09-06 19:19:45 +08:00
KERNELNAME:=zImage Image dtbs
include $(INCLUDE_DIR)/target.mk
2019-12-29 09:53:52 +08:00
2017-09-06 19:19:45 +08:00
DEFAULT_PACKAGES += \
kmod-leds-gpio kmod-gpio-button-hotplug swconfig \
kmod-ata-core kmod-ata-ahci kmod-ata-ahci-platform \
2019-12-29 09:53:52 +08:00
kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport \
kmod-phy-qcom-ipq806x-usb kmod-usb3 kmod-usb-dwc3-qcom \
2020-08-05 00:05:52 +08:00
kmod-ath10k-ct wpad-openssl uboot-envtools e2fsprogs \
autocore-arm automount autosamba shadowsocksr-libev-server \
2020-12-19 17:51:19 +08:00
luci-app-zerotier openssh-sftp-server
2017-09-06 19:19:45 +08:00
$(eval $(call BuildTarget))