diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-21 22:57:07 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-21 22:57:07 +0000 |
commit | f375c498f2058b9d8244a628ca78ef5110b2be79 (patch) | |
tree | 55f4ae37fb1aeee0bd45a2f8d6dab6aae41d9a6a /applications/luci-vnstat/Makefile | |
parent | 34b3ae2a428f75165001dc0ef19cd33bc7f2323a (diff) |
applications: add luci-vnstat, frontend for the VnStat traffic monitor
Diffstat (limited to 'applications/luci-vnstat/Makefile')
-rw-r--r-- | applications/luci-vnstat/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/applications/luci-vnstat/Makefile b/applications/luci-vnstat/Makefile new file mode 100644 index 000000000..0d76c05e1 --- /dev/null +++ b/applications/luci-vnstat/Makefile @@ -0,0 +1,4 @@ +PO = vnstat + +include ../../build/config.mk +include ../../build/module.mk |