-Removed CPU intensive python based telnet server option
-Removed Micropython
-Renamed AT Telnet Daemon socat-at bridge
-Moved TTL related files not part of the www/cgi-bin directory to /simplefirewall
-Improved Simplefirewall menu, added ability to change TTL
-Combined uninstall and install functions for simpleadmin and dependencies into single functions
-Rearranged Reboot timer function
-Added a CFUN=1 fix option, in case the modem starts in CFUN=0 mode installing this fix will cause AT+CFUN=1 to be sent at boot per user request
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
Lets you install the at command portion of the toolkit as a shell command. Just type atcmd from adb shell or ssh. Type install instead of exit to install it.