From b9328f2e04d44bc43b9d087aeb9b6687bbf5156d Mon Sep 17 00:00:00 2001
From: Gabor Juhos <juhosg@openwrt.org>
Date: Mon, 18 Jan 2010 09:15:35 +0000
Subject: [PATCH] ar71xx: change failsafe message

SVN-Revision: 19221
---
 target/linux/ar71xx/base-files/etc/preinit.arch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ar71xx/base-files/etc/preinit.arch b/target/linux/ar71xx/base-files/etc/preinit.arch
index 637aa5fc50..f770ca3714 100644
--- a/target/linux/ar71xx/base-files/etc/preinit.arch
+++ b/target/linux/ar71xx/base-files/etc/preinit.arch
@@ -49,7 +49,7 @@ ifname=eth0
 
 failsafe_ip
 
-netmsg 192.168.1.255 "Press reset now, to enter Failsafe!"
+netmsg 192.168.1.255 "Press any button now, to enter Failsafe!"
 
 ifconfig "$ifname" 0.0.0.0 down
 
-- 
GitLab