mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-07 09:15:21 +02:00
8 lines
113 B
Plaintext
8 lines
113 B
Plaintext
|
DEVPATH is set {
|
||
|
makedev /dev/%DEVICENAME% 0644
|
||
|
}
|
||
|
|
||
|
MODALIAS is set {
|
||
|
exec /sbin/modprobe -q %MODALIAS% ;
|
||
|
}
|