diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-09-22 12:06:25 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2019-10-06 21:28:49 +0200 |
commit | 794d4b66523f88ba7b420d973c8418c40d371a17 (patch) | |
tree | 1acadf1c78269af6221ca79e7e1b78f68e16137c /target/linux/ar71xx/image/tiny.mk | |
parent | 3b874c2c819f7ca87668e53f2b366a70d27eea61 (diff) | |
download | upstream-794d4b66523f88ba7b420d973c8418c40d371a17.tar.gz upstream-794d4b66523f88ba7b420d973c8418c40d371a17.tar.bz2 upstream-794d4b66523f88ba7b420d973c8418c40d371a17.zip |
treewide: remove kmod-usb-core from DEVICE_PACKAGES
This removes _all_ occurrences of kmod-usb-core from
DEVICE_PACKAGES and similar variables.
This package is pulled as dependency by one of the following
packages in any case:
- kmod-usb-chipidea
- kmod-usb-dwc2
- kmod-usb-ledtrig-usbport
- kmod-usb-ohci
- kmod-usb2
- kmod-usb2-pci
- kmod-usb3
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
[remove kmod-usb-core from EnGenius ESR600]
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/ar71xx/image/tiny.mk')
-rw-r--r-- | target/linux/ar71xx/image/tiny.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/tiny.mk b/target/linux/ar71xx/image/tiny.mk index b318d81537..f89d9df83c 100644 --- a/target/linux/ar71xx/image/tiny.mk +++ b/target/linux/ar71xx/image/tiny.mk @@ -21,7 +21,7 @@ endef define Device/zbt-we1526 DEVICE_TITLE := Zbtlink ZBT-WE1526 - DEVICE_PACKAGES := kmod-usb-core kmod-usb2 + DEVICE_PACKAGES := kmod-usb2 BOARDNAME := ZBT-WE1526 IMAGE_SIZE := 16000k KERNEL_SIZE := 1472k |