diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-18 22:27:30 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-18 22:27:30 +0000 |
commit | 6df0adb6d1111b11ba25857b0bf9b303666c693e (patch) | |
tree | effe374aef307c5ccf58e93a7b3b96e3556de100 /applications/luci-wol/Makefile | |
parent | 4c4d9b869bfa05b7b75c649374b34355e739f12a (diff) |
applications: add WoL application
Diffstat (limited to 'applications/luci-wol/Makefile')
-rw-r--r-- | applications/luci-wol/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/applications/luci-wol/Makefile b/applications/luci-wol/Makefile new file mode 100644 index 0000000000..7c4a85b985 --- /dev/null +++ b/applications/luci-wol/Makefile @@ -0,0 +1,4 @@ +PO = wol + +include ../../build/config.mk +include ../../build/module.mk |