From 9bf1758ae6ddf93cd8f8d7e591b33fcf373ad948 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 1 Jul 2009 01:52:56 +0000 Subject: contrib/package: extend sysupgrade support to ar71xx target (untested) --- contrib/package/sysupgrade-atheros/files/lib/upgrade/platform.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/package/sysupgrade-atheros/files') diff --git a/contrib/package/sysupgrade-atheros/files/lib/upgrade/platform.sh b/contrib/package/sysupgrade-atheros/files/lib/upgrade/platform.sh index 2a8c31def9..ac7e62e103 100644 --- a/contrib/package/sysupgrade-atheros/files/lib/upgrade/platform.sh +++ b/contrib/package/sysupgrade-atheros/files/lib/upgrade/platform.sh @@ -15,7 +15,7 @@ platform_check_image() { fi ;; *) - echo "Invalid image. Use Freifunk .img files on this platform" + echo "Invalid image. Use combined .img files on this platform" return 1 ;; esac -- cgit v1.2.3