What's new

Merlin Scripts not present in JFFS

Timmons

New Around Here
Hello,

I'm trying to install a custom script (the ipset directions https://github.com/RMerl/asuswrt-merlin/wiki/Using-ipset)

I formatted the jffs and can move files there but the user scripts that come with merlin (i assume) are not there

https://github.com/RMerl/asuswrt-merlin/wiki/User-scripts


It mentions doing this

Finally call this at the end of your existing /jffs/scripts/services-start or /jffs/scripts/post-mount:
# Load ipset filter rules
sh /jffs/scripts/iblocklist-loader.sh

But services-start and post-mount are not present at all. am i missing a step?

Pretty much everything is gone from jffs the folders are there but that's about it.
 
Last edited:
You have to create them. The firmware has hooks to call the supported user scripts at the right time, if they exist.

Some of the scripts floating around here handle the creation of the user script; skynet for example.
 
You have to create them. The firmware has hooks to call the supported user scripts at the right time, if they exist.

Some of the scripts floating around here handle the creation of the user script; skynet for example.

All i want to do for now is run ipset to handle the iblocklists. Is skynet the most popular/standardized one?
 
All i want to do for now is run ipset to handle the iblocklists. Is skynet the most popular/standardized one?
Yes. Add Diversion to. It will block ads and other bad hosts.
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top