diff --git a/.github/diy/patches/luci-app-store.patch b/.github/diy/patches/luci-app-store.patch index 82a4e09f..dd48932a 100644 --- a/.github/diy/patches/luci-app-store.patch +++ b/.github/diy/patches/luci-app-store.patch @@ -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