diff options
Diffstat (limited to 'busybox')
-rw-r--r-- | busybox/busybox-1.00/defconfig | 2 | ||||
-rw-r--r-- | busybox/busybox-1.00/iproute-flush-cache.patch | 0 | ||||
-rw-r--r-- | busybox/busybox_1.00.oe | 3 |
3 files changed, 3 insertions, 2 deletions
diff --git a/busybox/busybox-1.00/defconfig b/busybox/busybox-1.00/defconfig index 49d7b21420..a047cc81f3 100644 --- a/busybox/busybox-1.00/defconfig +++ b/busybox/busybox-1.00/defconfig @@ -363,7 +363,7 @@ CONFIG_FEATURE_UDHCP_SYSLOG=y CONFIG_FREE=y CONFIG_KILL=y CONFIG_KILLALL=y -CONFIG_PIDOF=y +# CONFIG_PIDOF is not set CONFIG_PS=y CONFIG_RENICE=y CONFIG_TOP=y diff --git a/busybox/busybox-1.00/iproute-flush-cache.patch b/busybox/busybox-1.00/iproute-flush-cache.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/busybox/busybox-1.00/iproute-flush-cache.patch 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 \ |