X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fipq806x%2FMakefile;h=69d3aa1e569d79a9436bf14035063986cc12c5e4;hb=811af0d98adfc3e71cea134491a2255961cceac6;hp=42f91371c37edd13faa278280b2ae25706aa8013;hpb=633c5137df86e782759e0d88c0facfb2d3f0c424;p=openwrt%2Fopenwrt.git diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile index 42f91371c3..69d3aa1e56 100644 --- a/target/linux/ipq806x/Makefile +++ b/target/linux/ipq806x/Makefile @@ -8,21 +8,19 @@ BOARDNAME:=Qualcomm Atheros IPQ806X FEATURES:=squashfs nand fpu ramdisk CPU_TYPE:=cortex-a15 CPU_SUBTYPE:=neon-vfpv4 -MAINTAINER:=John Crispin SUBTARGETS:=generic -KERNEL_PATCHVER:=4.19 -KERNEL_TESTING_PATCHVER:=5.4 +KERNEL_PATCHVER:=5.4 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-ata-ahci kmod-ata-ahci-platform \ kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport \ - kmod-usb-phy-qcom-dwc3 kmod-usb3 kmod-usb-dwc3-qcom \ - kmod-ath10k-ct wpad-basic \ + kmod-phy-qcom-ipq806x-usb kmod-usb3 kmod-usb-dwc3-qcom \ + kmod-ath10k-ct wpad-basic-wolfssl \ uboot-envtools $(eval $(call BuildTarget))