blob: 8e3542bf27144e3f780792692ed4a9acc0b2489b (
plain)
1
2
3
|
post_install() {
echo "WARNING: Before enabling the bundled usb2host.service, you must set a valid USB node name in /etc/conf.d/usb2host, which should exist under /sys/kernel/debug/usb and has a file entry 'mode'"
}
|