update-02.17

This commit is contained in:
github-actions[bot] 2022-02-17 14:24:26 +08:00
parent 97283d35a8
commit 5f479cd4fa
6 changed files with 10 additions and 6 deletions

View File

@ -8,7 +8,8 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI support for quickstart LUCI_TITLE:=LuCI support for quickstart
LUCI_DEPENDS:=+quickstart +shadow-useradd +luci-app-store LUCI_DEPENDS:=+quickstart +shadow-useradd +luci-app-store
LUCI_PKGARCH:=all LUCI_PKGARCH:=all
PKG_VERSION:=0.2.1
PKG_VERSION:=0.3.0
PKG_RELEASE:=1 PKG_RELEASE:=1
include $(TOPDIR)/feeds/luci/luci.mk include $(TOPDIR)/feeds/luci/luci.mk

View File

@ -1,3 +1,6 @@
-- Copyright 2022 xiaobao <xiaobao@linkease.com>
-- Licensed to the public under the MIT License
local http = require "luci.http" local http = require "luci.http"
local nixio = require "nixio" local nixio = require "nixio"
local ltn12 = require "luci.ltn12" local ltn12 = require "luci.ltn12"
@ -7,7 +10,7 @@ local util = require "luci.util"
module("luci.controller.istore_backend", package.seeall) module("luci.controller.istore_backend", package.seeall)
local BLOCKSIZE = 2048 local BLOCKSIZE = 2048
local ISTOREOS_PORT = 3000 local ISTOREOS_PORT = 3038
function index() function index()
entry({"istore"}, call("istore_backend")).leaf=true entry({"istore"}, call("istore_backend")).leaf=true

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_ARCH_quickstart:=$(ARCH) PKG_ARCH_quickstart:=$(ARCH)
PKG_NAME:=quickstart PKG_NAME:=quickstart
PKG_VERSION:=0.2.0 PKG_VERSION:=0.3.0
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-binary-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-binary-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://fw.koolcenter.com/binary/quickstart/ PKG_SOURCE_URL:=https://fw.koolcenter.com/binary/quickstart/

View File

@ -1,6 +1,6 @@
#!/bin/sh /etc/rc.common #!/bin/sh /etc/rc.common
START=98 START=92
USE_PROCD=1 USE_PROCD=1