kopia lustrzana
https://git.openwrt.org/project/luci.git
zsynchronizowano 2025-01-19 07:55:46 +00:00
4c03f5ff1f
This is anyway default Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
15 wiersze
390 B
Makefile
15 wiersze
390 B
Makefile
# 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
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|