Skip to content
Snippets Groups Projects
Commit 3c6805d2 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

Never include USB modules by default

They aren't used by default and can simply be installed through opkg if needed.
parent 6b493119
No related branches found
No related tags found
No related merge requests found
......@@ -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 :=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment