kernel: bump 5.4 to 5.4.165
[openwrt/staging/chunkeey.git] / include / prereq-build.mk
index ce6873cf524d7affba9d5dc38d22c97da154e1df..e1918f002787be0abae4953cfedc0cc327122ff7 100644 (file)
@@ -198,5 +198,4 @@ prereq: $(STAGING_DIR_HOST)/bin/mkhash
 
 # Install ldconfig stub
 $(eval $(call TestHostCommand,ldconfig-stub,Failed to install stub, \
-       touch $(STAGING_DIR_HOST)/bin/ldconfig && \
-       chmod +x $(STAGING_DIR_HOST)/bin/ldconfig))
+       $(LN) /bin/true $(STAGING_DIR_HOST)/bin/ldconfig))