Update Packages
- Updated QuecManager to 0.0.3 include patch from c8faf539c1
- Added LAN settings to sdxpinn-console-menu V0.0.2
- Updated Tailscale ipks from 1.74.1 to 1.76.1
This commit is contained in:
2
ipk-source/sdxpinn-console-menu/CONTROL/control
Normal file → Executable file
2
ipk-source/sdxpinn-console-menu/CONTROL/control
Normal file → Executable file
@@ -1,5 +1,5 @@
|
||||
Package: sdxpinn-console-menu
|
||||
Version: 0.0.1
|
||||
Version: 0.0.2
|
||||
Architecture: aarch64_cortex-a53
|
||||
Maintainer: Cameron Thompson iamromulan@github.com
|
||||
Description: A custom CLI menu system for mamnagment of Quectel RM5xx modems
|
||||
|
||||
0
ipk-source/sdxpinn-console-menu/build-ipk
Normal file → Executable file
0
ipk-source/sdxpinn-console-menu/build-ipk
Normal file → Executable file
0
ipk-source/sdxpinn-console-menu/root/usr/bin/download
Normal file → Executable file
0
ipk-source/sdxpinn-console-menu/root/usr/bin/download
Normal file → Executable file
23
ipk-source/sdxpinn-console-menu/root/usr/bin/menu
Normal file → Executable file
23
ipk-source/sdxpinn-console-menu/root/usr/bin/menu
Normal file → Executable file
@@ -8,6 +8,7 @@ GITREPO="quectel-rgmii-toolkit"
|
||||
GITTREE="development-SDXPINN"
|
||||
GITMAINTREE="SDXPINN"
|
||||
GITDEVTREE="development-SDXPINN"
|
||||
SUB_MENUS="/usr/bin/sub_menus"
|
||||
|
||||
# Function to remount file system as read-write
|
||||
remount_rw() {
|
||||
@@ -216,22 +217,24 @@ while true; do
|
||||
echo -e "\e[96m1) Send AT Commands\e[0m" # Cyan
|
||||
echo -e "\e[92m2) Run the SDXPINN toolkit\e[0m" # Green
|
||||
echo -e "\e[94m3) Run the development-SDXPINN toollkit (beta/test branch)\e[0m" # Light Blue
|
||||
echo -e "\e[94m4) TTL Settings\e[0m" # Light Blue
|
||||
echo -e "\e[94m5) Set root password\e[0m" # Light Blue
|
||||
echo -e "\e[94m6) Tailscale Management\e[0m" # Light Blue
|
||||
echo -e "\e[92m7) Run a speedtest.net speed test\e[0m" # Light Green
|
||||
echo -e "\e[93m8) Exit\e[0m" # Yellow (repeated color for exit option)
|
||||
echo -e "\e[94m4) TTL Settings\e[0m" # Light Blue
|
||||
echo -e "\e[93m5) LAN Settings (Experimental) \e[0m" # Yellow
|
||||
echo -e "\e[94m6) Set root password\e[0m" # Light Blue
|
||||
echo -e "\e[94m7) Tailscale Management\e[0m" # Light Blue
|
||||
echo -e "\e[92m8) Run a speedtest.net speed test\e[0m" # Light Green
|
||||
echo -e "\e[93m9) Exit\e[0m" # Yellow (repeated color for exit option)
|
||||
read -p "Enter your choice: " choice
|
||||
|
||||
case $choice in
|
||||
1) send_at_commands_using_atcmd ;;
|
||||
2) cd /tmp && wget -O rcPCIe_SDXPINN_toolkit.sh https://raw.githubusercontent.com/iamromulan/quectel-rgmii-toolkit/SDXPINN/rcPCIe_SDXPINN_toolkit.sh && chmod +x rcPCIe_SDXPINN_toolkit.sh && ./rcPCIe_SDXPINN_toolkit.sh && cd / ;;
|
||||
3) cd /tmp && wget -O rcPCIe_SDXPINN_toolkit.sh https://raw.githubusercontent.com/iamromulan/quectel-rgmii-toolkit/development-SDXPINN/rcPCIe_SDXPINN_toolkit.sh && chmod +x rcPCIe_SDXPINN_toolkit.sh && ./rcPCIe_SDXPINN_toolkit.sh && cd / ;;
|
||||
4) ttl_setup ;;
|
||||
5) set_root_passwd ;;
|
||||
6) configure_tailscale ;;
|
||||
7) speedtest ;;
|
||||
8) echo -e "\e[1;32mGoodbye!\e[0m"; break ;;
|
||||
4) ttl_setup ;;
|
||||
5) $SUB_MENUS/lan_menu ;;
|
||||
6) set_root_passwd ;;
|
||||
7) configure_tailscale ;;
|
||||
8) speedtest ;;
|
||||
9) echo -e "\e[1;32mGoodbye!\e[0m"; break ;;
|
||||
*) echo -e "\e[1;31mInvalid option\e[0m" ;;
|
||||
esac
|
||||
done
|
||||
|
||||
1
ipk-source/sdxpinn-console-menu/root/usr/bin/sub_menus/lan_menu
Normal file → Executable file
1
ipk-source/sdxpinn-console-menu/root/usr/bin/sub_menus/lan_menu
Normal file → Executable file
@@ -2,6 +2,7 @@
|
||||
|
||||
# Function to display menu options with color coding
|
||||
menu() {
|
||||
echo -e "\e[91m7) Proceed with caution...\e[0m" # Red
|
||||
echo -e "\e[96mLAN Configuration Menu:\e[0m" # Cyan
|
||||
echo -e "\e[92m1) Enable/Disable Single IP DMZ Passthrough Mode\e[0m" # Green
|
||||
echo -e "\e[94m2) Set Gateway Address\e[0m" # Blue
|
||||
|
||||
0
ipk-source/sdxpinn-quecmanager/CONTROL/control
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/CONTROL/control
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/CONTROL/postinst
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/CONTROL/postinst
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/CONTROL/postrm
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/CONTROL/postrm
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/build-ipk
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/build-ipk
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/about/fetch-about.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/about/fetch-about.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/advance/advanced_settings.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/advance/advanced_settings.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/advance/fetch_macs.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/advance/fetch_macs.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/advance/ttl.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/advance/ttl.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/advanced_settings.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/advanced_settings.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/apn-profile.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/apn-profile.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/atinout_handler.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/atinout_handler.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/auth.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/auth.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/cell-locking/cell-lock.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/cell-locking/cell-lock.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/cell-locking/fetch-cell-lock.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/cell-locking/fetch-cell-lock.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/cell-locking/test.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/cell-locking/test.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/cell-settings.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/cell-settings.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/cell-settings/apn-profile.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/cell-settings/apn-profile.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/cell-settings/cell-settings.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/cell-settings/cell-settings.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/cell-settings/fetch-apn-profiles.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/cell-settings/fetch-apn-profiles.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/check_net.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/check_net.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/fetch-apn-profiles.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/fetch-apn-profiles.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/fetch_macs.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/fetch_macs.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/home/check_net.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/home/check_net.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/home/home_data.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/home/home_data.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/home/traffic_counter.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/home/traffic_counter.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/home/traffic_stats.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/home/traffic_stats.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/home_data.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/home_data.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/traffic_stats.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/traffic_stats.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/ttl.sh
Normal file → Executable file
0
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/ttl.sh
Normal file → Executable file
@@ -1,15 +1,13 @@
|
||||
Package: tailscale
|
||||
Version: 1.74.1-1
|
||||
Version: 1.76.1-1
|
||||
Depends: libc, tailscaled
|
||||
Source: feeds/packages/net/tailscale
|
||||
SourceName: tailscale
|
||||
License: BSD-3-Clause
|
||||
LicenseFiles: LICENSE
|
||||
Section: net
|
||||
SourceDateEpoch: 1671394068
|
||||
Maintainer: Jan Pavlinec <jan.pavlinec1@gmail.com>
|
||||
Architecture: aarch64_cortex-a53
|
||||
Installed-Size: 3651096
|
||||
Description: It creates a secure network between your servers, computers,
|
||||
and cloud instances. Even when separated by firewalls or subnets. Updated
|
||||
by iamromulan to 1.74.1
|
||||
by iamromulan to 1.76.1
|
||||
0
ipk-source/tailscale_1.74.1-1_aarch64_cortex-a53/CONTROL/prerm → ipk-source/tailscale_1.76.1-1_aarch64_cortex-a53/CONTROL/prerm
Normal file → Executable file
0
ipk-source/tailscale_1.74.1-1_aarch64_cortex-a53/CONTROL/prerm → ipk-source/tailscale_1.76.1-1_aarch64_cortex-a53/CONTROL/prerm
Normal file → Executable file
0
ipk-source/tailscale_1.74.1-1_aarch64_cortex-a53/build-ipk → ipk-source/tailscale_1.76.1-1_aarch64_cortex-a53/build-ipk
Normal file → Executable file
0
ipk-source/tailscale_1.74.1-1_aarch64_cortex-a53/build-ipk → ipk-source/tailscale_1.76.1-1_aarch64_cortex-a53/build-ipk
Normal file → Executable file
Binary file not shown.
@@ -1,15 +1,13 @@
|
||||
Package: tailscaled
|
||||
Version: 1.74.1-1
|
||||
Version: 1.76.1-1
|
||||
Depends: libc, ca-bundle, kmod-tun
|
||||
Source: feeds/packages/net/tailscale
|
||||
SourceName: tailscaled
|
||||
License: BSD-3-Clause
|
||||
LicenseFiles: LICENSE
|
||||
Section: net
|
||||
SourceDateEpoch: 1671394068
|
||||
Maintainer: Jan Pavlinec <jan.pavlinec1@gmail.com>
|
||||
Architecture: aarch64_cortex-a53
|
||||
Installed-Size: 6285065
|
||||
Description: It creates a secure network between your servers, computers,
|
||||
and cloud instances. Even when separated by firewalls or subnets. Updated
|
||||
by iamromulan to 1.74.1
|
||||
by iamromulan to 1.76.1
|
||||
0
ipk-source/tailscaled_1.74.1-1_aarch64_cortex-a53/build-ipk → ipk-source/tailscaled_1.76.1-1_aarch64_cortex-a53/build-ipk
Normal file → Executable file
0
ipk-source/tailscaled_1.74.1-1_aarch64_cortex-a53/build-ipk → ipk-source/tailscaled_1.76.1-1_aarch64_cortex-a53/build-ipk
Normal file → Executable file
Binary file not shown.
@@ -41,14 +41,14 @@ License: GPLv3
|
||||
|
||||
|
||||
Package: sdxpinn-console-menu
|
||||
Version: 0.0.1
|
||||
Version: 0.0.2
|
||||
Depends: libc, sdxpinn-mount-fix
|
||||
Section: utils
|
||||
Architecture: aarch64_cortex-a53
|
||||
Maintainer: iamromulan <https://github.com/iamromulan>
|
||||
MD5Sum: e4dd60a7725fb3df16e5ebc0f8d12330
|
||||
Size: 4902
|
||||
Filename: sdxpinn-console-menu_0.0.1_aarch64_cortex-a53.ipk
|
||||
MD5Sum: 42d2fd4c85b36a9c29e66092899080a4
|
||||
Size: 7365
|
||||
Filename: sdxpinn-console-menu_0.0.2_aarch64_cortex-a53.ipk
|
||||
Source: github/iamromulan
|
||||
Description: A custom CLI menu system for mamnagment of Quectel RM5xx modems
|
||||
License: GPLv3
|
||||
@@ -69,44 +69,44 @@ License: GPLv3
|
||||
|
||||
|
||||
Package: sdxpinn-quecmanager
|
||||
Version: 0.0.2
|
||||
Version: 0.0.3
|
||||
Depends: libc, sdxpinn-mount-fix, atinout
|
||||
Section: admin
|
||||
Architecture: aarch64_cortex-a53
|
||||
Maintainer: Russel Yasol <https://github.com/dr-dolomite> Cameron Thompson <https://github.com/iamromulan>
|
||||
MD5Sum: 88d632cf1dbae69c1bd6962ca31f600c
|
||||
Size: 658836
|
||||
Filename: sdxpinn-quecmanager_0.0.2_aarch64_cortex-a53.ipk
|
||||
MD5Sum: c8fc47f8c59a6fc27955fccf0ff7c383
|
||||
Size: 661511
|
||||
Filename: sdxpinn-quecmanager_0.0.3_aarch64_cortex-a53.ipk
|
||||
Source: github/iamromulan
|
||||
Description: A custom web UI desgined to run alongside luci for Quectel RM55x modems
|
||||
License: GPLv3
|
||||
|
||||
|
||||
Package: tailscale
|
||||
Version: 1.74.1-1
|
||||
Version: 1.76.1-1
|
||||
Depends: libc, tailscaled
|
||||
Section: net
|
||||
Architecture: aarch64_cortex-a53
|
||||
Maintainer: Jan Pavlinec <jan.pavlinec1@gmail.com>
|
||||
MD5Sum: 17b17e02759f162b73697f5a2d00e1d5
|
||||
Size: 9392904
|
||||
Filename: tailscale_1.74.1-1_aarch64_cortex-a53.ipk
|
||||
MD5Sum: e4fe865cf7dfc84c9f6c3f0974e049eb
|
||||
Size: 9439846
|
||||
Filename: tailscale_1.76.1-1_aarch64_cortex-a53.ipk
|
||||
Source: feeds/packages/net/tailscale
|
||||
Description: It creates a secure network between your servers, computers, and cloud instances. Even when separated by firewalls or subnets. Updated by iamromulan to 1.74.1
|
||||
Description: It creates a secure network between your servers, computers, and cloud instances. Even when separated by firewalls or subnets. Updated by iamromulan to 1.76.1
|
||||
License: GPLv3
|
||||
|
||||
|
||||
Package: tailscaled
|
||||
Version: 1.74.1-1
|
||||
Version: 1.76.1-1
|
||||
Depends: libc, ca-bundle, kmod-tun
|
||||
Section: net
|
||||
Architecture: aarch64_cortex-a53
|
||||
Maintainer: Jan Pavlinec <jan.pavlinec1@gmail.com>
|
||||
MD5Sum: 3f1290daeb00519877d4cc0628bfe190
|
||||
Size: 17468475
|
||||
Filename: tailscaled_1.74.1-1_aarch64_cortex-a53.ipk
|
||||
MD5Sum: 5785492476bb7c205e02bd8f7b3eeb50
|
||||
Size: 17506056
|
||||
Filename: tailscaled_1.76.1-1_aarch64_cortex-a53.ipk
|
||||
Source: feeds/packages/net/tailscale
|
||||
Description: It creates a secure network between your servers, computers, and cloud instances. Even when separated by firewalls or subnets. Updated by iamromulan to 1.74.1
|
||||
Description: It creates a secure network between your servers, computers, and cloud instances. Even when separated by firewalls or subnets. Updated by iamromulan to 1.76.1
|
||||
License: GPLv3
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
@@ -1,2 +1,2 @@
|
||||
untrusted comment: signed by key 6262698f038d1226
|
||||
RWRiYmmPA40SJrjSf26WsPDLeiRMMKgAWEunKjqElFEt9KJrLhXaw4jdu4S0Tf0Q9+GRSp5aW1CoHz6z118zED1TchtCuW+iIAA=
|
||||
RWRiYmmPA40SJtKWNaocLLkZW3oUGqK2IKRudJU+ZgiSnnhZ80hndAJMiCkZgsq6oY+1KQ9ZV8a26zxjZe9HTDNs2+gxSTq0lQ4=
|
||||
|
||||
Binary file not shown.
BIN
opkg-feed/sdxpinn-console-menu_0.0.2_aarch64_cortex-a53.ipk
Normal file
BIN
opkg-feed/sdxpinn-console-menu_0.0.2_aarch64_cortex-a53.ipk
Normal file
Binary file not shown.
Binary file not shown.
BIN
opkg-feed/sdxpinn-quecmanager_0.0.3_aarch64_cortex-a53.ipk
Normal file
BIN
opkg-feed/sdxpinn-quecmanager_0.0.3_aarch64_cortex-a53.ipk
Normal file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user