This website requires JavaScript.
Explore
Help
Register
Sign In
OpenWRT
/
packages
mirror of
https://github.com/openwrt/packages.git
Watch
1
Star
0
Fork
You've already forked packages
0
Code
Issues
Releases
Wiki
Activity
40d5ba9378
packages
/
net
/
simple-adblock
/
files
/
simple-adblock.hotplug
6 lines
102 B
Bash
Raw
Blame
History
#!/bin/sh
if
[
"
$ACTION
"
=
"ifup"
]
;
then
sleep
10
&&
/etc/init.d/simple-adblock start hotplug
&
fi
Reference in New Issue
View Git Blame
Copy Permalink