projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de7100d
)
ipq806x: add default package selection
author
John Crispin
<john@openwrt.org>
Tue, 24 Feb 2015 12:00:09 +0000
(12:00 +0000)
committer
John Crispin
<john@openwrt.org>
Tue, 24 Feb 2015 12:00:09 +0000
(12:00 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44523
target/linux/ipq806x/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ipq806x/Makefile
b/target/linux/ipq806x/Makefile
index f07c87dbbdda3cc6c1e25912ea3af7630c672b2c..36b32053bd1be2db6775f71728e5a3bb57965c8d 100644
(file)
--- 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))