L&LD
Part of the Furniture
Well the point of my question is not if it works on dd-wrt it is why it does not. I mean why is this not working on dd-wrt and what would it require to make it work on dd-wrt
That is not what you asked.
Well the point of my question is not if it works on dd-wrt it is why it does not. I mean why is this not working on dd-wrt and what would it require to make it work on dd-wrt
It was but I just was not so specific in the way I asked it
You could code your own for that platform...Well the point of my question is not if it works on dd-wrt it is why it does not. I mean why is this not working on dd-wrt and what would it require to make it work on dd-wrt
Just do as @smadremanden suggests. Both, AB-Sollution and Entware write a fresh /jffs/scripts/post-mount file when installing. Both make a backup of the previous file in a backup location. This is stated in clear words during install of both of them.Hi all. I am experiencing problem with ab-solution.
When I got my AC68U, I setup Entware and installed Pyload without problem. Next day, I installed AB-solution with curl. It also ran smooth. All ads are gone but I noticed that I lost Entware and Pyload. Pyload won't load and opkg gives NOT FOUND in Putty.
I tried to re-install Entware and Pyload but then I lost AB-solution. Ads start to show up.
Could AB-solution co-exist with Entware? or Do I miss anything? Any help is appreciated.
Install WinSCP then make a new connection using the SCP Protocol, with your routers credentials just as in a SSH terminal.Thanks for the answer. I noticed when I installed AB-solution, I saw a line reading backing up /jffs/scripts/post-mount to another place.
But what are the steps to copy back the script from the backup folder to /jffs/scripts/post-mount ? I am not familiar with the terminal operations. I setup Entware and AB-solution in accordance with the step-by-step tutorials.
You could code your own for that platform...
Seriously, I do not have the time to port it to dd-wrt. There are several solutions that do the same function on their forums. Search for it.
Let me know how it goes...I might just look into porting it.
Sure! But it won't be until next month, that I'll start looking into it as I'm going traveling with work this month...Let me know how it goes...
#!/bin/sh
if [ "$1" = "/tmp/mnt/sda1" ] ; then
ln -nsf $1/entware /tmp/opt
fi
# generated by AB-Solution 1.07
if [ -d "/tmp/mnt/sda1" ];then
sleep 2
service restart_dnsmasq
logger "AB-Solution added entries via post-mount"
fi
There is no configurable option to change this through the interface.is there an option add a different source for the hosts file?
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!