gluon/package/gluon-web-static-ip/Makefile
Maciej Krüger dec697a996 olsr stuffs
2022-08-11 11:13:43 +02:00

13 lines
257 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-web-static-ip
include ../gluon.mk
define Package/gluon-web-static-ip
DEPENDS:=+gluon-web-admin +gluon-static-ip
TITLE:=UI for managing static IPs
endef
$(eval $(call BuildPackageGluon,gluon-web-static-ip))