diff options
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 /target | |
parent | de7100d818cc450a9237b21dd93a4e38019e871a (diff) | |
download | upstream-458c37fb14498f43604e75fc9d2d3c8e7c72626d.tar.gz upstream-458c37fb14498f43604e75fc9d2d3c8e7c72626d.tar.bz2 upstream-458c37fb14498f43604e75fc9d2d3c8e7c72626d.zip |
ipq806x: add default package selection
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44523
Diffstat (limited to 'target')
-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)) |