[package] update lcd4linux to r1116, added huawei module (#7097)
authorFlorian Fainelli <florian@openwrt.org>
Sun, 11 Apr 2010 18:26:07 +0000 (18:26 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 11 Apr 2010 18:26:07 +0000 (18:26 +0000)
SVN-Revision: 20804

utils/lcd4linux/Config.in
utils/lcd4linux/Makefile

index d215b0a6a29902570b480377f0f5d4968c884c23..99f0387d560df651a96fbc9ba05e3273be69098f 100644 (file)
@@ -208,6 +208,10 @@ config LCD4LINUX_PLUGIN_hddtemp
        bool
        prompt "hddtemp"
 
+config LCD4LINUX_PLUGIN_huawei
+       bool
+       prompt "huawei"
+
 config LCD4LINUX_PLUGIN_i2c_sensors
        bool
        prompt "i2c_sensors"
index 4663f619b2a3b28f44afff88bdb77d7b901315ca..653f9b3c053fc309a7c5db87e8a52c8f2d948305 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=lcd4linux
-PKG_REV:=1037
+PKG_REV:=1116
 PKG_VERSION:=r$(PKG_REV)
 PKG_RELEASE:=1
 
@@ -102,6 +102,7 @@ LCD4LINUX_PLUGINS:= \
        file \
        gps \
        hddtemp \
+       huawei \
        i2c_sensors \
        iconv \
        imon \