From dfd4a3af9c357bc735fdbf20cb6e7d2bc3a5b16c Mon Sep 17 00:00:00 2001
From: Charles Steinkuehler <charles@steinkuehler.net>
Date: Sun, 14 Jul 2013 04:23:06 +0200
Subject: [PATCH] Fix download scripts to reference correct kernel
 configuration file

---
 machinekit/scripts/001.download.shu | 3 ++-
 machinekit/scripts/002.download.shr | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/machinekit/scripts/001.download.shu b/machinekit/scripts/001.download.shu
index 503adc3e3..e22551037 100755
--- a/machinekit/scripts/001.download.shu
+++ b/machinekit/scripts/001.download.shu
@@ -2,5 +2,6 @@
 
 cd ~
 
-wget http://static.mah.priv.at/public/beaglebone/starterkit/deploy/3.8.13xenomai-bone20.config
+#wget http://static.mah.priv.at/public/beaglebone/starterkit/deploy/3.8.13xenomai-bone20.config
+wget http://static.mah.priv.at/public/beaglebone/starterkit/deploy/3.8.13xenomai-bone23.config
 
diff --git a/machinekit/scripts/002.download.shr b/machinekit/scripts/002.download.shr
index c77d3ad81..af3774599 100755
--- a/machinekit/scripts/002.download.shr
+++ b/machinekit/scripts/002.download.shr
@@ -1,4 +1,4 @@
 #!/bin/sh
 
-eval mv ~$1/3.8.13xenomai-bone20.config /boot/
+eval mv ~$1/*.config /boot/
 
-- 
GitLab