autocore-arm: rebuild when target was changed

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 37b7b17698)
This commit is contained in:
Tianling Shen 2021-11-29 23:13:27 +08:00
parent af64623418
commit ceebe307a0
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -1,12 +1,7 @@
# SPDX-License-Identifier: GPL-3.0-only
#
# Copyright (C) 2020 Lean <coolsnowwolf@gmail.com>
#
# Copyright (C) 2021 ImmortalWrt
# <https://immortalwrt.org>
#
# 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