diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2008-12-31 07:07:36 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2008-12-31 07:07:36 +0000 |
commit | 40f986c6db61bf41aaaecf630f8b7edb234f16a7 (patch) | |
tree | ada26b2136e43a60fffa63ab4fdf71e571c3c844 /smoketest.sh | |
parent | 747c87cc35099e6566a1fa541120897a6b997eb4 (diff) | |
download | lcd4linux-40f986c6db61bf41aaaecf630f8b7edb234f16a7.tar.gz |
netinfo plugin added to smoketest
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@930 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'smoketest.sh')
-rwxr-xr-x | smoketest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest.sh b/smoketest.sh index 3f0f123..92f0663 100755 --- a/smoketest.sh +++ b/smoketest.sh @@ -23,7 +23,7 @@ for driver in BeckmannEgle BWCT CrystalFontz Curses Cwlinux D4D EA232graphic G15 done -for plugin in apm asterisk button_exec cpuinfo diskstats dvb exec fifo file hddtemp i2c_sensors iconv imon isdn kvv loadavg meminfo mpd mysql netdev pop3 ppp proc_stat python sample seti statfs uname uptime w1retap wireless xmms; do +for plugin in apm asterisk button_exec cpuinfo diskstats dvb exec fifo file hddtemp i2c_sensors iconv imon isdn kvv loadavg meminfo mpd mysql netdev netinfo pop3 ppp proc_stat python sample seti statfs uname uptime w1retap wireless xmms; do make distclean ./configure --with-drivers=NULL --with-plugins=$plugin |