SDXPINN branch is now ipk focused

-Updated opkg-feed with new packages
-Updated key cause I lost my private key
This commit is contained in:
iamromulan
2024-10-06 02:52:53 -04:00
parent 705d461342
commit 7a636798d6
39 changed files with 723 additions and 182 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/sh
ARGS=$1
DEVPORT=$(uci -q get atinout.general.atcport)
if [ "$DEVPORT" ]; then
echo "${ARGS}" | /usr/bin/atinout - ${DEVPORT} -
fi