Files
quectel-rgmii-toolkit/installentware.sh
iamromulan d1b1127c7f Entware Installer for Quectel V1.0
First release ready for use

Notes:
-opkg will work after installing

-Everything opkg does is installed to /opt

-/opt is actually located at /usrdata/opt to save space but is mounted at /opt

-Anything opkg installs will not be available in the system path by default but you can get around this by symbolic linking each binary installed by the package to /bin and /sbin from /opt/bin and /opt/sbin
For example:
opkg install zerotier
ln -sf /opt/bin/zerotier-one /bin
ln -sf /opt/bin/zerotier-cli /bin
ln -sf /opt/bin/zerotier-idtool /bin
Now you can run those 3 binaries from the shell anytime since they are linked in a place already part of the system path.
2024-02-05 21:47:09 -05:00

4.6 KiB