diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-10-15 11:19:43 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-10-16 10:08:56 +0200 |
commit | 0d0bd8e6da9d93d8b8ae6a936d564fbeb39c6f77 (patch) | |
tree | b0b89421be71510bfc98bda0d3a6e72eb999d008 /target/linux/mpc85xx/patches-4.14/101-powerpc-85xx-hiveap-330-support.patch | |
parent | e80af4b53bc34be2dad0b70b37556d92373c4041 (diff) | |
download | upstream-0d0bd8e6da9d93d8b8ae6a936d564fbeb39c6f77.tar.gz upstream-0d0bd8e6da9d93d8b8ae6a936d564fbeb39c6f77.tar.bz2 upstream-0d0bd8e6da9d93d8b8ae6a936d564fbeb39c6f77.zip |
kernel: bump 4.14 to 4.14.76
Refreshed all patches.
Compile-tested on: ar71xx, cns3xxx, imx6
Runtime-tested on: ar71xx, cns3xxx, imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/mpc85xx/patches-4.14/101-powerpc-85xx-hiveap-330-support.patch')
-rw-r--r-- | target/linux/mpc85xx/patches-4.14/101-powerpc-85xx-hiveap-330-support.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/mpc85xx/patches-4.14/101-powerpc-85xx-hiveap-330-support.patch b/target/linux/mpc85xx/patches-4.14/101-powerpc-85xx-hiveap-330-support.patch index 519566bc15..34568398c2 100644 --- a/target/linux/mpc85xx/patches-4.14/101-powerpc-85xx-hiveap-330-support.patch +++ b/target/linux/mpc85xx/patches-4.14/101-powerpc-85xx-hiveap-330-support.patch @@ -1,9 +1,9 @@ --- a/arch/powerpc/platforms/85xx/Kconfig +++ b/arch/powerpc/platforms/85xx/Kconfig @@ -49,6 +49,17 @@ config BSC9132_QDS - and dual StarCore SC3850 DSP cores. - Manufacturer : Freescale Semiconductor, Inc - + and dual StarCore SC3850 DSP cores. + Manufacturer : Freescale Semiconductor, Inc + +config HIVEAP_330 + bool "Aerohive HiveAP-330" + select DEFAULT_UIMAGE @@ -16,8 +16,8 @@ + Freescale P1020 SoC. + config MPC8540_ADS - bool "Freescale MPC8540 ADS" - select DEFAULT_UIMAGE + bool "Freescale MPC8540 ADS" + select DEFAULT_UIMAGE --- a/arch/powerpc/platforms/85xx/Makefile +++ b/arch/powerpc/platforms/85xx/Makefile @@ -10,6 +10,7 @@ obj-y += common.o |