Commit Graph

19 Commits

Author SHA1 Message Date
iamromulan
7d5d9fe74f Major Toolkit Update: socat and TTYd
-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
2024-03-17 00:10:18 -04:00
iamromulan
7bf87e4f3b add opkg update process 2024-02-25 23:18:33 -05:00
iamromulan
0179c92213 Add a delay to give /opt time to mount 2024-02-25 23:13:50 -05:00
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
iamromulan
56f15a3c6a Update installentware.sh
Switch to generic install. No need for a second busybox for now
2024-02-05 21:03:00 -05:00
iamromulan
063573f750 Update installentware.sh 2024-02-05 00:26:19 -05:00
iamromulan
34d1ae89e4 Update installentware.sh 2024-02-05 00:19:32 -05:00
iamromulan
73a805ad4e Update installentware.sh 2024-02-05 00:14:09 -05:00
iamromulan
94fe61452a Update installentware.sh 2024-02-04 23:56:06 -05:00
iamromulan
ea5510b1b0 Update installentware.sh 2024-02-04 23:55:11 -05:00
iamromulan
2736c1d8e7 Update installentware.sh 2024-02-04 23:53:30 -05:00
iamromulan
0093c36ea7 Update installentware.sh 2024-02-04 23:36:25 -05:00
iamromulan
67dc4e73e1 Update installentware.sh 2024-02-04 23:17:28 -05:00
iamromulan
6c790952c6 Update installentware.sh 2024-02-04 22:22:42 -05:00
iamromulan
94bb287f49 Update installentware.sh
Manual enable mount at boot
2024-02-04 22:17:11 -05:00
iamromulan
08e070099f Update installentware.sh 2024-02-04 21:54:26 -05:00
iamromulan
899bc23621 Update installentware.sh
Revert to original
2024-02-04 21:40:48 -05:00
iamromulan
bb28ebdc53 Update installentware.sh
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
2024-02-03 13:13:01 -05:00
iamromulan
353c0f0368 Fork entware install script
Forked from https://github.com/Entware/Entware/wiki/Install-on-Android#installation
Orginal:
https://bin.entware.net/armv7sf-k3.2/installer/alternative.sh
2024-02-03 13:07:57 -05:00