Browse Source

ipq806x: add default package selection

Signed-off-by: John Crispin <[email protected]>

SVN-Revision: 44523
John Crispin 11 years ago
parent
commit
458c37fb14
1 changed files with 3 additions and 0 deletions
  1. 3 0
      target/linux/ipq806x/Makefile

+ 3 - 0
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))