mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
Update luci-app-store.patch
This commit is contained in:
parent
4e8b43e4e9
commit
bf7d8e462c
16
.github/diy/patches/luci-app-store.patch
vendored
16
.github/diy/patches/luci-app-store.patch
vendored
@ -1,5 +1,5 @@
|
||||
--- a/luci-app-store/src/compat.conf
|
||||
+++ b/luci-app-store/src/compat.conf
|
||||
--- a/luci-app-store/src/root-opkg/etc/opkg/compatfeeds.conf
|
||||
+++ b/luci-app-store/src/root-opkg/etc/opkg/compatfeeds.conf
|
||||
@@ -1 +1 @@
|
||||
-src/gz istore_compat https://istore.istoreos.com/repo/all/compat
|
||||
\ No newline at end of file
|
||||
@ -9,13 +9,13 @@
|
||||
+++ b/luci-app-store/Makefile
|
||||
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=LuCI based ipk store
|
||||
LUCI_DESCRIPTION:=luci-app-store is a ipk store developed by LinkEase team
|
||||
-LUCI_DEPENDS:=+curl +opkg +luci-lib-ipkg +tar +libuci-lua +mount-utils +luci-lib-taskd
|
||||
+LUCI_DEPENDS:=@(x86_64||aarch64) +curl +opkg +luci-lib-ipkg +tar +libuci-lua +mount-utils +luci-lib-taskd
|
||||
LUCI_EXTRA_DEPENDS:=luci-lib-taskd (>=1.0.19)
|
||||
LUCI_PKGARCH:=all
|
||||
LUCI_TITLE:=LuCI based ipk/apk store
|
||||
LUCI_DESCRIPTION:=luci-app-store is a ipk/apk store developed by LinkEase team
|
||||
-LUCI_DEPENDS:=+curl +tar +libuci-lua +mount-utils +luci-lib-taskd
|
||||
+LUCI_DEPENDS:=@(x86_64||aarch64) +curl +tar +libuci-lua +mount-utils +luci-lib-taskd
|
||||
LUCI_DEPENDS+=$(if $(CONFIG_USE_APK),+apk +luci-compat,+opkg)
|
||||
|
||||
LUCI_EXTRA_DEPENDS:=luci-lib-taskd (>=1.0.19)
|
||||
|
||||
--- a/luci-app-store/luasrc/view/store/main.htm
|
||||
+++ b/luci-app-store/luasrc/view/store/main.htm
|
||||
|
||||
Loading…
Reference in New Issue
Block a user