[PATCH] busybox: delete redundant patch
Magnus Kroken
mkroken at gmail.com
Fri Jul 24 08:15:17 EDT 2020
This problem has been fixed in upstream commit
6b6a3d9339f1c08efaa18a7fb7357e20b48bdc95. This patch now (harmlessly)
adds the same definition a second time.
Signed-off-by: Magnus Kroken <mkroken at gmail.com>
---
.../patches/130-mconf_missing_sigwinch.patch | 13 -------------
1 file changed, 13 deletions(-)
delete mode 100644 package/utils/busybox/patches/130-mconf_missing_sigwinch.patch
diff --git a/package/utils/busybox/patches/130-mconf_missing_sigwinch.patch b/package/utils/busybox/patches/130-mconf_missing_sigwinch.patch
deleted file mode 100644
index b8ca2122b8..0000000000
--- a/package/utils/busybox/patches/130-mconf_missing_sigwinch.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/scripts/kconfig/mconf.c
-+++ b/scripts/kconfig/mconf.c
-@@ -31,6 +31,10 @@
- #define SIGWINCH 28
- #endif
-
-+#ifndef SIGWINCH
-+#define SIGWINCH 28
-+#endif
-+
- #define LKC_DIRECT_LINK
- #include "lkc.h"
-
--
2.20.1
More information about the openwrt-devel
mailing list