summaryrefslogtreecommitdiff
path: root/target/linux/generic/pending-4.4/200-fix_localversion.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2018-07-04 19:41:26 +0200
committerFelix Fietkau <nbd@nbd.name>2018-07-07 14:53:26 +0200
commitc3bdb89e61084278a598d5af15da274cada1ecc6 (patch)
treeb2c6e079000d62a03afe8175256082e5f2d56eed /target/linux/generic/pending-4.4/200-fix_localversion.patch
parent1e6c30690ca902a69a727c925afaeccae8f85bcd (diff)
downloadmtk-20170518-c3bdb89e61084278a598d5af15da274cada1ecc6.zip
mtk-20170518-c3bdb89e61084278a598d5af15da274cada1ecc6.tar.gz
mtk-20170518-c3bdb89e61084278a598d5af15da274cada1ecc6.tar.bz2
kernel: remove linux 4.4 support
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/generic/pending-4.4/200-fix_localversion.patch')
-rw-r--r--target/linux/generic/pending-4.4/200-fix_localversion.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/generic/pending-4.4/200-fix_localversion.patch b/target/linux/generic/pending-4.4/200-fix_localversion.patch
deleted file mode 100644
index 70228bb..0000000
--- a/target/linux/generic/pending-4.4/200-fix_localversion.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/scripts/setlocalversion
-+++ b/scripts/setlocalversion
-@@ -165,7 +165,7 @@ else
- # annotated or signed tagged state (as git describe only
- # looks at signed or annotated tags - git tag -a/-s) and
- # LOCALVERSION= is not specified
-- if test "${LOCALVERSION+set}" != "set"; then
-+ if test "${CONFIG_LOCALVERSION+set}" != "set"; then
- scm=$(scm_version --short)
- res="$res${scm:++}"
- fi