index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
summary
refs
log
tree
commit
diff
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
John Crispin <john@openwrt.org>
2015-02-24 12:00:09 +0000
committer
John Crispin <john@openwrt.org>
2015-02-24 12:00:09 +0000
commit
458c37fb14498f43604e75fc9d2d3c8e7c72626d
(
patch
)
tree
a5f343ffc802434d73bae52c7f29508cfc3a09b8
parent
de7100d818cc450a9237b21dd93a4e38019e871a
(
diff
)
ipq806x: add default package selection
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44523
Diffstat
-rw-r--r--
target/linux/ipq806x/Makefile
3
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))