X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Fpatches-4.4%2F010-Kbuild-don-t-hardcode-path-to-awk-in-scripts-ld-vers.patch;h=f6c9d1edadf6f0b4d56950720c58ac9c7f484dc1;hb=7eeb254cc49c4e9f837c980826ec112b9404f341;hp=cb65ee360c3e7916c552a8c55314b5e38e494cb6;hpb=f7fb6e49f214e8a38698bab4d33551addbc04439;p=openwrt%2Fstaging%2Fmkresin.git 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 +From: Felix Fietkau 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 +Signed-off-by: Felix Fietkau --- --- a/scripts/ld-version.sh