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

  1. if [ $ROCKCFG_REALTIME = "1" ]; then
  2. if [ $ROCKCFG_RTAI_PATCH="rthal5g" ]; then
  3. if [ $pkg = "linux24" ] ; then
  4. var_append patchfiles " " $base/package/daja77/rtai/kernel-patches/rthal5g.patch
  5. fi
  6. if [ $pkg = "linux24-src" ] ; then
  7. var_append patchfiles " " $base/package/daja77/rtai/kernel-patches/rthal5g.patch
  8. fi
  9. fi
  10. # if [ $ROCKCFG_RTAI_PATCH="adeos" ]; then
  11. # if [ $pkg = "linux24" ] ; then
  12. # var_append patchfiles " " $base/package/daja77/rtai/kernel-patches/adeos.patch
  13. # fi
  14. # if [ $pkg = "linux24-src" ] ; then
  15. # var_append patchfiles " " $base/package/daja77/rtai/kernel-patches/adeos.patch
  16. # fi
  17. # fi
  18. fi