packages/lcd4linux: refresh patches
authorGabor Juhos <juhosg@openwrt.org>
Sun, 12 Aug 2012 08:13:22 +0000 (08:13 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sun, 12 Aug 2012 08:13:22 +0000 (08:13 +0000)
SVN-Revision: 33136

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

index 1b21bd4d3661ba31a9c87ee00a7412e55eca11a7..9dcf1cb0361c763de12d0b6825b5bf622cc284c0 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 5d90accd93383bfe7fb0d24c3531b985b4d01d0a..29a4bf3ecd179673e15bc6ae78c3705d05411fa5 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                 \