From 3c6805d211dc76be41e6151ebd1f56028baab2c0 Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Wed, 9 Jul 2014 16:22:08 +0200
Subject: [PATCH] Never include USB modules by default

They aren't used by default and can simply be installed through opkg if needed.
---
 include/gluon.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/gluon.mk b/include/gluon.mk
index 722993a38..9a96f0453 100644
--- a/include/gluon.mk
+++ b/include/gluon.mk
@@ -60,7 +60,7 @@ endef
 
 regex-escape = $(shell echo '$(1)' | sed -e 's/[]\/()$*.^|[]/\\&/g')
 
-GLUON_DEFAULT_PACKAGES := gluon-core kmod-ipv6 firewall ip6tables -uboot-envtools
+GLUON_DEFAULT_PACKAGES := gluon-core kmod-ipv6 firewall ip6tables -uboot-envtools -kmod-usb-core -kmod-usb2 -kmod-ledtrig-usbdev
 
 override DEFAULT_PACKAGES.router :=
 
-- 
GitLab