Commit Graph

261 Commits

Author SHA1 Message Date
iamromulan
9861d33649 Allow installation of the simplefirewall only
If simplefirewall isn't installed upon entering the config menu it will ask to install it
2024-02-23 15:47:05 -05:00
iamromulan
5f8346f6a5 Fix command usage
cp -f to cp -rf
2024-02-23 15:11:15 -05:00
iamromulan
500a2c4c69 TTL service fix
Fix problem with TTL service not being copied over to sysd correctly
2024-02-23 11:58:14 -05:00
iamromulan
8c69d328b5 Make Menu look better
-Added colors to menu
-Added my logo ;)
2024-02-23 00:05:19 -05:00
iamromulan
5c5e9c5673 Poking at TTL toolkit menu...... 2024-02-22 23:22:40 -05:00
iamromulan
34c9c127fd Fix wrong command usage for TTL 2024-02-22 23:08:15 -05:00
iamromulan
0804f7800f Fix TTL Value set from Toolkit 2024-02-22 23:03:32 -05:00
iamromulan
551ab341bc Revert "Fix TTL Update from toolkit"
This reverts commit 9ec5223806.
2024-02-22 22:44:34 -05:00
iamromulan
9ec5223806 Fix TTL Update from toolkit
Added service restart command
2024-02-22 22:38:23 -05:00
iamromulan
bfba691a37 Fix Path issue 2024-02-22 22:14:03 -05:00
iamromulan
9242b753c4 Merge branch 'development' of https://github.com/iamromulan/quectel-rgmii-toolkit into development 2024-02-22 22:13:03 -05:00
iamromulan
ff50ea1b3f Fix another path issue 2024-02-22 22:12:52 -05:00
iamromulan
c4819964ea Bug fixes
Fixed more path issues
2024-02-22 22:07:20 -05:00
iamromulan
716064753f Fix path 2024-02-22 22:06:17 -05:00
iamromulan
9873a43266 Error Fixes, add entware option
Fix wrong link for simpleadmintest, add install entware option
2024-02-22 21:46:03 -05:00
iamromulan
bf7e716186 Fix wget link for socat-at-bridge 2024-02-22 16:46:49 -05:00
iamromulan
bc5bd18e72 Fix typos and missing remount_rw 2024-02-22 16:14:21 -05:00
iamromulan
b210afdb47 Rename RMxxx_rgmii_toolkit_dev.sh to RMxxx_rgmii_toolkit.sh 2024-02-22 15:26:47 -05:00
iamromulan
780590bfa5 Combine Dependencies; Other Improvements
-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
2024-02-20 23:44:05 -05:00
iamromulan
c83f703da6 Add ttyd 1.7.4 armhf binary 2024-02-16 00:50:28 -05:00
iamromulan
2e0d213a0f Add simpleadmin test branch
-Installer now working
2024-02-16 00:36:24 -05:00
iamromulan
b7c3fd927e Add simpleadmin test branch 2024-02-16 00:33:34 -05:00
iamromulan
e37e6fb686 Add simpleadmin test branch
Add new branch for development
2024-02-16 00:22:30 -05:00
iamromulan
d6ba3a8aaa Add CFUN=0 fix
Fixed
2024-02-13 19:52:10 -05:00
iamromulan
a7e9549e36 Add CFUN=0 fix option
-Fixed missing quotes around $service_path during symbolic link
2024-02-13 19:44:05 -05:00
iamromulan
8e7677c8a6 Update RMxxx_rgmii_toolkit.sh
-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
2024-02-13 16:05:45 -05:00
iamromulan
ec729b1f3f Entware/opkg installer update 2024-02-05 22:13:22 -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
iamromulan
2c8ceb12f2 Create ICCIDfun.sh 2024-01-20 22:16:56 -05:00
iamromulan
82422a8ef8 Create ICCID_APN.sh 2024-01-20 22:16:25 -05:00
iamromulan
8fa4cb19cd Delete beta.sh 2024-01-10 23:53:25 -05:00
iamromulan
cf5ec47b48 Add atcmd installation
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.
2024-01-10 23:52:59 -05:00
iamromulan
0653478554 Create atcmd
atcmd script for sending at commands and reading their response.
2024-01-10 23:34:20 -05:00
iamromulan
94b3bce925 Fix Tailscale Web UI
Fix issue with not starting at boot
2024-01-08 15:32:10 -05:00
iamromulan
9209440668 Create tailscale-webui-trigger.service 2024-01-08 15:26:47 -05:00