mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2026-01-30 22:20:33 +03:00
Add kernel module build unit
This commit is contained in:
13
kyoutubeUnblock/files/kmod_youtubeUnblock
Executable file
13
kyoutubeUnblock/files/kmod_youtubeUnblock
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
START=91
|
||||
STOP=91
|
||||
|
||||
# Openwrt init script. It just runs and stops the kernel module.
|
||||
|
||||
start() {
|
||||
modprobe kyoutubeUnblock
|
||||
}
|
||||
|
||||
stop() {
|
||||
rmmod kyoutubeUnblock
|
||||
}
|
||||
Reference in New Issue
Block a user