diff options
Diffstat (limited to 'applications/luci-app-xinetd/Makefile')
-rw-r--r-- | applications/luci-app-xinetd/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/applications/luci-app-xinetd/Makefile b/applications/luci-app-xinetd/Makefile index 1820d80994..beed1bccbf 100644 --- a/applications/luci-app-xinetd/Makefile +++ b/applications/luci-app-xinetd/Makefile @@ -7,17 +7,12 @@ include $(TOPDIR)/rules.mk -PKG_NAME:=luci-app-xinetd -PKG_VERSION:=1.0 -PKG_RELEASE:=1 -PKG_LICENSE:=Apache-2.0 -PKG_MAINTAINER:=Helge Mader <ma@dev.tdt.de> - -# LuCI specific settings LUCI_TITLE:=LuCI Support for xinetd LUCI_DEPENDS:=+xinetd LUCI_PKGARCH:=all +PKG_MAINTAINER:=Helge Mader <ma@dev.tdt.de> + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |