[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-78-g4ec48de1d
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2019-06-06 15:46:17
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 4ec48de1dd53c82ed3a6a510a35b8fc40c6b333f (commit)
from 40987dbb69989295b9345df6add4f7b37d0aa04d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4ec48de1dd53c82ed3a6a510a35b8fc40c6b333f
Author: Julien BOIBESSOT <jul...@ar...>
Date: Thu Jun 6 17:44:59 2019 +0200
[BUILDROOT] apf28_defconfig: add a linux config as inkernel one doesn't activate wireless by default
-----------------------------------------------------------------------
Summary of changes:
buildroot/configs/apf28_defconfig | 3 ++-
.../apf28/{apf28-linux-3.19.config => apf28-linux-4.9.config} | 7 +++++--
2 files changed, 7 insertions(+), 3 deletions(-)
copy buildroot/target/device/armadeus/apf28/{apf28-linux-3.19.config => apf28-linux-4.9.config} (98%)
diff --git a/buildroot/configs/apf28_defconfig b/buildroot/configs/apf28_defconfig
index 702250f7e..7198ebc48 100644
--- a/buildroot/configs/apf28_defconfig
+++ b/buildroot/configs/apf28_defconfig
@@ -27,7 +27,8 @@ BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.9.173"
BR2_LINUX_KERNEL_PATCH="../patches/linux/4.9"
-BR2_LINUX_KERNEL_DEFCONFIG="mxs"
+BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_BOARD_PATH)/apf28-linux-4.9.config"
BR2_LINUX_KERNEL_UIMAGE=y
BR2_LINUX_KERNEL_UIMAGE_LOADADDR="40008000"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
diff --git a/buildroot/target/device/armadeus/apf28/apf28-linux-3.19.config b/buildroot/target/device/armadeus/apf28/apf28-linux-4.9.config
similarity index 98%
copy from buildroot/target/device/armadeus/apf28/apf28-linux-3.19.config
copy to buildroot/target/device/armadeus/apf28/apf28-linux-4.9.config
index 384cd1104..2da0417f9 100644
--- a/buildroot/target/device/armadeus/apf28/apf28-linux-3.19.config
+++ b/buildroot/target/device/armadeus/apf28/apf28-linux-4.9.config
@@ -2,6 +2,8 @@
# CONFIG_SWAP is not set
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
+CONFIG_NO_HZ_IDLE=y
+CONFIG_HIGH_RES_TIMERS=y
CONFIG_LOG_BUF_SHIFT=14
CONFIG_EMBEDDED=y
# CONFIG_COMPAT_BRK is not set
@@ -21,6 +23,7 @@ CONFIG_AEABI=y
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
CONFIG_CPU_IDLE=y
+CONFIG_CPU_IDLE_GOV_LADDER=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
CONFIG_NET=y
CONFIG_PACKET=y
@@ -72,9 +75,9 @@ CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_LOGGING=y
CONFIG_SCSI_SCAN_ASYNC=y
CONFIG_NETDEVICES=y
-CONFIG_RTL8187=m
CONFIG_RT2X00=m
CONFIG_RT73USB=m
+CONFIG_RTL8187=m
CONFIG_ZD1211RW=m
CONFIG_INPUT_JOYDEV=y
CONFIG_INPUT_EVDEV=y
@@ -151,8 +154,8 @@ CONFIG_RTC_DRV_STMP=y
CONFIG_DMADEVICES=y
CONFIG_MXS_DMA=y
CONFIG_STAGING=y
-CONFIG_MXS_LRADC=y
CONFIG_IIO=y
+CONFIG_MXS_LRADC=y
CONFIG_PWM=y
CONFIG_PWM_MXS=y
CONFIG_EXT2_FS=y
hooks/post-receive
--
armadeus
|