diff --git a/Makefile b/Makefile index 29040b7e..28fd6dbd 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -export RELEASE_NAME ?= dev +export RELEASE_NAME ?= 0.1~dev export RELEASE ?= 1 export LINUX_BRANCH ?= my-hacks-1.2 export BOOT_TOOLS_BRANCH ?= master diff --git a/package/root/usr/local/sbin/pine64_update_uboot.sh b/package/root/usr/local/sbin/pine64_update_uboot.sh index b217fbf1..647d6c8f 100755 --- a/package/root/usr/local/sbin/pine64_update_uboot.sh +++ b/package/root/usr/local/sbin/pine64_update_uboot.sh @@ -15,7 +15,7 @@ if [ -z "$1" ]; then fi DEVICE="/dev/mmcblk0" -URL="https://github.com/ayufan-pine64/linux-build/releases/download/$VERSION/simple-image-$(cat /etc/pine64_model)-$VERSION.tar.xz" +URL="https://github.com/ayufan-pine64/linux-build/releases/download/$VERSION/simple-image-$(cat /etc/pine64_model)-$VERSION.img.xz" # URL="https://www.stdin.xyz/downloads/people/longsleep/pine64-images/simpleimage-pine64-$VERSION.img.xz" # PUBKEY="https://www.stdin.xyz/downloads/people/longsleep/longsleep.asc" CURRENTFILE="/var/lib/misc/pine64_update_uboot.status"