diff options
Diffstat (limited to 'busybox/busybox_1.00.oe')
-rw-r--r-- | busybox/busybox_1.00.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/busybox/busybox_1.00.oe b/busybox/busybox_1.00.oe index 63ac74350d..940c6e1d6e 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 = "r7" +PR = "r9" SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ file://add-getkey-applet.patch;patch=1 \ @@ -20,6 +20,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ file://hdparm_M.patch;patch=1 \ file://udhcppidfile.patch;patch=1 \ file://udhcppidfile-breakage.patch;patch=1 \ + file://iproute-flush-cache.patch;patch=1;pnum=0 \ file://defconfig \ file://busybox-cron \ file://busybox-httpd \ |