diff options
Diffstat (limited to 'target/linux/generic/patches-4.4/010-Kbuild-don-t-hardcode-path-to-awk-in-scripts-ld-vers.patch')
-rw-r--r-- | target/linux/generic/patches-4.4/010-Kbuild-don-t-hardcode-path-to-awk-in-scripts-ld-vers.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-4.4/010-Kbuild-don-t-hardcode-path-to-awk-in-scripts-ld-vers.patch b/target/linux/generic/patches-4.4/010-Kbuild-don-t-hardcode-path-to-awk-in-scripts-ld-vers.patch index cb65ee360c..f6c9d1edad 100644 --- a/target/linux/generic/patches-4.4/010-Kbuild-don-t-hardcode-path-to-awk-in-scripts-ld-vers.patch +++ b/target/linux/generic/patches-4.4/010-Kbuild-don-t-hardcode-path-to-awk-in-scripts-ld-vers.patch @@ -1,11 +1,11 @@ -From: Felix Fietkau <nbd@openwrt.org> +From: Felix Fietkau <nbd@nbd.name> Date: Mon, 18 Jan 2016 12:27:49 +0100 Subject: [PATCH] Kbuild: don't hardcode path to awk in scripts/ld-version.sh On some systems /usr/bin/awk does not exist, or is broken. Find it via $PATH instead. -Signed-off-by: Felix Fietkau <nbd@openwrt.org> +Signed-off-by: Felix Fietkau <nbd@nbd.name> --- --- a/scripts/ld-version.sh |