From db1312539c5ffdedc69e5ab451ef61a3a7bddc22 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Fri, 20 Dec 2019 13:44:38 +0800 Subject: [PATCH] Revert "verysync: fix" This reverts commit c6f59c726a9ff9674aadf605a1e7929781f428ac. --- package/zxlhhyccc/verysync/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/zxlhhyccc/verysync/Makefile b/package/zxlhhyccc/verysync/Makefile index 08491a6e7d..c8139d5a75 100644 --- a/package/zxlhhyccc/verysync/Makefile +++ b/package/zxlhhyccc/verysync/Makefile @@ -22,7 +22,7 @@ ifeq ($(ARCH),arm) PKG_ARCH_VERYSYNC:=arm7 endif ifeq ($(BOARD),bcm53xx) - PKG_ARCH_VERYSYNC:=arm + PKG_ARCH_VERYSYNC:=arm6 endif ifeq ($(BOARD),kirkwood) PKG_ARCH_VERYSYNC:=arm @@ -54,6 +54,7 @@ define Package/$(PKG_NAME)/description endef define Build/Prepare + tar -xzvf $(DL_DIR)/$(PKG_SOURCE) -C $(PKG_BUILD_DIR) endef define Build/Configure