From 8fbe36f23ad400d161ce69abd898b1d75bad68aa Mon Sep 17 00:00:00 2001 From: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com> Date: Mon, 28 Jun 2021 23:01:54 +0800 Subject: [PATCH] autocore-arm: no longer limit the specific target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These code are good enough to do this. Now we don’t need to make this line longer and longer. (cherry picked from commit 268a5e1191562dff8fbb7c80d08e56e31bfbf2cf) --- package/emortal/autocore/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/emortal/autocore/Makefile b/package/emortal/autocore/Makefile index df90058035..f54ee67073 100644 --- a/package/emortal/autocore/Makefile +++ b/package/emortal/autocore/Makefile @@ -11,15 +11,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=autocore -PKG_VERSION:=1 -PKG_RELEASE:=$(AUTORELEASE) +PKG_VERSION:=2 +PKG_RELEASE:=$(COMMITCOUNT) include $(INCLUDE_DIR)/package.mk define Package/autocore-arm TITLE:=ARM auto core script. MAINTAINER:=CN_SZTL - DEPENDS:=@(TARGET_bcm27xx||TARGET_bcm53xx||TARGET_ipq40xx||TARGET_ipq806x||TARGET_mvebu||TARGET_sunxi||TARGET_rockchip) \ + DEPENDS:=@(arm||aarch64) \ +TARGET_bcm27xx:bcm27xx-userland \ +TARGET_bcm53xx:nvram VARIANT:=arm