mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Try to disable a check...
This commit is contained in:
parent
9df24b64d2
commit
3dade0161e
2 changed files with 20 additions and 3 deletions
10
patches/nocheck.patch
Normal file
10
patches/nocheck.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- include/package-ipkg.mk.1 2019-06-02 10:10:48.814882668 +0200
|
||||
+++ include/package-ipkg.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
|
Loading…
Add table
Add a link
Reference in a new issue