diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-07-01 01:52:56 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-07-01 01:52:56 +0000 |
commit | 9bf1758ae6ddf93cd8f8d7e591b33fcf373ad948 (patch) | |
tree | d123919242435e45109a4dad19a4e5dc492746c2 /contrib/package/sysupgrade-atheros/files | |
parent | 0179c5ea05fcb01eebfceda5e5fe4373d7f8b163 (diff) |
contrib/package: extend sysupgrade support to ar71xx target (untested)
Diffstat (limited to 'contrib/package/sysupgrade-atheros/files')
-rw-r--r-- | contrib/package/sysupgrade-atheros/files/lib/upgrade/platform.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |