[OpenWrt-Devel] [openwrt-devel][PATCH 2/8] at91: bump kernel 4.9 to 4.14

Hauke Mehrtens hauke at hauke-m.de
Sat Oct 20 10:07:42 EDT 2018


On 10/13/2018 12:41 AM, Sandeep Sheriker Mallikarjun wrote:
> Refreshed at91 patches and its configs files.
> 
> Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikarjun at microchip.com>

Please refresh the patches on top of kernel 4.14 with this command:
	make target/linux/{clean,refresh} V=99

Please update the configuration files for the main target:
	make kernel_oldconfig CONFIG_TARGET=target
and for the subtarget:
	make kernel_oldconfig CONFIG_TARGET=subtarget

You should also clean up your configuration files, the one used for
kernel 4.9 has many options set which are not needed. The target
specific kernel configuration file should only contain options which are
specifically needed for your SoC and nothing general.

You should not deactivate CONFIG_WLAN and CONFIG_VLAN_8021Q for example
and I think you also do not have to compile IEEE1588 support into the
kernel, this should be done as a module. This are just some examples.

Please do not set
CONFIG_DEVKMEM=y
CONFIG_DEVMEM=y
This should be done by the central OpenWrt configuration.

Hauke

> ---
>  target/linux/at91/Makefile                         |    2 +-
>  target/linux/at91/{config-4.9 => config-4.14}      |  260 +++-
>  .../100-ARM-at91-build-dtb-for-LMU5000.patch       |   12 +-
>  .../101-ARM-at91-build-dtb-for-q5xr5.patch         |   10 +
>  .../102-ARM-at91-build-dtb-for-wb45n.patch         |   10 +-
>  .../103-ARM-at91-build-dtb-for-wb50n.patch         |    8 +-
>  .../104-ARM-at91-build-dtb-for-sama5d2.patch       | 1576 ++++++++++++++++++++
>  .../101-ARM-at91-build-dtb-for-q5xr5.patch         |   10 -
>  ...4-ARM-at91-build-dtb-for-sama5d27-SOM1-Ek.patch |  893 -----------
>  ...105-ARM-at91-build-dtb-for-sama5d2-ptc-Ek.patch |  435 ------
>  target/linux/at91/sam9x/config-default             |   50 +-
>  target/linux/at91/sama5d2/config-default           |   88 +-
>  target/linux/at91/sama5d3/config-default           |   83 +-
>  target/linux/at91/sama5d4/config-default           |   83 +-
>  14 files changed, 1960 insertions(+), 1560 deletions(-)
>  rename target/linux/at91/{config-4.9 => config-4.14} (70%)
>  rename target/linux/at91/{patches-4.9 => patches-4.14}/100-ARM-at91-build-dtb-for-LMU5000.patch (51%)
>  create mode 100644 target/linux/at91/patches-4.14/101-ARM-at91-build-dtb-for-q5xr5.patch
>  rename target/linux/at91/{patches-4.9 => patches-4.14}/102-ARM-at91-build-dtb-for-wb45n.patch (63%)
>  rename target/linux/at91/{patches-4.9 => patches-4.14}/103-ARM-at91-build-dtb-for-wb50n.patch (69%)
>  create mode 100644 target/linux/at91/patches-4.14/104-ARM-at91-build-dtb-for-sama5d2.patch
>  delete mode 100644 target/linux/at91/patches-4.9/101-ARM-at91-build-dtb-for-q5xr5.patch
>  delete mode 100644 target/linux/at91/patches-4.9/104-ARM-at91-build-dtb-for-sama5d27-SOM1-Ek.patch
>  delete mode 100644 target/linux/at91/patches-4.9/105-ARM-at91-build-dtb-for-sama5d2-ptc-Ek.patch
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/openwrt-devel/attachments/20181020/bd18e9fd/attachment.sig>
-------------- next part --------------
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list