[OpenWrt-Devel] [PATCH v4 0/4] kernel: Switch to the defconfig
Maxime Ripard
maxime.ripard at free-electrons.com
Fri Dec 12 11:02:18 EST 2014
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 at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list