Commit e8916dc3 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

build/scripts: fixed typo

parent c6ddd7e9
......@@ -23,7 +23,7 @@ dirname="linux-2.6.39"
rm -rf $dirname
tar xjf ${WRS_DOWNLOAD_DIR}/$tarname || wrs_die "untar $tarname"
apply patches
# apply patches
cd $dirname
for n in ${WRS_BASE_DIR}/../patches/kernel/v2.6.39/00*; do
patch -p1 < $n || wrs_die "patch kernel"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment