Merge commit 'de7e69dbe3' as 'luci-app-einat'
This commit is contained in:
commit
bb6c79b701
11 changed files with 775 additions and 0 deletions
23
luci-app-einat/Makefile
Normal file
23
luci-app-einat/Makefile
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
# Copyright (C) 2024-2025 Anya Lin <https://github.com/muink>
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_NAME:=luci-app-einat
|
||||
|
||||
LUCI_TITLE:=LuCI Support for einat
|
||||
LUCI_PKGARCH:=all
|
||||
LUCI_DEPENDS:=+einat-ebpf
|
||||
|
||||
LUCI_DESCRIPTION:=eBPF-based Endpoint-Independent NAT
|
||||
|
||||
PKG_MAINTAINER:=Anya Lin <hukk1996@gmail.com>
|
||||
PKG_LICENSE:=MIT
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
PKG_UNPACK=$(CURDIR)/.prepare.sh $(PKG_NAME) $(CURDIR) $(PKG_BUILD_DIR)
|
||||
|
||||
include $(TOPDIR)/feeds/luci/luci.mk
|
||||
|
||||
# call BuildPackage - OpenWrt buildroot signature
|
||||
Loading…
Add table
Add a link
Reference in a new issue