X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fipq806x%2FMakefile;h=3a65d334aaf588f77846f04660f1c59e0fa8c855;hp=78290e88cdc812c20c708e95b2f396242b36d913;hb=c2d50bdeb34cfc359f28aeb2fe7648cc335bc623;hpb=4d96ccd87a6528b173be4b5bec6877c400dfd878 diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile index 78290e88cd..3a65d334aa 100644 --- a/target/linux/ipq806x/Makefile +++ b/target/linux/ipq806x/Makefile @@ -5,14 +5,22 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=ipq806x BOARDNAME:=Qualcomm Atheros IPQ806X -FEATURES:=squashfs -CPU_TYPE:=cortex-a7 -MAINTAINER:=John Crispin +FEATURES:=squashfs nand ubifs fpu +CPU_TYPE:=cortex-a15 +CPU_SUBTYPE:=neon-vfpv4 +MAINTAINER:=John Crispin -LINUX_VERSION:=3.14.12 +KERNEL_PATCHVER:=4.4 -KERNELNAME="Image dtbs" +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 \ + kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport \ + kmod-usb3 kmod-usb-dwc3-of-simple kmod-usb-phy-qcom-dwc3 \ + kmod-ath10k wpad-mini \ + uboot-envtools $(eval $(call BuildTarget))