X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/244cbc3b69c205e91886dbf6d82c7c35f1d6a196..44c11a9bf726b8d68f6d694fd12b350d6dd4770e:/package/hotplug2/patches/130-cancel_download_fix.patch diff --git a/package/hotplug2/patches/130-cancel_download_fix.patch b/package/hotplug2/patches/130-cancel_download_fix.patch index 6053a307c..c94000dcc 100644 --- a/package/hotplug2/patches/130-cancel_download_fix.patch +++ b/package/hotplug2/patches/130-cancel_download_fix.patch @@ -1,7 +1,6 @@ -diff -x '*~' -Naur hotplug2-201/rules/command.c hotplug2-201.patched/rules/command.c ---- hotplug2-201/rules/command.c 2010-03-31 17:14:44.000000000 +0300 -+++ hotplug2-201.patched/rules/command.c 2010-03-31 17:14:51.000000000 +0300 -@@ -385,13 +385,13 @@ +--- a/rules/command.c ++++ b/rules/command.c +@@ -385,13 +385,13 @@ RULES_COMMAND_F(cmd_firmware) { infp = fopen(firmware_path, "r"); if (infp == NULL) {