Did anyone try to run Entware on Gargoyle? Does it work?
I want to try and run weave-mimal on the router and there is an Entware package for it.
Is there a chance that it will actually work?
Cheer,
Andrew
Is Entware compatible with Gargoyle?
Moderator: Moderators
Re: Is Entware compatible with Gargoyle?
I'm also wondering this as there is a large collection of binaries at:
http://entware.dyndns.info/binaries/
for entware and mipselsf - some of which I'd like to use. They are ipk files so that's a good start. And they have the source on github so that's reassuring.
How would one check if they are compatible? How do I even tell my gargoyle router to "opkg update" package lists from entware so that I can then install an ipk and see if it works? I'm using a WNDR 3700 v1 and Gargoyle is fantastic on it.
http://entware.dyndns.info/binaries/
for entware and mipselsf - some of which I'd like to use. They are ipk files so that's a good start. And they have the source on github so that's reassuring.
How would one check if they are compatible? How do I even tell my gargoyle router to "opkg update" package lists from entware so that I can then install an ipk and see if it works? I'm using a WNDR 3700 v1 and Gargoyle is fantastic on it.
Re: Is Entware compatible with Gargoyle?
Wouldn't have a clue if they are compatible.
You can add them as custom repositories under the System>Plugins menu
You can add them as custom repositories under the System>Plugins menu
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: Is Entware compatible with Gargoyle?
Assuming it works, you will likely need to recompile the binary from source for the specific firmware and router you are using. Binary is not likely to work as is.firedoor wrote: How would one check if they are compatible? How do I even tell my gargoyle router to "opkg update" package lists from entware so that I can then install an ipk and see if it works? I'm using a WNDR 3700 v1 and Gargoyle is fantastic on it.
Eric Wong
PM me if you need to buy Gargoyle router in Australia/NZ, willing to pay me to help you on your Gargoyle configurations or build custom configured ROM with pre-installed app or try to fix your bricked router. Yes, I am looking for job/work.
PM me if you need to buy Gargoyle router in Australia/NZ, willing to pay me to help you on your Gargoyle configurations or build custom configured ROM with pre-installed app or try to fix your bricked router. Yes, I am looking for job/work.
-
- Posts: 80
- Joined: Mon Jun 30, 2014 7:14 pm
Re: Is Entware compatible with Gargoyle?
So funny this was brought back up recently... my NAS had an updated to custom mod running on it to give it Entware support to replace optware. Anywho, I installed this already on my router in temp folder, lol and lists all packages, yet to try installing anything yet. I used MIPS compatible build: https://github.com/Entware-ng/Entware-ng/wiki
Followed this:
https://github.com/Entware-ng/Entware-n ... -on-DD-WRT
If it works, going to attempt to make a plugin for this custom list cause think some people would find it useful.
Update:
Works fine. Next stop, plugin. Or is there an easy way to add it to current opgk list under plugins?
Followed this:
https://github.com/Entware-ng/Entware-n ... -on-DD-WRT
If it works, going to attempt to make a plugin for this custom list cause think some people would find it useful.
Update:
Code: Select all
root@Gargoyle:~# sudo
-ash: sudo: not found
root@Gargoyle:~# opkg install sudo
Preparing to install the following packages, which will require 232628 bytes:
sudo
Preparing to install package sudo...
Downloading...
Downloaded sudo successfully.
Installing sudo...
Successfully installed sudo.
Installation of packages successful.
root@Gargoyle:~# sudo
usage: sudo -h | -K | -k | -V
usage: sudo -v [-AknS] [-g group] [-h host] [-p prompt] [-u user]
usage: sudo -l [-AknS] [-g group] [-h host] [-p prompt] [-U user] [-u user] [command]
usage: sudo [-AbEHknPS] [-C num] [-g group] [-h host] [-p prompt] [-u user] [VAR=value] [-i|-s] [<command>]
usage: sudo -e [-AknS] [-C num] [-g group] [-h host] [-p prompt] [-u user] file ...