From: Gabor Juhos Date: Sun, 12 Aug 2012 08:13:22 +0000 (+0000) Subject: packages/lcd4linux: refresh patches X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b7937ccd35f11440def4f90b3aebca2e55e681a5;p=openwrt%2Fsvn-archive%2Farchive.git packages/lcd4linux: refresh patches SVN-Revision: 33136 --- diff --git a/utils/lcd4linux/patches/170-add-generic-spidev-driver.patch b/utils/lcd4linux/patches/170-add-generic-spidev-driver.patch index 1b21bd4d36..9dcf1cb036 100644 --- a/utils/lcd4linux/patches/170-add-generic-spidev-driver.patch +++ b/utils/lcd4linux/patches/170-add-generic-spidev-driver.patch @@ -160,7 +160,7 @@ +#endif /* _DRV_GENERIC_SPIDEV_H_ */ --- a/drivers.m4 +++ b/drivers.m4 -@@ -285,6 +285,7 @@ PARPORT="no" +@@ -301,6 +301,7 @@ PARPORT="no" SERIAL="no" I2C="no" KEYPAD="no" diff --git a/utils/lcd4linux/patches/172-add-TEW673GRU-driver.patch b/utils/lcd4linux/patches/172-add-TEW673GRU-driver.patch index 5d90accd93..29a4bf3ecd 100644 --- a/utils/lcd4linux/patches/172-add-TEW673GRU-driver.patch +++ b/utils/lcd4linux/patches/172-add-TEW673GRU-driver.patch @@ -27,7 +27,7 @@ Trefon) Trefon=$val ;; -@@ -800,6 +804,18 @@ if test "$TeakLCM" = "yes"; then +@@ -801,6 +805,18 @@ if test "$TeakLCM" = "yes"; then AC_DEFINE(WITH_TEAK_LCM,1,[TeakLCM driver]) fi @@ -68,7 +68,7 @@ #endif --- a/Makefile.am +++ b/Makefile.am -@@ -117,6 +117,7 @@ drv_ShuttleVFD.c \ +@@ -119,6 +119,7 @@ drv_ShuttleVFD.c \ drv_SimpleLCD.c \ drv_T6963.c \ drv_TeakLCM.c \