From e7d7cc1de73ddb6afc51585d6931daa53f9edd37 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 30 Nov 2021 20:55:05 +0800 Subject: [PATCH] automount: rebuild if target was changed Signed-off-by: Tianling Shen --- package/emortal/automount/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/emortal/automount/Makefile b/package/emortal/automount/Makefile index 9431211004..82d96c5926 100644 --- a/package/emortal/automount/Makefile +++ b/package/emortal/automount/Makefile @@ -13,7 +13,8 @@ PKG_RELEASE:=$(COMMITCOUNT) PKG_CONFIG_DEPENDS:= \ CONFIG_LINUX_5_4 \ - CONFIG_LINUX_5_10 + CONFIG_LINUX_5_10 \ + CONFIG_TARGET_ramips include $(INCLUDE_DIR)/package.mk