We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9da0350 + 11b4754 commit 9e20622Copy full SHA for 9e20622
Makefile
@@ -1,7 +1,7 @@
1
export RELEASE_NAME ?= 0.1~dev
2
export RELEASE ?= 1
3
-export LINUX_BRANCH ?= my-hacks-1.2-with-mmc3
4
-export BOOT_TOOLS_BRANCH ?= with-drm-mmc3
+export LINUX_BRANCH ?= my-hacks-1.2
+export BOOT_TOOLS_BRANCH ?= with-drm
5
LINUX_LOCALVERSION ?= -ayufan-$(RELEASE)
6
7
all: linux-pinebook linux-pine64 linux-sopine
package/root/usr/local/sbin/pine64_model.sh
@@ -2,4 +2,4 @@
set -e
-cat /etc/pine64-model
+cat /etc/pine64_model
0 commit comments