diff options
Diffstat (limited to 'busybox')
-rw-r--r-- | busybox/busybox_1.00.oe | 2 | ||||
-rw-r--r-- | busybox/files/default.script | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/busybox/busybox_1.00.oe b/busybox/busybox_1.00.oe index 330f6106fc..789788ae99 100644 --- a/busybox/busybox_1.00.oe +++ b/busybox/busybox_1.00.oe @@ -11,7 +11,7 @@ HOMEPAGE = "http://www.busybox.net" LICENSE = "GPL" SECTION = "base" PRIORITY = "required" -PR = "r2" +PR = "r3" SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ file://add-getkey-applet.patch;patch=1 \ diff --git a/busybox/files/default.script b/busybox/files/default.script index e69de29bb2..f2ac987a27 100644 --- a/busybox/files/default.script +++ b/busybox/files/default.script @@ -0,0 +1,4 @@ +#!/bin/sh + +exec run-parts -a "$1" /etc/udhcpc.d + |