mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-04 13:04:22 +00: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% ;
|
||
|
}
|