gluon/package/gluon-ddhcpd/Makefile

14 lines
244 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-ddhcpd
PKG_VERSION:=1
include ../gluon.mk
define Package/gluon-ddhcpd
TITLE:=Distributed DHCP Daemon for Gluon
DEPENDS:=+gluon-core +ddhcpd
endef
$(eval $(call BuildPackageGluon,gluon-ddhcpd))