Webmin on Entware for DD-WRT: Difference between revisions
Jump to navigation
Jump to search
Created page with "...I can do that. Well as it turns out the opkg install command doesn't allow for wildcards, so after a quick bit of research, I located a webpage where a nice guy had com..." |
No edit summary |
||
Line 2: | Line 2: | ||
I'm using a Buffalo WZR-600DHP Router | |||
Well as it turns out the opkg install command doesn't allow for wildcards, so after a quick bit of research, I located a webpage where a nice guy had come up with this command | Well as it turns out the opkg install command doesn't allow for wildcards, so after a quick bit of research, I located a webpage where a nice guy had come up with this command; | ||
opkg list | grep packagename | awk '{print $1}' | xargs opkg install | |||
List of helpful links; | |||
[http://bin.entware.net/mipssf-k3.4/ Entware Repositories] for my router (go up one level for other CPU types) |
Revision as of 23:34, 11 September 2018
...I can do that.
I'm using a Buffalo WZR-600DHP Router
Well as it turns out the opkg install command doesn't allow for wildcards, so after a quick bit of research, I located a webpage where a nice guy had come up with this command;
opkg list | grep packagename | awk '{print $1}' | xargs opkg install
List of helpful links;
Entware Repositories for my router (go up one level for other CPU types)