diff options
Diffstat (limited to 'applications/luci-app-example')
-rw-r--r-- | applications/luci-app-example/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/applications/luci-app-example/Makefile b/applications/luci-app-example/Makefile index 5ba6c6e467..33c7d8c96e 100644 --- a/applications/luci-app-example/Makefile +++ b/applications/luci-app-example/Makefile @@ -7,6 +7,9 @@ LUCI_TITLE:=LuCI example app for js based luci LUCI_DEPENDS:=+luci-base LUCI_PKGARCH:=all +PKG_MAINTAINER:=Andreas Brau <ab@andi95.de> \ + Duncan Hill <github.com@cricalix.net> + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |