diff options
Diffstat (limited to 'applications/luci-app-eoip/Makefile')
-rw-r--r-- | applications/luci-app-eoip/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/applications/luci-app-eoip/Makefile b/applications/luci-app-eoip/Makefile new file mode 100644 index 0000000000..f28b00e151 --- /dev/null +++ b/applications/luci-app-eoip/Makefile @@ -0,0 +1,16 @@ +# Copyright 2020 Bogdan Shatik (bogdikxxx@mail.ru) +# This is free software, licensed under the Apache License, Version 2.0 + +include $(TOPDIR)/rules.mk + +PKG_MAINTAINER:=Bogdan Shatik <bogdikxxx@mail.ru> +PKG_NAME:=luci-app-eoip +PKG_LICENSE:=Apache-2.0 + +LUCI_TITLE:=LuCI Support for EoIP +LUCI_DEPENDS:=+eoip +luci-base +LUCI_PKGARCH:=all + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |