luci: 4.59
This commit is contained in:
parent
e707488e33
commit
22d5836974
@ -1,13 +1,13 @@
|
|||||||
# Copyright (C) 2018-2020 L-WRT Team
|
# Copyright (C) 2018-2020 L-WRT Team
|
||||||
# Copyright (C) 2021-2022 xiaorouji
|
# Copyright (C) 2021-2023 xiaorouji
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v3.
|
# This is free software, licensed under the GNU General Public License v3.
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=luci-app-passwall
|
PKG_NAME:=luci-app-passwall
|
||||||
PKG_VERSION:=4.58
|
PKG_VERSION:=4.59
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_CONFIG_DEPENDS:= \
|
PKG_CONFIG_DEPENDS:= \
|
||||||
CONFIG_PACKAGE_$(PKG_NAME)_Iptables_Transparent_Proxy \
|
CONFIG_PACKAGE_$(PKG_NAME)_Iptables_Transparent_Proxy \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
-- Copyright (C) 2018-2020 L-WRT Team
|
-- Copyright (C) 2018-2020 L-WRT Team
|
||||||
-- Copyright (C) 2021-2022 xiaorouji
|
-- Copyright (C) 2021-2023 xiaorouji
|
||||||
|
|
||||||
module("luci.controller.passwall", package.seeall)
|
module("luci.controller.passwall", package.seeall)
|
||||||
local api = require "luci.passwall.api"
|
local api = require "luci.passwall.api"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Copyright (C) 2018-2020 L-WRT Team
|
# Copyright (C) 2018-2020 L-WRT Team
|
||||||
# Copyright (C) 2021-2022 xiaorouji
|
# Copyright (C) 2021-2023 xiaorouji
|
||||||
|
|
||||||
. $IPKG_INSTROOT/lib/functions.sh
|
. $IPKG_INSTROOT/lib/functions.sh
|
||||||
. $IPKG_INSTROOT/lib/functions/service.sh
|
. $IPKG_INSTROOT/lib/functions/service.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user