Never include USB modules by default
They aren't used by default and can simply be installed through opkg if needed.
This commit is contained in:
parent
6b493119d9
commit
3c6805d211
@ -60,7 +60,7 @@ endef
|
|||||||
|
|
||||||
regex-escape = $(shell echo '$(1)' | sed -e 's/[]\/()$*.^|[]/\\&/g')
|
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 :=
|
override DEFAULT_PACKAGES.router :=
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user