mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
8 lines
140 B
Bash
8 lines
140 B
Bash
#!/bin/sh
|
|
|
|
if [ "$ACTION" != "add" ] && [ "$MAJOR" != "249" ]; then exit 0; fi
|
|
|
|
chgrp qat /dev/${DEVICENAME}
|
|
chmod 0660 /dev/${DEVICENAME}
|
|
|