summaryrefslogtreecommitdiffstats
path: root/urunlevel/runlevel/apply_patch
diff options
context:
space:
mode:
Diffstat (limited to 'urunlevel/runlevel/apply_patch')
-rw-r--r--urunlevel/runlevel/apply_patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/urunlevel/runlevel/apply_patch b/urunlevel/runlevel/apply_patch
new file mode 100644
index 0000000..3396de6
--- /dev/null
+++ b/urunlevel/runlevel/apply_patch
@@ -0,0 +1,9 @@
1#! /bin/sh
2
3pushd ..
4make clean
5patch -ufp1 <runlevel/runlevel.patch
6# This is needed to support My Linux, and no one wants that.
7#patch -ufp1 <my_linux/my_linux.patch
8make oldconfig
9popd