aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-02-24 12:00:09 +0000
committerJohn Crispin <blogic@openwrt.org>2015-02-24 12:00:09 +0000
commit9ef5d850549c692cbbf9ef989bb24c520c46ec8d (patch)
tree99890f0b103aa965b04cd89d7b78940add6a4b63
parent5b71c599e2b6da08c498a3a7d2fd71c8678fb85f (diff)
downloadmaster-187ad058-9ef5d850549c692cbbf9ef989bb24c520c46ec8d.tar.gz
master-187ad058-9ef5d850549c692cbbf9ef989bb24c520c46ec8d.tar.bz2
master-187ad058-9ef5d850549c692cbbf9ef989bb24c520c46ec8d.zip
ipq806x: add default package selection
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44523 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/ipq806x/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile
index f07c87dbbd..36b32053bd 100644
--- a/target/linux/ipq806x/Makefile
+++ b/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))