diff options
author | Helge Mader <ma@dev.tdt.de> | 2020-09-29 12:52:06 +0200 |
---|---|---|
committer | Helge Mader <ma@dev.tdt.de> | 2020-09-29 13:08:10 +0200 |
commit | aa9db41a470475ec4a34909ff9518ad92b2f2c75 (patch) | |
tree | b9c38e6e4034a9c317c0a360f6fc3ad797e2a5ea /applications/luci-app-xinetd/Makefile | |
parent | f2e45c9280219926dd9878af5ae8ecb9010affbd (diff) |
luci-app-xinetd: rearrange params in tabs
Signed-off-by: Helge Mader <ma@dev.tdt.de>
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 1820d8099..beed1bccb 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 |