From: John Crispin Date: Tue, 24 Feb 2015 12:00:09 +0000 (+0000) Subject: ipq806x: add default package selection X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=9ef5d850549c692cbbf9ef989bb24c520c46ec8d;p=15.05%2Fopenwrt.git ipq806x: add default package selection Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44523 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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))