From deb51ad988ebd110c8ad8fe19d3d72473df29d0b Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 26 Jul 2010 10:03:42 +0200 Subject: busybox: bump 1.17.x version Signed-off-by: Peter Korsgaard --- .../busybox-1.17.0/busybox-1.17.0-acpid.patch | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 package/busybox/busybox-1.17.0/busybox-1.17.0-acpid.patch (limited to 'package/busybox/busybox-1.17.0/busybox-1.17.0-acpid.patch') diff --git a/package/busybox/busybox-1.17.0/busybox-1.17.0-acpid.patch b/package/busybox/busybox-1.17.0/busybox-1.17.0-acpid.patch deleted file mode 100644 index 664b87e31..000000000 --- a/package/busybox/busybox-1.17.0/busybox-1.17.0-acpid.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -urpN busybox-1.17.0/util-linux/acpid.c busybox-1.17.0-acpid/util-linux/acpid.c ---- busybox-1.17.0/util-linux/acpid.c 2010-06-24 04:40:43.000000000 +0200 -+++ busybox-1.17.0-acpid/util-linux/acpid.c 2010-07-12 06:24:00.000000000 +0200 -@@ -9,9 +9,25 @@ - #include "libbb.h" - - #include -+#ifndef EV_SW -+# define EV_SW 0x05 -+#endif -+#ifndef EV_KEY -+# define EV_KEY 0x01 -+#endif -+#ifndef SW_LID -+# define SW_LID 0x00 -+#endif - #ifndef SW_RFKILL_ALL --# define SW_RFKILL_ALL 3 -+# define SW_RFKILL_ALL 0x03 - #endif -+#ifndef KEY_POWER -+# define KEY_POWER 116 /* SC System Power Down */ -+#endif -+#ifndef KEY_SLEEP -+# define KEY_SLEEP 142 /* SC System Sleep */ -+#endif -+ - - /* - * acpid listens to ACPI events coming either in textual form -- cgit v1.2.3