Before trying entware, i would like to have a look at the contents of the repository, but I haven't been able to find that link. Can you please provide it?
A second question, would the entware work after a firmware upgrade as downloadmaster does (ok, with mixed results...)?
__________________
Asuswrt-Merlin: Customized firmware for Asus routers Github: github.com/RMerl - Twitter: RMerlinDev
See the sticky post for more info.
The Following User Says Thank You to RMerlin For This Useful Post:
Before trying entware, i would like to have a look at the contents of the repository, but I haven't been able to find that link. Can you please provide it?
Well that really sucks for me, because i was compiling oscam package (ipk) for the WL500gP Router on itself and with the normale optware from merlin-asuswrt, it is possible to compile it (as it has buildroot).
But merlin said, that you cannot have entware and optware at the same time or?
Or is it possible to have both at same time (with some tweaks and tricks - I have more than basic skills in linux and I am a software developer )?
Well that really sucks for me, because i was compiling oscam package (ipk) for the WL500gP Router on itself and with the normale optware from merlin-asuswrt, it is possible to compile it (as it has buildroot).
But merlin said, that you cannot have entware and optware at the same time or?
Or is it possible to have both at same time (with some tweaks and tricks - I have more than basic skills in linux and I am a software developer )?
You would probably need to install Optware in a separate directory, and have a script at boot time that takes care of mounting either the Entware repo or the Optware repo on top of /opt.
__________________
Asuswrt-Merlin: Customized firmware for Asus routers Github: github.com/RMerl - Twitter: RMerlinDev
See the sticky post for more info.
That could work, but i would also like to run php-5.4 for OwnCloud and that is just at entware available (as optware has just php 5.2 and 5.3 is needed for OwnCloud).
So my main problem is that i have to compile php >5.3 for optware...
So either i make a /optEntware and /optOptware and decide on boot, which i mount over /opt or i get >php5.3 on optware (shouldnt be to hard, as i can store a little key-value pair in the nvram for that).
Or: Is there anywhere a cross-compile HowTO for the asuswrt image? As i have some experiences with cross compiling, i know that i need a toolchain for the router, but dunno which one is supported for optware/merlin-asuswrt.