diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2020-04-02 12:18:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-02 12:18:25 +0300 |
commit | c8f9f6f4945622181bb00af0c1ad6a13f717e60f (patch) | |
tree | 9e77f0bbf0f3e4ea98a135fb99bdad7cfb0a75ea /applications/luci-app-dawn/Makefile | |
parent | cf1845b16e51e1efb26aefb9be567698cda2b3de (diff) | |
parent | 9707acf72fd789b917c97f93ac0bb2fede9a86f4 (diff) |
Merge pull request #3790 from PolynomialDivision/feature/luci-app-dawn
luci-app-dawn: add luci app for dawn
Diffstat (limited to 'applications/luci-app-dawn/Makefile')
-rw-r--r-- | applications/luci-app-dawn/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/applications/luci-app-dawn/Makefile b/applications/luci-app-dawn/Makefile new file mode 100644 index 000000000..330dddbf6 --- /dev/null +++ b/applications/luci-app-dawn/Makefile @@ -0,0 +1,10 @@ +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI support for DAWN +LUCI_DEPENDS:=+dawn +LUCI_PKGARCH:=all + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature + |