openwrt/target/linux/ixp4xx/generic/profiles/500-USR8200.mk
Adrian Schmutzler 794d4b6652 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>
2019-10-06 21:28:49 +02:00

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))