瀏覽代碼

luci-app-ssr-plus: make compatible with APK

coolsnowwolf 3 月之前
父節點
當前提交
bc015823d8

+ 2 - 2
luci-app-ssr-plus/Makefile

@@ -1,8 +1,8 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=luci-app-ssr-plus
-PKG_VERSION:=189
-PKG_RELEASE:=7
+PKG_VERSION:=190
+PKG_RELEASE:=1
 
 PKG_CONFIG_DEPENDS:= \
 	CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_NONE_V2RAY \

+ 0 - 1
luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/client-config.lua

@@ -5,7 +5,6 @@ require "nixio.fs"
 require "luci.sys"
 require "luci.http"
 require "luci.jsonc"
-require "luci.model.ipkg"
 require "luci.model.uci"
 local uci = require "luci.model.uci".cursor()
 

+ 0 - 1
luci-app-ssr-plus/root/usr/share/shadowsocksr/subscribe.lua

@@ -9,7 +9,6 @@ require "nixio"
 require "luci.util"
 require "luci.sys"
 require "luci.jsonc"
-require "luci.model.ipkg"
 
 -- these global functions are accessed all the time by the event handler
 -- so caching them is worth the effort