From: John Crispin Date: Tue, 24 Feb 2015 12:00:09 +0000 (+0000) Subject: ipq806x: add default package selection X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=458c37fb14498f43604e75fc9d2d3c8e7c72626d;p=openwrt%2Fstaging%2Fynezz.git ipq806x: add default package selection Signed-off-by: John Crispin SVN-Revision: 44523 --- diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile index f07c87dbbd..36b32053bd 100644 --- a/target/linux/ipq806x/Makefile +++ b/target/linux/ipq806x/Makefile @@ -14,5 +14,8 @@ KERNEL_PATCHVER:=3.18 KERNELNAME:=Image dtbs include $(INCLUDE_DIR)/target.mk +DEFAULT_PACKAGES += \ + kmod-leds-gpio kmod-gpio-button-hotplug kmod-qca-nss-gmac swconfig + $(eval $(call BuildTarget))