diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-06-10 16:47:00 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-06-10 16:47:00 +0000 |
commit | 2dd1080cd670da260a36dbcc1d83ecedc8d9a332 (patch) | |
tree | 48fb866a761ffdedc8367859a99ba2a61e07dfee /applications/luci-ahcp/Makefile | |
parent | 1d2f948280aeff5071ab890e4ac50fa2caf436f9 (diff) |
applications: add luci-ahcp, support for the AHCP server package
Diffstat (limited to 'applications/luci-ahcp/Makefile')
-rw-r--r-- | applications/luci-ahcp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/applications/luci-ahcp/Makefile b/applications/luci-ahcp/Makefile new file mode 100644 index 000000000..a70e950ad --- /dev/null +++ b/applications/luci-ahcp/Makefile @@ -0,0 +1,4 @@ +PO = ahcp + +include ../../build/config.mk +include ../../build/module.mk |