diff --git a/.github/diy/patches/luci-app-store.patch b/.github/diy/patches/luci-app-store.patch index dd48932a..bc713cc6 100644 --- a/.github/diy/patches/luci-app-store.patch +++ b/.github/diy/patches/luci-app-store.patch @@ -13,9 +13,9 @@ 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) + LUCI_PKGARCH:=all --- a/luci-app-store/luasrc/view/store/main.htm +++ b/luci-app-store/luasrc/view/store/main.htm