#!/bin/sh
mount -o bind /jffs/somefile.css /www/somefile.css
Both are N66u. I'll try to do the mod but I don't feel too much comfortable editing code and using a terminal...
what language I must use
Cool!! could be an option. The lazy option but could beHi Carlos
I know that above you meant "scripting language", but it gave me an idea.
If you are comfortable in another language in addition to English, would it work for you to change the display language of one of the routers ? It would help to remember which is which, when the system menus of both are open at the same time in your web browser.
Of course there are disadvantages (lack of standardisation) but if this is not important to you, could this be an easy work around ?
Using Merlins tips its pretty easy to change just the logo for example.
Code:#!/bin/sh mount -o bind /jffs/asustitle.png /www/images/New_ui/asustitle.png
Ok, thanks, I understand mapping a new image from /jffs/ to the /www/ folder could be the trick. Now I must find the way to put the image into the /jffs/ folder )
Thanks mate
Hi!!! I got it.If you get chance to come back with the details when you have done it, I'd be very grateful: it's an interesting exercise that I'd follow as an introduction to the subject.
Merlin mentioned which script to add it to further up.Uhh....still need to learn Linux scripts.... the mount command will be lost on a reboot, so you need to set it in a script.
Uhh....still need to learn Linux scripts.... the mount command will be lost on a reboot, so you need to set it in a script.
#!/bin/sh
mount -o bind /jffs/asustitle.png /www/images/New_ui/asustitle.png
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!