Magellan Linux

Diff of /smage/trunk/core/busybox/busybox-1.15.3-r1.smage2

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

revision 1490 by niro, Tue Dec 29 20:15:15 2009 UTC revision 1491 by niro, Tue Dec 29 20:24:04 2009 UTC
# Line 28  SRC_URI=( Line 28  SRC_URI=(
28   mirror://busybox/config-${CFG_CVS_REV}   mirror://busybox/config-${CFG_CVS_REV}
29   mirror://busybox/udhcpc.sh-${UDHCPC_CVS_REV}   mirror://busybox/udhcpc.sh-${UDHCPC_CVS_REV}
30   mirror://busybox/de.kmap.gz   mirror://busybox/de.kmap.gz
31   mirror://busybox/${PNAME}-1.13.2-flags.patch   mirror://busybox/${PNAME}-${PVER}-flags.patch
32  )  )
33    
34  src_prepare()  src_prepare()
# Line 39  src_prepare() Line 39  src_prepare()
39    
40   # magellan patches   # magellan patches
41   # remove broken cflags   # remove broken cflags
42   mpatch ${PNAME}-1.13.2-flags.patch || die   mpatch ${PNAME}-${PVER}-flags.patch || die
43    
44   # using a custom config   # using a custom config
45   cp ${SOURCEDIR}/${PNAME}/config-${CFG_CVS_REV} .config || die   cp ${SOURCEDIR}/${PNAME}/config-${CFG_CVS_REV} .config || die

Legend:
Removed from v.1490  
changed lines
  Added in v.1491