Update for Offline deployment
-Added dependent ipks as apart of package -Now installs via postinst script From: https://mirror-03.infra.openwrt.org/releases/22.03.5/packages/aarch64_cortex-a53/packages/libinotifytools_3.20.11.0-1_aarch64_cortex-a53.ipk https://mirror-03.infra.openwrt.org/releases/22.03.5/packages/aarch64_cortex-a53/packages/inotifywait_3.20.11.0-1_aarch64_cortex-a53.ipk - Added missing base feed telephony
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
Package: sdxpinn-mount-fix
|
||||
Version: 1.0
|
||||
Version: 1.0.1
|
||||
Architecture: aarch64_cortex-a53
|
||||
Maintainer: Cameron Thompson iamromulan@github.com
|
||||
Description: Creates a usable mount space and overlay for SDXPINN modems
|
||||
Suggests: libinotifytools, inotifywait
|
||||
Depends: libc
|
||||
|
||||
@@ -25,9 +25,15 @@ chmod +x /usr/sbin/init-overlay-watchdog.sh
|
||||
|
||||
# Enable and start the service
|
||||
service mount-fix enable
|
||||
service init-overlay-watchdog enable
|
||||
service mount-fix start
|
||||
opkg update
|
||||
opkg install inotifywait inotifywatch
|
||||
sleep 1
|
||||
opkg install /tmp/libinotifytools_3.20.11.0-1_aarch64_cortex-a53.ipk
|
||||
opkg install /tmp/inotifywait_3.20.11.0-1_aarch64_cortex-a53.ipk
|
||||
service init-overlay-watchdog enable
|
||||
service init-overlay-watchdog start
|
||||
echo -e "\e[32m sdxpinn-mount-fix installed! Here is the new file structure! \e[0m"
|
||||
echo -e "\e[32m ============================================================ \e[0m"
|
||||
mount && df -h
|
||||
echo -e "\e[32m ============================================================ \e[0m"
|
||||
echo -e "\e[32m sdxpinn-mount-fix installed! New file structure above! \e[0m"
|
||||
exit 0
|
||||
|
||||
@@ -42,3 +42,5 @@ src/gz openwrt_packages https://downloads.openwrt.org/releases/22.03.5/packages/
|
||||
# src/gz openwrt_qtiwlan https://downloads.openwrt.org/releases/22.03.5/packages/aarch64_cortex-a53/qtiwlan
|
||||
# src/gz openwrt_qtiwlanprop https://downloads.openwrt.org/releases/22.03.5/packages/aarch64_cortex-a53/qtiwlanprop
|
||||
src/gz openwrt_routing https://downloads.openwrt.org/releases/22.03.5/packages/aarch64_cortex-a53/routing
|
||||
# Added by iamromulan:
|
||||
src/gz openwrt_telephony https://downloads.openwrt.org/releases/22.03.5/packages/aarch64_cortex-a53/telephony/
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user