mirror of https://github.com/hak5/openwrt.git
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% ;
|
||
|
}
|