mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
f7d6579b47
Update e2fsprogs to 1.45.3
Remove OpenBSD patch
Remove Darwin patch, neither macports or brew patches these files
Add patch to avoid crond detection on host OS
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
(cherry picked from commit 234f7a9e5d
)
12 lines
268 B
Diff
12 lines
268 B
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -14525,7 +14525,7 @@ $as_echo_n "checking for system crontab
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${crond_dir}" >&5
|
|
$as_echo "${crond_dir}" >&6; }
|
|
- have_crond="yes"
|
|
+ have_crond="no"; with_crond_dir=""
|
|
|
|
else
|
|
|