|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../linux26-src/linux26-src.conf |
|
|
|
|
# Copyright (C) 2007 - 2010 The OpenSDE Project |
|
|
|
|
# Filename: package/.../linux-src/linux-src.conf |
|
|
|
|
# Copyright (C) 2007 - 2011 The OpenSDE Project |
|
|
|
|
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
@ -24,7 +24,7 @@ main_lx_src() {
|
|
|
|
|
|
|
|
|
|
# hack to extract the files into our usr/src dir ... |
|
|
|
|
# this part is continued inside lx_injectextraversion |
|
|
|
|
tar $taropt $( match_source_file -p linux linux$treever | head -n 1 ) |
|
|
|
|
tar $taropt $( match_source_file -p linux linux | head -n 1 ) |
|
|
|
|
|
|
|
|
|
chown -R 0:0 linux-$vanilla_ver; chmod go=u,go-w linux-$vanilla_ver |
|
|
|
|
cd linux-$vanilla_ver |
|
|
|
@ -84,9 +84,9 @@ srctar=none
|
|
|
|
|
|
|
|
|
|
custmain="main_lx_src" |
|
|
|
|
|
|
|
|
|
for x in $( match_source_file -p patch-.* linux$treever | grep -v '\.tar\.' ); do |
|
|
|
|
for x in $( match_source_file -p patch-.* linux | grep -v '\.tar\.' ); do |
|
|
|
|
var_insert patchfiles " " "$x" |
|
|
|
|
done |
|
|
|
|
for x in $( ls -1d $base/package/$repository/linux$treever/*.patch ); do |
|
|
|
|
for x in $( ls -1d $base/package/$repository/linux/*.patch ); do |
|
|
|
|
var_append patchfiles " " "$x" |
|
|
|
|
done |
|
|
|
|