This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26676
Commits
1
Branch
46 MiB
Makefile
55.9%
Shell
28.5%
C
8.7%
C++
2.2%
Lua
1.3%
Other
3.2%
Tree:
76c311d1c5
lilik-openwrt-22.03
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '76c311d1c5'
${ noResults }
openwrt-packages-dist
/
multimedia
/
tvheadend
/
files
/
dvb.hotplug
7 lines
105 B
Raw
Blame
History
#!/bin/sh
case
"
$ACTION
"
in
add
)
chgrp -R dvb /dev/dvb/*
chmod -R g+rwX /dev/dvb/*
;
;
esac