mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-28 17:48:58 +00:00
794d4b6652
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>
20 lines
493 B
Makefile
20 lines
493 B
Makefile
#
|
|
# Copyright (C) 2006-2008 OpenWrt.org
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
# See /LICENSE for more information.
|
|
#
|
|
|
|
define Profile/USR8200
|
|
NAME:=USRobotics USR8200
|
|
PACKAGES:=-wpad-basic kmod-scsi-core \
|
|
kmod-usb-uhci kmod-usb2-pci kmod-usb-storage \
|
|
kmod-fs-ext4 kmod-firewire kmod-firewire-ohci kmod-firewire-sbp2
|
|
endef
|
|
|
|
define Profile/USR8200/Description
|
|
Package set optimized for the USRobotics USR8200
|
|
endef
|
|
$(eval $(call Profile,USR8200))
|
|
|