mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
w1retap plugin by Jonathan Hudson
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@909 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
@@ -8585,6 +8585,7 @@ echo "$as_me: error: run ./configure --with-plugins=..." >&2;}
|
||||
PLUGIN_STATFS="yes"
|
||||
PLUGIN_UNAME="yes"
|
||||
PLUGIN_UPTIME="yes"
|
||||
PLUGIN_W1RETAP="yes"
|
||||
PLUGIN_WIRELESS="yes"
|
||||
PLUGIN_XMMS="yes"
|
||||
;;
|
||||
@@ -8678,6 +8679,9 @@ echo "$as_me: error: run ./configure --with-plugins=..." >&2;}
|
||||
uptime)
|
||||
PLUGIN_UPTIME=$val
|
||||
;;
|
||||
w1retap)
|
||||
PLUGIN_W1RETAP=$val
|
||||
;;
|
||||
wireless)
|
||||
PLUGIN_WIRELESS=$val
|
||||
;;
|
||||
@@ -10935,6 +10939,14 @@ cat >>confdefs.h <<\_ACEOF
|
||||
#define PLUGIN_UPTIME 1
|
||||
_ACEOF
|
||||
|
||||
fi
|
||||
if test "$PLUGIN_W1RETAP" = "yes"; then
|
||||
PLUGINS="$PLUGINS plugin_w1retap.o"
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define PLUGIN_W1RETAP 1
|
||||
_ACEOF
|
||||
|
||||
fi
|
||||
if test "$PLUGIN_WIRELESS" = "yes"; then
|
||||
PLUGINS="$PLUGINS plugin_wireless.o"
|
||||
|
||||
Reference in New Issue
Block a user