From: Hauke Mehrtens Date: Sat, 8 Dec 2018 12:09:14 +0000 (+0100) Subject: x86: Use kernel specific subtarget configurations X-Git-Tag: v19.07.0-rc1~1624 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ea7160abeee58e8d36c05cbf4b2c5e09779e1a2;p=thirdparty%2Fopenwrt.git x86: Use kernel specific subtarget configurations This makes it possible to use different sub target configurations for kernel 4.19 for example. To support kernel 4.9 and kernel 4.14 with the same configuration file already needed some extra work this will not be needed for kernel 4.19 any more. Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/x86/64/config-default b/target/linux/x86/64/config-4.14 similarity index 100% rename from target/linux/x86/64/config-default rename to target/linux/x86/64/config-4.14 diff --git a/target/linux/x86/generic/config-default b/target/linux/x86/generic/config-4.14 similarity index 100% rename from target/linux/x86/generic/config-default rename to target/linux/x86/generic/config-4.14 diff --git a/target/linux/x86/geode/config-default b/target/linux/x86/geode/config-4.14 similarity index 100% rename from target/linux/x86/geode/config-default rename to target/linux/x86/geode/config-4.14 diff --git a/target/linux/x86/legacy/config-default b/target/linux/x86/legacy/config-4.14 similarity index 100% rename from target/linux/x86/legacy/config-default rename to target/linux/x86/legacy/config-4.14