From: Michael Lauer Date: Fri, 12 Nov 2004 09:53:35 +0000 (+0000) Subject: add -M to busybox hdparm. patch courtesy Felix Domke X-Git-Tag: Release-2010-05/1~16313 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71f83ef03be980dec0407a0a845d114f2f7d08b3;p=openembedded.git add -M to busybox hdparm. patch courtesy Felix Domke BKrev: 4194881fW6a8f5dsyERwt6UaTDBWUQ --- diff --git a/busybox/busybox-1.00/hdparm_M.patch b/busybox/busybox-1.00/hdparm_M.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/busybox/busybox_1.00.oe b/busybox/busybox_1.00.oe index 789788ae99..196f292364 100644 --- a/busybox/busybox_1.00.oe +++ b/busybox/busybox_1.00.oe @@ -11,12 +11,13 @@ HOMEPAGE = "http://www.busybox.net" LICENSE = "GPL" SECTION = "base" PRIORITY = "required" -PR = "r3" +PR = "r4" SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ file://add-getkey-applet.patch;patch=1 \ file://udhcpscript.patch;patch=1 \ file://dhcpretrytime.patch;patch=1 \ + file://hdparm_M.patch;patch=1 \ file://defconfig \ file://busybox-cron \ file://busybox-httpd \