Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@

<div align="right">
<details>
<summary >🌐 Language</summary>
<div>
<div align="right">
<p><a href="https://openaitx.github.io/view.html?user=sbwml&project=luci-app-openlist&lang=en">English</a></p>
<p><a href="https://openaitx.github.io/view.html?user=sbwml&project=luci-app-openlist&lang=zh-CN">简体中文</a></p>
<p><a href="https://openaitx.github.io/view.html?user=sbwml&project=luci-app-openlist&lang=zh-TW">繁體中文</a></p>
<p><a href="https://openaitx.github.io/view.html?user=sbwml&project=luci-app-openlist&lang=ja">日本語</a></p>
<p><a href="https://openaitx.github.io/view.html?user=sbwml&project=luci-app-openlist&lang=ko">한국어</a></p>
<p><a href="https://openaitx.github.io/view.html?user=sbwml&project=luci-app-openlist&lang=hi">हिन्दी</a></p>
<p><a href="https://openaitx.github.io/view.html?user=sbwml&project=luci-app-openlist&lang=th">ไทย</a></p>
<p><a href="https://openaitx.github.io/view.html?user=sbwml&project=luci-app-openlist&lang=fr">Français</a></p>
<p><a href="https://openaitx.github.io/view.html?user=sbwml&project=luci-app-openlist&lang=de">Deutsch</a></p>
<p><a href="https://openaitx.github.io/view.html?user=sbwml&project=luci-app-openlist&lang=es">Español</a></p>
<p><a href="https://openaitx.github.io/view.html?user=sbwml&project=luci-app-openlist&lang=it">Itapano</a></p>
<p><a href="https://openaitx.github.io/view.html?user=sbwml&project=luci-app-openlist&lang=ru">Русский</a></p>
<p><a href="https://openaitx.github.io/view.html?user=sbwml&project=luci-app-openlist&lang=pt">Português</a></p>
<p><a href="https://openaitx.github.io/view.html?user=sbwml&project=luci-app-openlist&lang=nl">Nederlands</a></p>
<p><a href="https://openaitx.github.io/view.html?user=sbwml&project=luci-app-openlist&lang=pl">Polski</a></p>
<p><a href="https://openaitx.github.io/view.html?user=sbwml&project=luci-app-openlist&lang=ar">العربية</a></p>
<p><a href="https://openaitx.github.io/view.html?user=sbwml&project=luci-app-openlist&lang=fa">فارسی</a></p>
<p><a href="https://openaitx.github.io/view.html?user=sbwml&project=luci-app-openlist&lang=tr">Türkçe</a></p>
<p><a href="https://openaitx.github.io/view.html?user=sbwml&project=luci-app-openlist&lang=vi">Tiếng Việt</a></p>
<p><a href="https://openaitx.github.io/view.html?user=sbwml&project=luci-app-openlist&lang=id">Bahasa Indonesia</a></p>
</div>
</div>
</details>
</div>

# luci-app-openlist

🗂️ A file list program that supports multiple storage, powered by Gin and Solidjs.
Expand Down
20 changes: 10 additions & 10 deletions openlist/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=openlist
PKG_VERSION:=4.0.5
PKG_WEB_VERSION:=4.0.5
PKG_VERSION:=4.0.7
PKG_WEB_VERSION:=4.0.7
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/OpenListTeam/OpenList/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=c510e31d00868774b52429897c39789547756bbea76c501e2bcfbff1f4dc70b8
PKG_HASH:=e91903ebae9221aa3e7e5661eeda6b7dcc0bb6a69fabcd9625dd425872e931c6

PKG_BUILD_DIR:=$(BUILD_DIR)/OpenList-$(PKG_VERSION)

Expand All @@ -24,7 +24,7 @@ PKG_MAINTAINER:=sbwml <[email protected]>
define Download/openlist-frontend
FILE:=openlist-frontend-dist-lite-v$(PKG_WEB_VERSION).tar.gz
URL:=https://github.com/OpenListTeam/OpenList-Frontend/releases/download/v$(PKG_WEB_VERSION)/
HASH:=c0bb4f7cb95a32f81f159b011c7982627376ec60f463d4322c510b27137abb8e
HASH:=24a92cc2bc8804d03e942580dd666e98e8049f18282f15c6b130df2fa83d8a6b
endef

PKG_BUILD_DEPENDS:=golang/host
Expand All @@ -34,12 +34,12 @@ PKG_BUILD_FLAGS:=no-mips16

GO_PKG:=github.com/OpenListTeam/OpenList
GO_PKG_LDFLAGS:= \
-X '$(GO_PKG)/internal/conf.BuiltAt=$(shell date '+%Y-%m-%d %H:%M:%S %z')' \
-X '$(GO_PKG)/internal/conf.GoVersion=$(shell $(STAGING_DIR_HOSTPKG)/bin/go version | sed 's/go version //')' \
-X '$(GO_PKG)/internal/conf.GitAuthor=The OpenList Projects Contributors <[email protected]>' \
-X '$(GO_PKG)/internal/conf.GitCommit=tarball/$(shell echo $(PKG_HASH) | cut -c 1-7)' \
-X '$(GO_PKG)/internal/conf.Version=v$(PKG_VERSION) (OpenWrt $(ARCH_PACKAGES))' \
-X '$(GO_PKG)/internal/conf.WebVersion=v$(PKG_WEB_VERSION)'
-X '$(GO_PKG)/v4/internal/conf.BuiltAt=$(shell date '+%Y-%m-%d %H:%M:%S %z')' \
-X '$(GO_PKG)/v4/internal/conf.GoVersion=$(shell $(STAGING_DIR_HOSTPKG)/bin/go version | sed 's/go version //')' \
-X '$(GO_PKG)/v4/internal/conf.GitAuthor=The OpenList Projects Contributors <[email protected]>' \
-X '$(GO_PKG)/v4/internal/conf.GitCommit=tarball/$(shell echo $(PKG_HASH) | cut -c 1-7)' \
-X '$(GO_PKG)/v4/internal/conf.Version=v$(PKG_VERSION) (OpenWrt $(ARCH_PACKAGES))' \
-X '$(GO_PKG)/v4/internal/conf.WebVersion=v$(PKG_WEB_VERSION)'
ifneq ($(CONFIG_ARCH_64BIT),y)
GO_PKG_EXCLUDES:=drivers/lark
endif
Expand Down