Skip to content

Commit 008a7f7

Browse files
committed
Fix uboot updating
1 parent 3e595c0 commit 008a7f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export RELEASE_NAME ?= dev
1+
export RELEASE_NAME ?= 0.1~dev
22
export RELEASE ?= 1
33
export LINUX_BRANCH ?= my-hacks-1.2
44
export BOOT_TOOLS_BRANCH ?= master

package/root/usr/local/sbin/pine64_update_uboot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [ -z "$1" ]; then
1515
fi
1616

1717
DEVICE="/dev/mmcblk0"
18-
URL="https://github.com/ayufan-pine64/linux-build/releases/download/$VERSION/simple-image-$(cat /etc/pine64_model)-$VERSION.tar.xz"
18+
URL="https://github.com/ayufan-pine64/linux-build/releases/download/$VERSION/simple-image-$(cat /etc/pine64_model)-$VERSION.img.xz"
1919
# URL="https://www.stdin.xyz/downloads/people/longsleep/pine64-images/simpleimage-pine64-$VERSION.img.xz"
2020
# PUBKEY="https://www.stdin.xyz/downloads/people/longsleep/longsleep.asc"
2121
CURRENTFILE="/var/lib/misc/pine64_update_uboot.status"

0 commit comments

Comments
 (0)