diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2014-10-30 12:34:25 +0100 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2014-10-30 12:34:25 +0100 |
commit | 8414e7142259519ea006bf4081288bc742ed8131 (patch) | |
tree | 884ca726c34d9a463a23d4085efc9325b5807753 /applications/luci-shairport/Makefile | |
parent | 5189dda49f8764898e3f9289b73d8b347d2fe1e7 (diff) |
applications/luci-shairport: add new package.
This adds support for configuring shairport.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'applications/luci-shairport/Makefile')
-rw-r--r-- | applications/luci-shairport/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/applications/luci-shairport/Makefile b/applications/luci-shairport/Makefile new file mode 100644 index 0000000000..4c827554c4 --- /dev/null +++ b/applications/luci-shairport/Makefile @@ -0,0 +1,4 @@ +PO = shairport + +include ../../build/config.mk +include ../../build/module.mk |