aboutsummaryrefslogtreecommitdiffstats
path: root/main/alpine-conf/0001-update-kernel-fix-bad-typo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/alpine-conf/0001-update-kernel-fix-bad-typo.patch')
-rw-r--r--main/alpine-conf/0001-update-kernel-fix-bad-typo.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/main/alpine-conf/0001-update-kernel-fix-bad-typo.patch b/main/alpine-conf/0001-update-kernel-fix-bad-typo.patch
new file mode 100644
index 0000000000..59919cb67c
--- /dev/null
+++ b/main/alpine-conf/0001-update-kernel-fix-bad-typo.patch
@@ -0,0 +1,25 @@
+From a79092c652ce0b490ba582d682662e83db9fc7b4 Mon Sep 17 00:00:00 2001
+From: Carlo Landmeter <clandmeter@gmail.com>
+Date: Fri, 5 Aug 2016 16:53:21 +0000
+Subject: [PATCH] update-kernel: fix bad typo
+
+---
+ update-kernel.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/update-kernel.in b/update-kernel.in
+index 06b7eac..ab7c528 100644
+--- a/update-kernel.in
++++ b/update-kernel.in
+@@ -215,7 +215,7 @@ if [ "$BUILDDIR" ]; then
+ make -C "$BUILDDIR" $_install firmware_install modules_install \
+ INSTALL_MOD_PATH=$ROOT \
+ INSTALL_PATH=$BOOT \
+- INSTALL_DTBS_PATH='$ROOT/usr/lib/linux-$(KERNELRELEASE)' \
++ INSTALL_DTBS_PATH='$ROOT/usr/lib/linux-$(KERNELRELEASE)'
+ else
+ if [ -z "$PACKAGES" ]; then
+ PACKAGES="$(extra_pkgs "dahdi-linux-$FLAVOR" dahdi-linux)
+--
+2.9.1
+