diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-21 03:03:55 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-21 03:03:55 +0000 |
commit | a2eefbab4d1ba7bc2aa1779fa8f83616c3c9a209 (patch) | |
tree | 1ee893a948c73911ac776c07b530e96eb83d16ed /applications/luci-radvd/Makefile | |
parent | f72aa0c4c8d9ef8a17e521a940c6fbb1f902ef26 (diff) |
applications: add radvd frontend
Diffstat (limited to 'applications/luci-radvd/Makefile')
-rw-r--r-- | applications/luci-radvd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/applications/luci-radvd/Makefile b/applications/luci-radvd/Makefile new file mode 100644 index 0000000000..68c6b99c48 --- /dev/null +++ b/applications/luci-radvd/Makefile @@ -0,0 +1,4 @@ +PO = radvd + +include ../../build/config.mk +include ../../build/module.mk |