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.

8 lines
341 B

  1. if [ "${xpkg:0:7}" == "linux24" ] ; then
  2. var_append patchfiles " " "${base}/package/blindcoder/loop-aes/linux24_cryptoloop.diff"
  3. elif [ "${xpkg:0:7}" == "linux26" ] ; then
  4. var_append patchfiles " " "${base}/package/blindcoder/loop-aes/linux26_cryptoloop.diff"
  5. else
  6. echo "Unknown kernel: \"${xpkg}\""
  7. echo "Not patching for loop-aes"
  8. fi