diff --git a/ipk-source/sdxpinn-mount-fix/CONTROL/control b/ipk-source/sdxpinn-mount-fix/CONTROL/control index 418385b..83b05dd 100644 --- a/ipk-source/sdxpinn-mount-fix/CONTROL/control +++ b/ipk-source/sdxpinn-mount-fix/CONTROL/control @@ -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 diff --git a/ipk-source/sdxpinn-mount-fix/CONTROL/postinst b/ipk-source/sdxpinn-mount-fix/CONTROL/postinst index 01c90db..27da190 100644 --- a/ipk-source/sdxpinn-mount-fix/CONTROL/postinst +++ b/ipk-source/sdxpinn-mount-fix/CONTROL/postinst @@ -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 diff --git a/ipk-source/sdxpinn-mount-fix/root/tmp/distfeeds.conf b/ipk-source/sdxpinn-mount-fix/root/tmp/distfeeds.conf index b1b2120..f44a8cb 100644 --- a/ipk-source/sdxpinn-mount-fix/root/tmp/distfeeds.conf +++ b/ipk-source/sdxpinn-mount-fix/root/tmp/distfeeds.conf @@ -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/ diff --git a/ipk-source/sdxpinn-mount-fix/root/tmp/inotifywait_3.20.11.0-1_aarch64_cortex-a53.ipk b/ipk-source/sdxpinn-mount-fix/root/tmp/inotifywait_3.20.11.0-1_aarch64_cortex-a53.ipk new file mode 100644 index 0000000..082e84a Binary files /dev/null and b/ipk-source/sdxpinn-mount-fix/root/tmp/inotifywait_3.20.11.0-1_aarch64_cortex-a53.ipk differ diff --git a/ipk-source/sdxpinn-mount-fix/root/tmp/libinotifytools_3.20.11.0-1_aarch64_cortex-a53.ipk b/ipk-source/sdxpinn-mount-fix/root/tmp/libinotifytools_3.20.11.0-1_aarch64_cortex-a53.ipk new file mode 100644 index 0000000..52f8de4 Binary files /dev/null and b/ipk-source/sdxpinn-mount-fix/root/tmp/libinotifytools_3.20.11.0-1_aarch64_cortex-a53.ipk differ