summaryrefslogtreecommitdiff
path: root/updater-ng/patches/0001-configure.ac-fix-check-for-busybox-when-cross-compil.patch
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-06-01 09:59:17 +0200
committerKarel Kočí <cynerd@email.cz>2020-06-01 09:59:17 +0200
commitd6e771eab20c6e51979a86858ab31050bdcf84d6 (patch)
treefc5606e2290f37b1a40ddcfdad02fbe0075c8400 /updater-ng/patches/0001-configure.ac-fix-check-for-busybox-when-cross-compil.patch
parent09204b57bf8aed0cb2beb633978ea4d2cbeef0e2 (diff)
downloadopenwrt-personal-pkgs-d6e771eab20c6e51979a86858ab31050bdcf84d6.tar.gz
openwrt-personal-pkgs-d6e771eab20c6e51979a86858ab31050bdcf84d6.tar.bz2
openwrt-personal-pkgs-d6e771eab20c6e51979a86858ab31050bdcf84d6.zip
updater-ng: update patchset
Diffstat (limited to 'updater-ng/patches/0001-configure.ac-fix-check-for-busybox-when-cross-compil.patch')
-rw-r--r--updater-ng/patches/0001-configure.ac-fix-check-for-busybox-when-cross-compil.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater-ng/patches/0001-configure.ac-fix-check-for-busybox-when-cross-compil.patch b/updater-ng/patches/0001-configure.ac-fix-check-for-busybox-when-cross-compil.patch
index e54b550..1577c42 100644
--- a/updater-ng/patches/0001-configure.ac-fix-check-for-busybox-when-cross-compil.patch
+++ b/updater-ng/patches/0001-configure.ac-fix-check-for-busybox-when-cross-compil.patch
@@ -1,7 +1,7 @@
From 1048eccde0342f5aa3133623f9cafbfa92eaf039 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= <cynerd@email.cz>
Date: Thu, 21 May 2020 21:13:37 +0200
-Subject: [PATCH 1/2] configure.ac: fix check for busybox when cross compiling
+Subject: [PATCH 1/3] configure.ac: fix check for busybox when cross compiling
AC_CHECK_FILE works only if cross compilation is not performed. The
reason is that it tries to check for existence of file on native system.