ipq-wifi: update to Git HEAD (2024-04-26)
[openwrt/openwrt.git] / target / linux / ath79 / Makefile
index 6add24a72a94b723f0752856d49079e9c51b5f95..3ef4b32c72fa54dc97ab05773b0a17da96d93d2d 100644 (file)
@@ -2,18 +2,18 @@ include $(TOPDIR)/rules.mk
 
 ARCH:=mips
 BOARD:=ath79
-BOARDNAME:=Atheros ATH79 (DTS)
+BOARDNAME:=Atheros ATH79
 CPU_TYPE:=24kc
-SUBTARGETS:=generic tiny
+SUBTARGETS:=generic mikrotik nand tiny
 
-FEATURES:=ramdisk source-only
+FEATURES:=ramdisk squashfs usbgadget
 
-KERNEL_PATCHVER:=4.14
+KERNEL_PATCHVER:=6.1
 
 include $(INCLUDE_DIR)/target.mk
 
 DEFAULT_PACKAGES += \
        kmod-gpio-button-hotplug swconfig \
-       kmod-ath9k wpad-mini uboot-envtools
+       kmod-ath9k uboot-envtools
 
 $(eval $(call BuildTarget))