Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 20 years ago
parent
commit
ecb07cd7ba
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      package/daja77/rtai/parse-config-9

+ 4
- 4
package/daja77/rtai/parse-config-9

@ -22,18 +22,18 @@
if [ $ROCKCFG_REALTIME = "1" ]; then
if [ $ROCKCFG_RTAI_PATCH="rthal5g" ]; then
if [ $pkg = "linux24" ] ; then
if [ $xpkg = "linux24" ] ; then
var_append patchfiles " " $base/package/daja77/rtai/kernel-patches/rthal5g.patch
fi
if [ $pkg = "linux24-src" ] ; then
if [ $xpkg = "linux24-source" ] ; then
var_append patchfiles " " $base/package/daja77/rtai/kernel-patches/rthal5g.patch
fi
fi
# if [ $ROCKCFG_RTAI_PATCH="adeos" ]; then
# if [ $pkg = "linux24" ] ; then
# if [ $xpkg = "linux24" ] ; then
# var_append patchfiles " " $base/package/daja77/rtai/kernel-patches/adeos.patch
# fi
# if [ $pkg = "linux24-src" ] ; then
# if [ $xpkg = "linux24-source" ] ; then
# var_append patchfiles " " $base/package/daja77/rtai/kernel-patches/adeos.patch
# fi
# fi

Loading…
Cancel
Save