|
|
@ -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 |
|
|
|