diff options
-rw-r--r-- | applications/luci-app-xinetd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/applications/luci-app-xinetd/Makefile b/applications/luci-app-xinetd/Makefile index bbe0b22c2e..3f9554f1e7 100644 --- a/applications/luci-app-xinetd/Makefile +++ b/applications/luci-app-xinetd/Makefile @@ -7,11 +7,12 @@ include $(TOPDIR)/rules.mk +PKG_LICENSE:=Apache-2.0 +PKG_MAINTAINER:=Helge Mader <ma@dev.tdt.de> + LUCI_TITLE:=LuCI Support for xinetd LUCI_DEPENDS:=+luci-base +xinetd -PKG_MAINTAINER:=Helge Mader <ma@dev.tdt.de> - include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |