[package] update lcd4linux to r1116, added huawei module (#7097)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@20804 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2010-04-11 18:26:07 +00:00
parent ef5ad428eb
commit fb55c126e2
2 changed files with 6 additions and 1 deletions

View 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"

View 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 \