ath79: Remove source-only flag
[openwrt/.git] / target / linux / ath79 / Makefile
index 2d8ca7efdbbbfbad25576fb0b2a31086951d88d4..82f6317ac669e742054bb2b8ad276533a5fdbedf 100644 (file)
@@ -6,7 +6,7 @@ BOARDNAME:=Atheros ATH79 (DTS)
 CPU_TYPE:=24kc
 SUBTARGETS:=generic nand tiny
 
-FEATURES:=ramdisk source-only
+FEATURES:=ramdisk
 
 KERNEL_PATCHVER:=4.14
 
@@ -14,6 +14,6 @@ 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))