Magellan Linux

Diff of /smage/trunk/core/kernel-alx/kernel-alx-4.1.15-r1.smage2

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

revision 8297 by niro, Wed Jan 13 10:34:32 2016 UTC revision 8298 by niro, Wed Jan 13 10:35:58 2016 UTC
# Line 41  SRC_URI=( Line 41  SRC_URI=(
41   http://www.kernel.org/pub/linux/kernel/v$(echo ${PVER} | cut -d. -f1).x/${SRCFILE}   http://www.kernel.org/pub/linux/kernel/v$(echo ${PVER} | cut -d. -f1).x/${SRCFILE}
42   mirror://kernel-${BRANCH}/${SRCFILE}   mirror://kernel-${BRANCH}/${SRCFILE}
43   mirror://kernel-${BRANCH}/config-${PVER}-${BRANCH}-${PBUILD}-i486   mirror://kernel-${BRANCH}/config-${PVER}-${BRANCH}-${PBUILD}-i486
44   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0100-3.18.1-all-fixes.patch   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0100-4.1.1-all-fixes.patch
45   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0101-3.18.2-all-fixes.patch   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0101-4.1.2-all-fixes.patch
46   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0102-3.18.3-all-fixes.patch   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0102-4.1.3-all-fixes.patch
47   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0103-3.18.4-all-fixes.patch   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0103-4.1.4-all-fixes.patch
48   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0104-3.18.5-all-fixes.patch   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0104-4.1.5-all-fixes.patch
49   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0105-3.18.6-all-fixes.patch   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0105-4.1.6-all-fixes.patch
50   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0106-3.18.7-all-fixes.patch   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0106-4.1.7-all-fixes.patch
51   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0107-3.18.8-all-fixes.patch   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0107-4.1.8-all-fixes.patch
52   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0108-3.18.9-all-fixes.patch   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0108-4.1.9-all-fixes.patch
53   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0109-3.18.10-all-fixes.patch   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0109-4.1.10-all-fixes.patch
54   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0110-3.18.11-all-fixes.patch   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0110-4.1.11-all-fixes.patch
55   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0111-3.18.12-all-fixes.patch   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0111-4.1.12-all-fixes.patch
56   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0112-3.18.13-all-fixes.patch   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0112-4.1.13-all-fixes.patch
57   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0113-3.18.14-all-fixes.patch   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0113-4.1.14-all-fixes.patch
58   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0114-3.18.15-all-fixes.patch   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0114-4.1.15-all-fixes.patch
  mirror://kernel-${BRANCH}/patches-${PVER%.*}/0115-3.18.16-all-fixes.patch  
  mirror://kernel-${BRANCH}/patches-${PVER%.*}/0116-3.18.17-all-fixes.patch  
  mirror://kernel-${BRANCH}/patches-${PVER%.*}/0117-3.18.18-all-fixes.patch  
  mirror://kernel-${BRANCH}/patches-${PVER%.*}/0118-3.18.19-all-fixes.patch  
  mirror://kernel-${BRANCH}/patches-${PVER%.*}/0119-3.18.20-all-fixes.patch  
  mirror://kernel-${BRANCH}/patches-${PVER%.*}/0120-3.18.21-all-fixes.patch  
  mirror://kernel-${BRANCH}/patches-${PVER%.*}/0121-3.18.22-all-fixes.patch  
  mirror://kernel-${BRANCH}/patches-${PVER%.*}/0122-3.18.23-all-fixes.patch  
  mirror://kernel-${BRANCH}/patches-${PVER%.*}/0123-3.18.24-all-fixes.patch  
  mirror://kernel-${BRANCH}/patches-${PVER%.*}/0124-3.18.25-all-fixes.patch  
59  )  )
60    
61  # stable-tree  # stable-tree
# Line 79  kernel_apply_patches() Line 69  kernel_apply_patches()
69    
70   # 001-100 - ck patches   # 001-100 - ck patches
71   # 100-150 - official updates   # 100-150 - official updates
72   mpatch 0100-3.18.1-all-fixes.patch || die   mpatch 0100-4.1.1-all-fixes.patch || die
73   mpatch 0101-3.18.2-all-fixes.patch || die   mpatch 0101-4.1.2-all-fixes.patch || die
74   mpatch 0102-3.18.3-all-fixes.patch || die   mpatch 0102-4.1.3-all-fixes.patch || die
75   mpatch 0103-3.18.4-all-fixes.patch || die   mpatch 0103-4.1.4-all-fixes.patch || die
76   mpatch 0104-3.18.5-all-fixes.patch || die   mpatch 0104-4.1.5-all-fixes.patch || die
77   mpatch 0105-3.18.6-all-fixes.patch || die   mpatch 0105-4.1.6-all-fixes.patch || die
78   mpatch 0106-3.18.7-all-fixes.patch || die   mpatch 0106-4.1.7-all-fixes.patch || die
79   mpatch 0107-3.18.8-all-fixes.patch || die   mpatch 0107-4.1.8-all-fixes.patch || die
80   mpatch 0108-3.18.9-all-fixes.patch || die   mpatch 0108-4.1.9-all-fixes.patch || die
81   mpatch 0109-3.18.10-all-fixes.patch || die   mpatch 0109-4.1.10-all-fixes.patch || die
82   mpatch 0110-3.18.11-all-fixes.patch || die   mpatch 0110-4.1.11-all-fixes.patch || die
83   mpatch 0111-3.18.12-all-fixes.patch || die   mpatch 0111-4.1.12-all-fixes.patch || die
84   mpatch 0112-3.18.13-all-fixes.patch || die   mpatch 0112-4.1.13-all-fixes.patch || die
85   mpatch 0113-3.18.14-all-fixes.patch || die   mpatch 0113-4.1.14-all-fixes.patch || die
86   mpatch 0114-3.18.15-all-fixes.patch || die   mpatch 0114-4.1.15-all-fixes.patch || die
  mpatch 0115-3.18.16-all-fixes.patch || die  
  mpatch 0116-3.18.17-all-fixes.patch || die  
  mpatch 0117-3.18.18-all-fixes.patch || die  
  mpatch 0118-3.18.19-all-fixes.patch || die  
  mpatch 0119-3.18.20-all-fixes.patch || die  
  mpatch 0120-3.18.21-all-fixes.patch || die  
  mpatch 0121-3.18.22-all-fixes.patch || die  
  mpatch 0122-3.18.23-all-fixes.patch || die  
  mpatch 0123-3.18.24-all-fixes.patch || die  
  mpatch 0124-3.18.25-all-fixes.patch || die  
87   # 150-300 - magellan patches, driver updates etc   # 150-300 - magellan patches, driver updates etc
88   # 300-400 - compilations fixes and other   # 300-400 - compilations fixes and other
89  }  }

Legend:
Removed from v.8297  
changed lines
  Added in v.8298