Magellan Linux

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

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

revision 9739 by niro, Thu Dec 1 16:48:58 2011 UTC revision 9740 by niro, Tue Jan 10 13:05:07 2012 UTC
# Line 65  fi Line 65  fi
65  : ${SRCDIR="${BUILDDIR}/linux-${PVER}-${BRANCH}-${PBUILD}"}  : ${SRCDIR="${BUILDDIR}/linux-${PVER}-${BRANCH}-${PBUILD}"}
66  : ${TARBALLPVER="${PVER}"}  : ${TARBALLPVER="${PVER}"}
67    
68  case ${KERNEL_TYPE} in  if [[ -z ${SRC_URI[*]} ]]
69   image|sources)  then
70   if [[ -z ${SRC_URI[*]} ]]   SRC_URI=(
71   then   http://www.kernel.org/pub/linux/kernel/v$(echo ${PVER} | cut -d. -f1).x/${SRCFILE}
72   SRC_URI=(   http://ftp.uni-erlangen.de/pub/Linux/MIRROR.kernel/v$(echo ${PVER} | cut -d. -f1).x/${SRCFILE}
73   http://www.kernel.org/pub/linux/kernel/v$(echo ${PVER} | cut -d. -f1).x/${SRCFILE}   mirror://kernel-${BRANCH}/${SRCFILE}
74   http://ftp.uni-erlangen.de/pub/Linux/MIRROR.kernel/v$(echo ${PVER} | cut -d. -f1).x/${SRCFILE}   )
75   mirror://kernel-${BRANCH}/${SRCFILE}   case ${KERNEL_TYPE} in
76   mirror://kernel-${BRANCH}/config-${PVER}-${BRANCH}-${PBUILD}-i686   image|sources)
77   mirror://kernel-${BRANCH}/config-${PVER}-${BRANCH}-${PBUILD}-x86_64   SRC_URI=(
78   )   ${SRC_URI[*]}
79   fi   mirror://kernel-${BRANCH}/config-${PVER}-${BRANCH}-${PBUILD}-i686
80   ;;   mirror://kernel-${BRANCH}/config-${PVER}-${BRANCH}-${PBUILD}-x86_64
81     )
82   headers)   ;;
83   if [[ -z ${SRC_URI[*]} ]]   esac
84   then  fi
  SRC_URI=(  
  http://www.kernel.org/pub/linux/kernel/v$(echo ${PVER} | cut -d. -f1-2)/${SRCFILE}  
  http://ftp.uni-erlangen.de/pub/Linux/MIRROR.kernel/v$(echo ${PVER} | cut -d. -f1-2)/${SRCFILE}  
  mirror://kernel-${BRANCH}/${SRCFILE}  
  )  
  fi  
  ;;  
 esac  
85    
86  case ${KERNEL_TYPE} in  case ${KERNEL_TYPE} in
87   image)   image)

Legend:
Removed from v.9739  
changed lines
  Added in v.9740