diff options
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 0000000000..330dddbf6c --- /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 + |