aboutsummaryrefslogtreecommitdiffstats
path: root/main/alpine-conf/0005-update-kernel-fix-bad-typo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/alpine-conf/0005-update-kernel-fix-bad-typo.patch')
-rw-r--r--main/alpine-conf/0005-update-kernel-fix-bad-typo.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/main/alpine-conf/0005-update-kernel-fix-bad-typo.patch b/main/alpine-conf/0005-update-kernel-fix-bad-typo.patch
new file mode 100644
index 0000000000..3f7a099e54
--- /dev/null
+++ b/main/alpine-conf/0005-update-kernel-fix-bad-typo.patch
@@ -0,0 +1,25 @@
+From 0b7b6a100b22f704e1c8aedcd4d53bbf167a751e Mon Sep 17 00:00:00 2001
+From: Carlo Landmeter <clandmeter@gmail.com>
+Date: Fri, 5 Aug 2016 16:53:21 +0000
+Subject: [PATCH 5/6] 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.3
+