mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
Merge branch 'main' into dev
This commit is contained in:
commit
f6218a4d95
@ -25,7 +25,7 @@ echo -e "n\np\n\n\n+100M\nt\n\n0b\nn\np\n\n\n+100M\nn\np\n\n\n\nw" | fdisk "${IM
|
|||||||
sudo umount "${BINARIES_DIR}/p1" 2>/dev/null || true
|
sudo umount "${BINARIES_DIR}/p1" 2>/dev/null || true
|
||||||
sudo umount "${BINARIES_DIR}/p3" 2>/dev/null || true
|
sudo umount "${BINARIES_DIR}/p3" 2>/dev/null || true
|
||||||
# Force unsetup of loop device
|
# Force unsetup of loop device
|
||||||
sudSetupo losetup -d "/dev/loop8" 2>/dev/null || true
|
sudo losetup -d "/dev/loop8" 2>/dev/null || true
|
||||||
# Setup the loop8 loop device
|
# Setup the loop8 loop device
|
||||||
sudo losetup -P "/dev/loop8" "${IMAGE_FILE}"
|
sudo losetup -P "/dev/loop8" "${IMAGE_FILE}"
|
||||||
# Format partitions
|
# Format partitions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
ARPL_VERSION="0.2-alpha3"
|
ARPL_VERSION="0.2-alpha4"
|
||||||
|
|
||||||
# Define paths
|
# Define paths
|
||||||
TMP_PATH="/tmp"
|
TMP_PATH="/tmp"
|
||||||
|
@ -243,7 +243,6 @@ function addonMenu() {
|
|||||||
d "Delete addon(s)" \
|
d "Delete addon(s)" \
|
||||||
s "Show user addons" \
|
s "Show user addons" \
|
||||||
m "Show all available addons" \
|
m "Show all available addons" \
|
||||||
o "Download an addon" \
|
|
||||||
e "Exit" \
|
e "Exit" \
|
||||||
2>${TMP_PATH}/resp
|
2>${TMP_PATH}/resp
|
||||||
[ $? -ne 0 ] && return
|
[ $? -ne 0 ] && return
|
||||||
@ -317,32 +316,6 @@ function addonMenu() {
|
|||||||
dialog --backtitle "`backtitle`" --title "Available addons" \
|
dialog --backtitle "`backtitle`" --title "Available addons" \
|
||||||
--colors --msgbox "${MSG}" 0 0
|
--colors --msgbox "${MSG}" 0 0
|
||||||
;;
|
;;
|
||||||
o)
|
|
||||||
TEXT="please enter the complete URL to download.\n"
|
|
||||||
TEXT+="\Zb(Official addons location: https://github.com/fbelavenuto/arpl-addons/releases)\Zn\n"
|
|
||||||
TEXT+="Ex: https://github.com/fbelavenuto/arpl-addons/releases/download/v0.2/9p.addon"
|
|
||||||
dialog --backtitle "`backtitle`" --aspect 18 --colors --inputbox "${TEXT}" 0 0 \
|
|
||||||
2>${TMP_PATH}/resp
|
|
||||||
[ $? -ne 0 ] && continue
|
|
||||||
URL="`<"${TMP_PATH}/resp"`"
|
|
||||||
[ -z "${URL}" ] && continue
|
|
||||||
clear
|
|
||||||
echo "Downloading ${URL}"
|
|
||||||
curl --insecure -L "${URL}" -o "${TMP_PATH}/addon.tgz" --progress-bar
|
|
||||||
if [ $? -ne 0 ]; then
|
|
||||||
dialog --backtitle "`backtitle`" --title "Error downloading" --aspect 18 \
|
|
||||||
--msgbox "Check internet or cache disk space" 0 0
|
|
||||||
return 1
|
|
||||||
fi
|
|
||||||
ADDON="`untarAddon "${TMP_PATH}/addon.tgz"`"
|
|
||||||
if [ -n "${ADDON}" ]; then
|
|
||||||
dialog --backtitle "`backtitle`" --title "Success" --aspect 18 \
|
|
||||||
--msgbox "Addon '${ADDON}' added to loader" 0 0
|
|
||||||
else
|
|
||||||
dialog --backtitle "`backtitle`" --title "Invalid addon" --aspect 18 \
|
|
||||||
--msgbox "File format not recognized!" 0 0
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
e) return ;;
|
e) return ;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
files/board/arpl/p3/addons/eudev/all.tgz
Normal file
BIN
files/board/arpl/p3/addons/eudev/all.tgz
Normal file
Binary file not shown.
16
files/board/arpl/p3/addons/eudev/manifest.yml
Normal file
16
files/board/arpl/p3/addons/eudev/manifest.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
version: 1
|
||||||
|
name: eudev
|
||||||
|
system: true
|
||||||
|
description: "eudev project + kmod modified"
|
||||||
|
compile-script: compile.sh
|
||||||
|
all:
|
||||||
|
install-script: "install.sh"
|
||||||
|
copy: "all"
|
||||||
|
available-for:
|
||||||
|
bromolow-3.10.108:
|
||||||
|
apollolake-4.4.180:
|
||||||
|
broadwell-4.4.180:
|
||||||
|
broadwellnk-4.4.180:
|
||||||
|
denverton-4.4.180:
|
||||||
|
geminilake-4.4.180:
|
||||||
|
v1000-4.4.180:
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user