[Armadeus-commitlog] armadeus branch, master, updated. release-3.4-264-g24e922c
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2011-06-29 09:57:03
|
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 24e922c55afa9cc019b2b18f4680ac0e98912827 (commit)
from 480409f8f527428b2930771767cc7d532a72cd4a (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 24e922c55afa9cc019b2b18f4680ac0e98912827
Author: Julien Boibessot <jul...@ar...>
Date: Wed Jun 29 11:56:12 2011 +0200
[LINUX] Add PPP support in default APF51 config
-----------------------------------------------------------------------
Summary of changes:
buildroot/configs/apf51_defconfig | 7 +++++--
buildroot/configs/apf51test_defconfig | 7 +++++--
.../armadeus/apf51/apf51-linux-2.6.38.config | 13 +++++++++++--
3 files changed, 21 insertions(+), 6 deletions(-)
diff --git a/buildroot/configs/apf51_defconfig b/buildroot/configs/apf51_defconfig
index 90f9a18..100f47c 100644
--- a/buildroot/configs/apf51_defconfig
+++ b/buildroot/configs/apf51_defconfig
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Buildroot version: 2010.11
-# Tue Jun 28 17:40:48 2011
+# Wed Jun 29 11:46:17 2011
#
BR2_HAVE_DOT_CONFIG=y
BR2_arm=y
@@ -766,8 +766,11 @@ BR2_PACKAGE_NTP=y
# BR2_PACKAGE_OPENSSH is not set
# BR2_PACKAGE_OPENVPN is not set
BR2_PACKAGE_PORTMAP=y
-# BR2_PACKAGE_PPPD is not set
+BR2_PACKAGE_PPPD=y
+# BR2_PACKAGE_PPPD_FILTER is not set
+# BR2_PACKAGE_PPPD_RADIUS is not set
# BR2_PACKAGE_RADVD is not set
+# BR2_PACKAGE_RP_PPPOE is not set
# BR2_PACKAGE_PPTP_LINUX is not set
# BR2_PACKAGE_PROFTPD is not set
# BR2_PACKAGE_QUAGGA is not set
diff --git a/buildroot/configs/apf51test_defconfig b/buildroot/configs/apf51test_defconfig
index d2ff72b..4221fec 100644
--- a/buildroot/configs/apf51test_defconfig
+++ b/buildroot/configs/apf51test_defconfig
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Buildroot version: 2010.11
-# Tue Jun 28 20:45:47 2011
+# Wed Jun 29 11:46:17 2011
#
BR2_HAVE_DOT_CONFIG=y
BR2_arm=y
@@ -811,8 +811,11 @@ BR2_PACKAGE_NTP_NTPDATE=y
# BR2_PACKAGE_OPENSSH is not set
# BR2_PACKAGE_OPENVPN is not set
BR2_PACKAGE_PORTMAP=y
-# BR2_PACKAGE_PPPD is not set
+BR2_PACKAGE_PPPD=y
+# BR2_PACKAGE_PPPD_FILTER is not set
+# BR2_PACKAGE_PPPD_RADIUS is not set
# BR2_PACKAGE_RADVD is not set
+# BR2_PACKAGE_RP_PPPOE is not set
# BR2_PACKAGE_PPTP_LINUX is not set
# BR2_PACKAGE_PROFTPD is not set
# BR2_PACKAGE_QUAGGA is not set
diff --git a/buildroot/target/device/armadeus/apf51/apf51-linux-2.6.38.config b/buildroot/target/device/armadeus/apf51/apf51-linux-2.6.38.config
index aebaa75..aecd820 100644
--- a/buildroot/target/device/armadeus/apf51/apf51-linux-2.6.38.config
+++ b/buildroot/target/device/armadeus/apf51/apf51-linux-2.6.38.config
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux/arm 2.6.38.1 Kernel Configuration
-# Tue Jun 28 17:50:21 2011
+# Wed Jun 29 11:36:27 2011
#
CONFIG_ARM=y
CONFIG_HAVE_PWM=y
@@ -945,8 +945,17 @@ CONFIG_ZD1211RW=m
#
# CAIF transport drivers
#
-# CONFIG_PPP is not set
+CONFIG_PPP=m
+# CONFIG_PPP_MULTILINK is not set
+# CONFIG_PPP_FILTER is not set
+CONFIG_PPP_ASYNC=m
+# CONFIG_PPP_SYNC_TTY is not set
+# CONFIG_PPP_DEFLATE is not set
+# CONFIG_PPP_BSDCOMP is not set
+# CONFIG_PPP_MPPE is not set
+# CONFIG_PPPOE is not set
# CONFIG_SLIP is not set
+CONFIG_SLHC=m
# CONFIG_NETCONSOLE is not set
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set
hooks/post-receive
--
armadeus
|