|
|
@ -41,15 +41,15 @@ main_lx_src() { |
|
|
|
|
|
|
|
echo "Copying kernel patches ... " |
|
|
|
rm -rf linux$treever-patches ; mkdir -p linux$treever-patches |
|
|
|
cp $base/package/$repository/linux$treever/README linux$treever-patches/ |
|
|
|
cp $patchfiles linux$treever-patches/ |
|
|
|
cp -v $base/package/$repository/linux$treever/README linux$treever-patches/ |
|
|
|
cp -v $patchfiles linux$treever-patches/ |
|
|
|
|
|
|
|
cd linux-$ver-rock |
|
|
|
|
|
|
|
lx_config |
|
|
|
|
|
|
|
cp .config_nomods ../linux$treever-patches/config_nomods.txt |
|
|
|
cp .config_modules ../linux$treever-patches/config_modules.txt |
|
|
|
cp -v .config_nomods ../linux$treever-patches/config_nomods.txt |
|
|
|
cp -v .config_modules ../linux$treever-patches/config_modules.txt |
|
|
|
|
|
|
|
# can fail in stage 0-1 ... |
|
|
|
if [ $stagelevel -gt 1 -a $treever -le 24 ] ; then |
|
|
|