Hi, This is the fourth attempt at using the defconfig mechanism for the kernel configuration instead of having full fledged configuration written by hand, and very tedious to maintain.
Changes from v3: - Simplify a bit the LINUX_KARCH logic in order to use findstring instead of a long list of if .. else if statements Changes from v2: - Switch to LINUX_KARCH for the kernel arch instead of relying on our own logic Changes from v1: - Add some logic to compute the linux kernel architecture that doesn't always equal to ARCH Maxime Ripard (4): kernel.mk: Refactor LINUX_KARCH affectation kernel.mk: Handle the x86_64 LINUX_KARCH case kernel: Use defconfig instead of full fledged kernel configuration kernel: 3.18: Strip off all the useless options include/kernel-defaults.mk | 24 +- include/kernel.mk | 15 +- target/linux/generic/config-3.18 | 4404 +------------------------------------- 3 files changed, 39 insertions(+), 4404 deletions(-) -- 2.2.0 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel