Skip to content
Snippets Groups Projects
Commit 289d532d authored by Yousong Zhou's avatar Yousong Zhou
Browse files

dropbear: rebuild libs on config change


Required as dependency on dropbear config headers is not tracked in
dropbear build system

Fixes FS#2275

Signed-off-by: default avatarYousong Zhou <yszhou4tech@gmail.com>
parent df60a085
No related branches found
No related tags found
No related merge requests found
......@@ -128,6 +128,10 @@ define Build/Configure
# Enforce rebuild of svr-chansession.c
rm -f $(PKG_BUILD_DIR)/svr-chansession.o
# Rebuild them on config change
+$(MAKE) -C $(PKG_BUILD_DIR)/libtomcrypt clean
+$(MAKE) -C $(PKG_BUILD_DIR)/libtommath clean
endef
define Build/Compile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment