Webmin on Entware for DD-WRT

Revision as of 23:31, 11 September 2018 by Root (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

...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 come up with this command: opkg list | grep packagename | awk '{print $1}' | xargs opkg install