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.

4 lines
230 B

  1. . $base/package/base/linux/kernelversion.sh
  2. hook_add preconf 3 "sed -i Makefile */Makefile -e 's,shell uname -r,KERNEL_VER,'"
  3. var_append makeopt " " "KERNEL_VER=$kernelversion"
  4. echo_status "Building for kernel $kernelversion ..."