ipq806x: add default package selection
authorJohn Crispin <john@openwrt.org>
Tue, 24 Feb 2015 12:00:09 +0000 (12:00 +0000)
committerJohn Crispin <john@openwrt.org>
Tue, 24 Feb 2015 12:00:09 +0000 (12:00 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44523

target/linux/ipq806x/Makefile

index f07c87dbbdda3cc6c1e25912ea3af7630c672b2c..36b32053bd1be2db6775f71728e5a3bb57965c8d 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))