Magellan Linux

Diff of /branches/magellan-next/include/kernel.sminc

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

revision 9313 by niro, Fri Nov 25 22:58:17 2011 UTC revision 9314 by niro, Fri Nov 25 23:05:58 2011 UTC
# Line 34  case ${KERNEL_TYPE} in Line 34  case ${KERNEL_TYPE} in
34   if [[ -z ${SRC_URI[*]} ]]   if [[ -z ${SRC_URI[*]} ]]
35   then   then
36   SRC_URI=(   SRC_URI=(
37   http://www.kernel.org/pub/linux/kernel/v$(echo ${PVER} | cut -d. -f1-2)/${SRCFILE}   http://www.kernel.org/pub/linux/kernel/v$(echo ${PVER} | cut -d. -f1).x/${SRCFILE}
38   http://ftp.uni-erlangen.de/pub/Linux/MIRROR.kernel/v$(echo ${PVER} | cut -d. -f1-2)/${SRCFILE}   http://ftp.uni-erlangen.de/pub/Linux/MIRROR.kernel/v$(echo ${PVER} | cut -d. -f1).x/${SRCFILE}
39   mirror://kernel-${BRANCH}/${SRCFILE}   mirror://kernel-${BRANCH}/${SRCFILE}
40   mirror://kernel-${BRANCH}/config-${PVER}-${BRANCH}-${PBUILD}-i686   mirror://kernel-${BRANCH}/config-${PVER}-${BRANCH}-${PBUILD}-i686
41   mirror://kernel-${BRANCH}/config-${PVER}-${BRANCH}-${PBUILD}-x86_64   mirror://kernel-${BRANCH}/config-${PVER}-${BRANCH}-${PBUILD}-x86_64

Legend:
Removed from v.9313  
changed lines
  Added in v.9314