Просмотр исходного кода

ipq806x: add default package selection

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

SVN-Revision: 44523
John Crispin 11 лет назад
Родитель
Сommit
458c37fb14
1 измененных файлов с 3 добавлено и 0 удалено
  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))