File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
package/root/usr/local/sbin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- export RELEASE_NAME ?= dev
1+ export RELEASE_NAME ?= 0.1~ dev
22export RELEASE ?= 1
33export LINUX_BRANCH ?= my-hacks-1.2
44export BOOT_TOOLS_BRANCH ?= master
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if [ -z "$1" ]; then
1515fi
1616
1717DEVICE=" /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"
2121CURRENTFILE=" /var/lib/misc/pine64_update_uboot.status"
You can’t perform that action at this time.
0 commit comments