1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-12 11:21:55 +00:00
openmptcprouter/patches/nocheck.6.6.patch
Ycarus (Yannick Chabanois) 1438968dc0 Update OpenWRT
2024-06-19 15:32:31 +02:00

10 lines
367 B
Diff

--- a/include/package-pack.mk 2019-06-02 10:10:48.814882668 +0200
+++ b/include/package-pack.mk 2019-06-02 10:08:20.372736726 +0200
@@ -79,7 +79,6 @@
if [ -f "$(PKG_INFO_DIR)/$(1).missing" ]; then \
echo "Package $(1) is missing dependencies for the following libraries:" >&2; \
cat "$(PKG_INFO_DIR)/$(1).missing" >&2; \
- false; \
fi; \
)
endef