diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-16 14:06:42 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-16 14:06:42 +0000 |
commit | be09c6ca6ef2b82a29530667e1acef382791b1d5 (patch) | |
tree | 52a7a588e17b06433cb66cbf714c1a0bb4d31633 /applications/luci-multiwan/Makefile | |
parent | daca626e86ff51e72f6423f3fb69e1a1d16d7c59 (diff) |
applications: add frontend for the MultiWAN agent
Diffstat (limited to 'applications/luci-multiwan/Makefile')
-rw-r--r-- | applications/luci-multiwan/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/applications/luci-multiwan/Makefile b/applications/luci-multiwan/Makefile new file mode 100644 index 0000000000..cab4e304c3 --- /dev/null +++ b/applications/luci-multiwan/Makefile @@ -0,0 +1,4 @@ +PO = multiwan + +include ../../build/config.mk +include ../../build/module.mk |