parent
63de116965
commit
ef61497f9f
@ -1,10 +1,12 @@ |
||||
config BR2_PACKAGE_IPCAD |
||||
tristate "ipcad............................. listens for traffic on the specified interfaces" |
||||
default m if CONFIG_DEVEL |
||||
select BR2_PACKAGE_LIBPCAP |
||||
help |
||||
This daemon listens for traffic on the specified interfaces. |
||||
It has the built-in RSH and NetFlow engines to allow exporting |
||||
the accounting data the same way as Cisco routers do. |
||||
|
||||
http://lionet.info/ipcad/ |
||||
prompt "ipcad............................. listens for traffic on the specified interfaces" |
||||
tristate |
||||
default m if CONFIG_DEVEL |
||||
select BR2_PACKAGE_LIBPCAP |
||||
help |
||||
This daemon listens for traffic on the specified interfaces. |
||||
It has the built-in RSH and NetFlow engines to allow exporting |
||||
the accounting data the same way as Cisco routers do. |
||||
|
||||
http://lionet.info/ipcad/ |
||||
|
||||
|
@ -0,0 +1 @@ |
||||
/etc/ipcad.conf |
@ -0,0 +1,11 @@ |
||||
diff -ruN ipcad-3.7-old/Makefile.in ipcad-3.7-new/Makefile.in
|
||||
--- ipcad-3.7-old/Makefile.in 2005-11-21 05:41:07.000000000 +0100
|
||||
+++ ipcad-3.7-new/Makefile.in 2005-12-20 10:27:07.000000000 +0100
|
||||
@@ -9,6 +9,7 @@
|
||||
LDFLAGS+= @LDFLAGS@
|
||||
LIBS+= @LIBS@
|
||||
CFLAGS+= @CFLAGS@ @DEFS@ -W -Wall
|
||||
+CPPFLAGS+= @CPPFLAGS@
|
||||
CPPFLAGS+=-DIPCAD_VERSION=\"@IPCAD_VERSION@\"
|
||||
CPPFLAGS+=-DCONFIG_FILE=\"${sysconfdir}/ipcad.conf\"
|
||||
CPPFLAGS+=@DEFS@ -D_REENTRANT -D_THREAD_SAFE
|
Loading…
Reference in new issue