ipq806x: add default package selection
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 24 Feb 2015 12:00:09 +0000 (12:00 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 24 Feb 2015 12:00:09 +0000 (12:00 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44523 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ipq806x/Makefile

index f07c87d..36b3205 100644 (file)
@@ -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))