Update empcd to 2008.02.16 (#3610)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@11715 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2008-07-06 14:46:31 +00:00
parent 984b78f768
commit cdcfafdf93
2 changed files with 2 additions and 19 deletions

View File

@ -9,15 +9,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=empcd
PKG_VERSION:=2005.12.12
PKG_VERSION:=2008.02.16
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://unfix.org/projects/empcd
PKG_MD5SUM:=300e59ba3067f1f82d4ecec124f96916
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
PKG_MD5SUM:=c3209f6bf8eb6e8ea9638601e1cd04a4
include $(INCLUDE_DIR)/package.mk

View File

@ -1,14 +0,0 @@
diff -urN empcd/empcd.h empcd.new/empcd.h
--- empcd/empcd.h 2005-11-29 01:35:30.000000000 +0100
+++ empcd.new/empcd.h 2007-06-14 11:54:14.000000000 +0200
@@ -24,6 +24,10 @@
#include <pwd.h>
/* Linux specific... */
+#include <linux/version.h>
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
+#define EVIOCGRAB _IOW('E', 0x90, int) /* Grab/Release device */
+#endif
#include <linux/input.h>
#ifndef NULL