Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 19 years ago
parent
commit
d370367fcc
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      package/avm/bootsplash/pkg_linux_pre.conf
  2. +2
    -2
      package/avm/misdn-user/pkg_linux_pre.conf

+ 1
- 1
package/avm/bootsplash/pkg_linux_pre.conf

@ -5,5 +5,5 @@ if [ "$ROCKCFG_PKG_LINUX_BOOTSPLASH" == '1' ]; then
var_append patchfiles " " "$base/download/mirror/${bspatch:0:1}/$bspatch"
var_append confscripts " " "$base/package/avm/bootsplash/kernelconfig.sh"
else
echo "No bootsplash in this config"
echo_status "No bootsplash in this config"
fi

+ 2
- 2
package/avm/misdn-user/pkg_linux_pre.conf

@ -11,7 +11,7 @@ if [ "$ROCKCFG_PKG_LINUX_MISDN" = 1 ] && [ "${xpkg:0:7}" == "linux26" \
cd $mypwd
hook_add postpatch 3 '\
echo "Adding mISDN driver";
echo_status "Adding mISDN driver";
mypwd=$PWD; \
cd $builddir/mISDN; \
./std2kern || exit 1; \
@ -21,6 +21,6 @@ if [ "$ROCKCFG_PKG_LINUX_MISDN" = 1 ] && [ "${xpkg:0:7}" == "linux26" \
'
var_append confscripts " " "$base/package/avm/misdn-user/kernelconfig.sh"
else
echo "No mISDN driver in this config"
echo_status "No mISDN driver in this config"
fi

Loading…
Cancel
Save