Commit Graph

16 Commits

Author SHA1 Message Date
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