Magellan Linux

Diff of /trunk/core/kernel26-magellan/kernel26-magellan-2.6.25-r5.smage2

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

revision 15 by niro, Fri Oct 10 13:29:42 2008 UTC revision 16 by niro, Fri Oct 10 19:16:50 2008 UTC
# Line 1  Line 1 
1  # $Header: /magellan-cvs/smage/kernel26-magellan/kernel26-magellan-2.6.25-r4.smage2,v 1.1 2008/07/31 13:16:25 niro Exp $  # $Header: /magellan-cvs/smage/kernel26-magellan/kernel26-magellan-2.6.25-r5.smage2,v 1.1 2008/10/06 22:05:48 niro Exp $
2    
3  # standard magellan kernel:  # standard magellan kernel:
4  # using linux-2.6.25.15  # using linux-2.6.25.17
5  # using fbcondecor-0.9.4 (fbsplash)  # using fbcondecor-0.9.4 (fbsplash)
6  # using squashfs-3.3  # using squashfs-3.3
7  # -> updated to a version which works with 2.6.25  # -> updated to a version which works with 2.6.25
# Line 20  Line 20 
20  # added some fixes for powertop (http://www.lesswatts.org/projects/powertop/)  # added some fixes for powertop (http://www.lesswatts.org/projects/powertop/)
21  # use modular ide-framework to fix udma issues with nforce boards  # use modular ide-framework to fix udma issues with nforce boards
22  # added atl2 ethernet driver (http://people.redhat.com/csnook/atl2/; http://atl2.sourceforge.net/)  # added atl2 ethernet driver (http://people.redhat.com/csnook/atl2/; http://atl2.sourceforge.net/)
23    # dropped some fb drivers (FB_S3, FB_VT8623, FB_ARK) to disable the FB_TILEBLITTING symbol to enable FB_CON_DECOR
24    
25  # what type are we building (sources or image) ?  # what type are we building (sources or image) ?
26  KERNEL_TYPE="image"  KERNEL_TYPE="image"
# Line 81  SRC_URI=( Line 82  SRC_URI=(
82   "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0112-2.6.25.13-all-fixes.patch patches-${PVER}-${PBUILD}"   "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0112-2.6.25.13-all-fixes.patch patches-${PVER}-${PBUILD}"
83   "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0113-2.6.25.14-all-fixes.patch patches-${PVER}-${PBUILD}"   "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0113-2.6.25.14-all-fixes.patch patches-${PVER}-${PBUILD}"
84   "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0114-2.6.25.15-all-fixes.patch patches-${PVER}-${PBUILD}"   "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0114-2.6.25.15-all-fixes.patch patches-${PVER}-${PBUILD}"
85     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0115-2.6.25.16-all-fixes.patch patches-${PVER}-${PBUILD}"
86     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0116-2.6.25.17-all-fixes.patch patches-${PVER}-${PBUILD}"
87   "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0150-2.6.25-fbcondecor-0.9.4.patch patches-${PVER}-${PBUILD}"   "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0150-2.6.25-fbcondecor-0.9.4.patch patches-${PVER}-${PBUILD}"
88   "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0152-2.6.25-squashfs-3.3-2.patch patches-${PVER}-${PBUILD}"   "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0152-2.6.25-squashfs-3.3-2.patch patches-${PVER}-${PBUILD}"
89   "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0153-2.6.25-unionfs-2.3.3.patch patches-${PVER}-${PBUILD}"   "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0153-2.6.25-unionfs-2.3.3.patch patches-${PVER}-${PBUILD}"
# Line 115  src_prepare() Line 118  src_prepare()
118   mpatch patches-${PVER}-${PBUILD}/0112-2.6.25.13-all-fixes.patch || die   mpatch patches-${PVER}-${PBUILD}/0112-2.6.25.13-all-fixes.patch || die
119   mpatch patches-${PVER}-${PBUILD}/0113-2.6.25.14-all-fixes.patch || die   mpatch patches-${PVER}-${PBUILD}/0113-2.6.25.14-all-fixes.patch || die
120   mpatch patches-${PVER}-${PBUILD}/0114-2.6.25.15-all-fixes.patch || die   mpatch patches-${PVER}-${PBUILD}/0114-2.6.25.15-all-fixes.patch || die
121     mpatch patches-${PVER}-${PBUILD}/0115-2.6.25.16-all-fixes.patch || die
122     mpatch patches-${PVER}-${PBUILD}/0116-2.6.25.17-all-fixes.patch || die
123   # 150-300 - magellan patches, driver updates etc   # 150-300 - magellan patches, driver updates etc
124   mpatch patches-${PVER}-${PBUILD}/0150-2.6.25-fbcondecor-0.9.4.patch || die   mpatch patches-${PVER}-${PBUILD}/0150-2.6.25-fbcondecor-0.9.4.patch || die
125   mpatch patches-${PVER}-${PBUILD}/0152-2.6.25-squashfs-3.3-2.patch || die   mpatch patches-${PVER}-${PBUILD}/0152-2.6.25-squashfs-3.3-2.patch || die

Legend:
Removed from v.15  
changed lines
  Added in v.16