Skip to content

Commit 9e20622

Browse files
committed
2 parents 9da0350 + 11b4754 commit 9e20622

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export RELEASE_NAME ?= 0.1~dev
22
export RELEASE ?= 1
3-
export LINUX_BRANCH ?= my-hacks-1.2-with-mmc3
4-
export BOOT_TOOLS_BRANCH ?= with-drm-mmc3
3+
export LINUX_BRANCH ?= my-hacks-1.2
4+
export BOOT_TOOLS_BRANCH ?= with-drm
55
LINUX_LOCALVERSION ?= -ayufan-$(RELEASE)
66

77
all: linux-pinebook linux-pine64 linux-sopine

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
set -e
44

5-
cat /etc/pine64-model
5+
cat /etc/pine64_model

0 commit comments

Comments
 (0)