-Both SMD11 and SMD7 are now used to create 2 separate AT command flows/streams
-SMD11 is linked to ttyOUT
-SMD7 is linked to ttyOUT2
-ttyOUT is intended for use with automated AT commands like the modem status parse script
-ttyOUT2 is intended for user initiated AT commands like the AT Commands page in simpleadmin or the new atcmd shell command
-Entware installation has been improved for better compatibility and smoother install.
-Added the option to try out TTYd
-This is a web based shell console you can access via http on port 443
-More improvements to come
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.
Change installation from /opt to /usrdata/opt
There is more room to work with at /dev/ubi2_0 which is where /usrdata is mounted from.
From stock firmware ubi0 (rootfs [/]) only has 49.3 MBs free while ubi2_0 has 119.8 MBs