diff options
Diffstat (limited to 'applications/luci-app-xinetd/Makefile')
-rw-r--r-- | applications/luci-app-xinetd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/applications/luci-app-xinetd/Makefile b/applications/luci-app-xinetd/Makefile index beed1bccbf..bbe0b22c2e 100644 --- a/applications/luci-app-xinetd/Makefile +++ b/applications/luci-app-xinetd/Makefile @@ -8,8 +8,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for xinetd -LUCI_DEPENDS:=+xinetd -LUCI_PKGARCH:=all +LUCI_DEPENDS:=+luci-base +xinetd PKG_MAINTAINER:=Helge Mader <ma@dev.tdt.de> |