Squashed 'luci-app-fakehttp/' content from commit fee47a1
git-subtree-dir: luci-app-fakehttp git-subtree-split: fee47a159e2ddd3339e3485c2e211e3ac931029a
This commit is contained in:
commit
2690c33ad6
6 changed files with 349 additions and 0 deletions
17
Makefile
Normal file
17
Makefile
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
#
|
||||
# Copyright (C) 2025 Yuxi Yang <i@bgme.me>
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=LuCI Support for fakehttp
|
||||
LUCI_DEPENDS:=+luci-base +fakehttp
|
||||
LUCI_PKGARCH:=all
|
||||
|
||||
PKG_MAINTAINER:=Yuxi Yang <i@bgme.me>
|
||||
PKG_LICENSE:=GPL-3.0-or-later
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
include $(TOPDIR)/feeds/luci/luci.mk
|
||||
|
||||
# call BuildPackage - OpenWrt buildroot signature
|
||||
Loading…
Add table
Add a link
Reference in a new issue