blob: f28b00e1518a58ebcd66dd93d4d4d28614a86813 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
|