mirror of https://github.com/hak5/openwrt-owl.git
ipq806x: add default package selection
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44523owl
parent
de7100d818
commit
458c37fb14
|
@ -14,5 +14,8 @@ KERNEL_PATCHVER:=3.18
|
||||||
KERNELNAME:=Image dtbs
|
KERNELNAME:=Image dtbs
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
DEFAULT_PACKAGES += \
|
||||||
|
kmod-leds-gpio kmod-gpio-button-hotplug kmod-qca-nss-gmac swconfig
|
||||||
|
|
||||||
|
|
||||||
$(eval $(call BuildTarget))
|
$(eval $(call BuildTarget))
|
||||||
|
|
Loading…
Reference in New Issue