From ceebe307a049aa4c33031a955de8a562176b5003 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Mon, 29 Nov 2021 23:13:27 +0800 Subject: [PATCH] autocore-arm: rebuild when target was changed Signed-off-by: Tianling Shen (cherry picked from commit 37b7b17698c15c65cc042d90358ad75d0d7dd8d3) --- package/emortal/autocore/Makefile | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/package/emortal/autocore/Makefile b/package/emortal/autocore/Makefile index f54ee67073..260a43678b 100644 --- a/package/emortal/autocore/Makefile +++ b/package/emortal/autocore/Makefile @@ -1,12 +1,7 @@ +# SPDX-License-Identifier: GPL-3.0-only # # Copyright (C) 2020 Lean -# -# Copyright (C) 2021 ImmortalWrt -# -# -# This is free software, licensed under the GNU General Public License v3. -# See /LICENSE for more information. -# +# Copyright (C) 2021 ImmortalWrt.org include $(TOPDIR)/rules.mk @@ -14,6 +9,10 @@ PKG_NAME:=autocore PKG_VERSION:=2 PKG_RELEASE:=$(COMMITCOUNT) +PKG_CONFIG_DEPENDS:= \ + CONFIG_TARGET_bcm27xx \ + CONFIG_TARGET_bcm53xx + include $(INCLUDE_DIR)/package.mk define Package/autocore-arm @@ -41,7 +40,6 @@ define Package/autocore-x86/description endef define Build/Compile - true endef define Package/autocore-arm/install