summaryrefslogtreecommitdiffstats
path: root/urunlevel/runlevel/apply_patch
blob: 3396de6fa922110cb20e3ffa192f1e2d99425bf1 (plain)
1
2
3
4
5
6
7
8
9
#! /bin/sh

pushd ..
make clean
patch -ufp1 <runlevel/runlevel.patch
# This is needed to support My Linux, and no one wants that.
#patch -ufp1 <my_linux/my_linux.patch
make oldconfig
popd