Comments
Patch
@@ -259,17 +259,18 @@ pkg_prerm_${PN} () {
# for syslog, httpd and/or udhcpd will fail if there is no other package providing sh
tmpdir=`mktemp -d /tmp/busyboxrm-XXXXXX`
ln -s /bin/busybox $tmpdir/[
- ln -s /bin/busybox $tmpdir/test
- ln -s /bin/busybox $tmpdir/head
- ln -s /bin/busybox $tmpdir/sh
ln -s /bin/busybox $tmpdir/basename
+ ln -s /bin/busybox $tmpdir/dirname
ln -s /bin/busybox $tmpdir/echo
- ln -s /bin/busybox $tmpdir/mv
+ ln -s /bin/busybox $tmpdir/grep
+ ln -s /bin/busybox $tmpdir/head
ln -s /bin/busybox $tmpdir/ln
- ln -s /bin/busybox $tmpdir/dirname
+ ln -s /bin/busybox $tmpdir/mv
ln -s /bin/busybox $tmpdir/rm
ln -s /bin/busybox $tmpdir/sed
+ ln -s /bin/busybox $tmpdir/sh
ln -s /bin/busybox $tmpdir/sort
+ ln -s /bin/busybox $tmpdir/test
export PATH=$PATH:$tmpdir
while read link
@@ -1,5 +1,5 @@
require busybox.inc
-PR = "r1"
+PR = "r2"
SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
file://udhcpscript.patch \