Squashed 'luci-app-einat/' content from commit 82838e7
git-subtree-dir: luci-app-einat git-subtree-split: 82838e76d43b3b947c4bd5ddac26d5be02d5fb94
This commit is contained in:
commit
de7e69dbe3
11 changed files with 775 additions and 0 deletions
23
Makefile
Normal file
23
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