summaryrefslogtreecommitdiffstats
path: root/package/wprobe/src/Makefile.inc
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-07-06 19:05:24 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-07-06 19:05:24 +0000
commit8f7f273fa4ce32e983f4437a7efa89d75062a2f9 (patch)
treebc41c65f68f683771e511a61ca9833e24d07fdf2 /package/wprobe/src/Makefile.inc
parent59bfb9d20e82ed7cf2c4f6b655e89a635ad82c06 (diff)
upgrade to the new version of wprobe - includes reconfigurable layer 2 statistics, remote access, more configuration options and many bugfixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16719 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wprobe/src/Makefile.inc')
-rw-r--r--package/wprobe/src/Makefile.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/wprobe/src/Makefile.inc b/package/wprobe/src/Makefile.inc
new file mode 100644
index 000000000..05a2dd979
--- /dev/null
+++ b/package/wprobe/src/Makefile.inc
@@ -0,0 +1,12 @@
+HOST_OS=$(shell uname)
+
+CC=gcc
+AR=ar
+RANLIB=ranlib
+
+WFLAGS = -Wall -Werror
+CFLAGS?=-O2
+CPPFLAGS=
+LDFLAGS=
+LIBS=
+