packages/lcd4linux: refresh patches
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 12 Aug 2012 08:13:22 +0000 (08:13 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 12 Aug 2012 08:13:22 +0000 (08:13 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33136 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/lcd4linux/patches/170-add-generic-spidev-driver.patch
utils/lcd4linux/patches/172-add-TEW673GRU-driver.patch

index 1b21bd4..9dcf1cb 100644 (file)
 +#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"
index 5d90acc..29a4bf3 100644 (file)
@@ -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                 \