mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
631 B

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