[Armadeus-commitlog] armadeus branch, master, updated. release-3.2-362-g5a6d900
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2010-05-21 07:55:13
|
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 5a6d90070886315eeaf12fb8b57d93494725b79a (commit)
via 1abc6e04ef2708362cd00f5780d9c4a9fff2647f (commit)
from db19988720eb36850d5783e62d3d3ea54e0e5397 (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 5a6d90070886315eeaf12fb8b57d93494725b79a
Author: Julien Boibessot <jul...@ar...>
Date: Thu May 20 21:14:58 2010 +0200
Typo...
commit 1abc6e04ef2708362cd00f5780d9c4a9fff2647f
Author: Julien Boibessot <jul...@ar...>
Date: Thu May 20 21:14:19 2010 +0200
[BUILDROOT] Convert lsof to DOWNLOAD helper
-----------------------------------------------------------------------
Summary of changes:
.../110-lsof-convert_to_DOWNLOAD_helper.patch | 15 +++++++++++++++
target/test/test_wifi.sh | 2 +-
2 files changed, 16 insertions(+), 1 deletions(-)
create mode 100644 patches/buildroot/110-lsof-convert_to_DOWNLOAD_helper.patch
diff --git a/patches/buildroot/110-lsof-convert_to_DOWNLOAD_helper.patch b/patches/buildroot/110-lsof-convert_to_DOWNLOAD_helper.patch
new file mode 100644
index 0000000..274ed2c
--- /dev/null
+++ b/patches/buildroot/110-lsof-convert_to_DOWNLOAD_helper.patch
@@ -0,0 +1,15 @@
+Not needed with recent BR.
+
+Index: buildroot/package/lsof/lsof.mk
+===================================================================
+--- buildroot.orig/package/lsof/lsof.mk 2010-05-20 21:11:44.000000000 +0200
++++ buildroot/package/lsof/lsof.mk 2010-05-20 21:12:13.000000000 +0200
+@@ -21,7 +21,7 @@
+ endif
+
+ $(DL_DIR)/$(LSOF_SOURCE):
+- $(WGET) -P $(DL_DIR) $(LSOF_SITE)/$(LSOF_SOURCE)
++ $(call DOWNLOAD,$(LSOF_SITE),$(LSOF_SOURCE))
+
+ lsof-source: $(DL_DIR)/$(LSOF_SOURCE)
+
diff --git a/target/test/test_wifi.sh b/target/test/test_wifi.sh
index e276746..a83d78e 100755
--- a/target/test/test_wifi.sh
+++ b/target/test/test_wifi.sh
@@ -50,7 +50,7 @@ test_wifi()
ask_user_choice "Which one is your AP ?" $AP_LIST
AP="$answer"
echo "Choosed: $AP"
- ask_user "Please enter you WEP key (default=$DEFAULT_WEP_KEY)"
+ ask_user "Please enter your WEP key (default=$DEFAULT_WEP_KEY)"
if [ "$response" == "" ]; then
WEP_KEY=$DEFAULT_WEP_KEY
else
hooks/post-receive
--
armadeus
|