[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-476-g935aaae
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2012-08-08 13:51:29
|
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 935aaaec899bab7f6d69458074d2ede3193deaea (commit)
from 7b266ecbdf985d6a794cb2399dc896d32bc62883 (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 935aaaec899bab7f6d69458074d2ede3193deaea
Author: Julien Boibessot <jul...@ar...>
Date: Wed Aug 8 15:45:54 2012 +0200
[TESTS] Fixes APF51 Wi-Fi and gpiolib tests
-----------------------------------------------------------------------
Summary of changes:
buildroot/configs/apf51test_defconfig | 6 +++---
.../armadeus/apf51/apf51test-linux-2.6.38.8.config | 1 +
...2.6.38.config => apf51test-linux-2.6.38.config} | 1 -
3 files changed, 4 insertions(+), 4 deletions(-)
create mode 120000 buildroot/target/device/armadeus/apf51/apf51test-linux-2.6.38.8.config
copy buildroot/target/device/armadeus/apf51/{apf51-linux-2.6.38.config => apf51test-linux-2.6.38.config} (99%)
diff --git a/buildroot/configs/apf51test_defconfig b/buildroot/configs/apf51test_defconfig
index e01a13c..a08b953 100644
--- a/buildroot/configs/apf51test_defconfig
+++ b/buildroot/configs/apf51test_defconfig
@@ -101,10 +101,10 @@ BR2_PACKAGE_SLIDESHOW=y
BR2_PACKAGE_SDL_WATER=y
BR2_PACKAGE_DBUS=y
BR2_PACKAGE_E2FSPROGS=y
-BR2_PACKAGE_FIRMWARE=y
-BR2_PACKAGE_FIRMWARE_88W8686=y
BR2_PACKAGE_GPSD=y
BR2_PACKAGE_I2C_TOOLS=y
+BR2_PACKAGE_LINUX_FIRMWARE=y
+BR2_PACKAGE_LINUX_FIRMWARE_88W8686=y
BR2_PACKAGE_INPUT_TOOLS=y
BR2_PACKAGE_MTD=y
BR2_PACKAGE_MTD_JFFS2DUMP=y
@@ -160,4 +160,4 @@ BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.38.8"
BR2_LINUX_KERNEL_PATCH="../patches/linux/$(BR2_LINUX_KERNEL_VERSION)"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_BOARD_PATH)/$(BR2_BOARD_NAME)-linux-$(BR2_LINUX_KERNEL_VERSION).config"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_BOARD_PATH)/$(BR2_BOARD_NAME)test-linux-$(BR2_LINUX_KERNEL_VERSION).config"
diff --git a/buildroot/target/device/armadeus/apf51/apf51test-linux-2.6.38.8.config b/buildroot/target/device/armadeus/apf51/apf51test-linux-2.6.38.8.config
new file mode 120000
index 0000000..b4fe1c5
--- /dev/null
+++ b/buildroot/target/device/armadeus/apf51/apf51test-linux-2.6.38.8.config
@@ -0,0 +1 @@
+apf51test-linux-2.6.38.config
\ No newline at end of file
diff --git a/buildroot/target/device/armadeus/apf51/apf51-linux-2.6.38.config b/buildroot/target/device/armadeus/apf51/apf51test-linux-2.6.38.config
similarity index 99%
copy from buildroot/target/device/armadeus/apf51/apf51-linux-2.6.38.config
copy to buildroot/target/device/armadeus/apf51/apf51test-linux-2.6.38.config
index bb22dc4..2ba4d11 100644
--- a/buildroot/target/device/armadeus/apf51/apf51-linux-2.6.38.config
+++ b/buildroot/target/device/armadeus/apf51/apf51test-linux-2.6.38.config
@@ -240,7 +240,6 @@ CONFIG_MMC_SDHCI_ESDHC_IMX=y
CONFIG_MMC_SPI=m
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y
-CONFIG_LEDS_GPIO=y
CONFIG_LEDS_WM831X_STATUS=m
CONFIG_LEDS_TRIGGERS=y
CONFIG_LEDS_TRIGGER_TIMER=y
hooks/post-receive
--
armadeus
|