Webmin on Entware for DD-WRT
...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