1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-13 10:10:14 +03:00
openwrt-xburst/package/base-files/files/etc/hotplug2.rules

8 lines
113 B
Plaintext
Raw Normal View History

DEVPATH is set {
makedev /dev/%DEVICENAME% 0644
}
MODALIAS is set {
exec /sbin/modprobe -q %MODALIAS% ;
}