Magellan Linux

Diff of /smage/branches/alx-0_6_0/core/kernel26-alx/kernel26-alx-2.6.37-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1794 by niro, Tue Apr 12 19:12:27 2011 UTC revision 2071 by niro, Wed May 11 21:29:53 2011 UTC
# Line 38  SRCFILE="linux-${PVER/${PSUBVER}/}.tar.b Line 38  SRCFILE="linux-${PVER/${PSUBVER}/}.tar.b
38  SRCDIR="${BUILDDIR}/linux-${PVER}-${BRANCH}-${PBUILD}"  SRCDIR="${BUILDDIR}/linux-${PVER}-${BRANCH}-${PBUILD}"
39    
40  # include global kernel26 functions  # include global kernel26 functions
41    REMOVE_DEPRECATED_MAGE_TARGETS=1
42  sminclude kernel26 mtools alx  sminclude kernel26 mtools alx
43    
44  # --- extra drivers included in this kernel: ---  # --- extra drivers included in this kernel: ---
# Line 90  src_install() Line 91  src_install()
91    
92  postinstall()  postinstall()
93  {  {
94     local kernel_image="$(readlink /boot/vmlinuz)"
95     local kernel_description="${kernel/kernel-/}"
96    
97     # fixes an annoying warning
98     new-kernel-pkg() { true; }
99    
100   kernel26_image_postinstall   kernel26_image_postinstall
101     alx_grub_update_new ${kernel_image} ${kernel_description}
102   alx_postinstall   alx_postinstall
103  }  }

Legend:
Removed from v.1794  
changed lines
  Added in v.2071