From: Jo-Philipp Wich Date: Wed, 1 Jul 2009 01:52:56 +0000 (+0000) Subject: contrib/package: extend sysupgrade support to ar71xx target (untested) X-Git-Tag: 0.10.0~1469 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=9bf1758ae6ddf93cd8f8d7e591b33fcf373ad948 contrib/package: extend sysupgrade support to ar71xx target (untested) --- diff --git a/contrib/package/sysupgrade-atheros/Makefile b/contrib/package/sysupgrade-atheros/Makefile index a10145562..e4414b134 100644 --- a/contrib/package/sysupgrade-atheros/Makefile +++ b/contrib/package/sysupgrade-atheros/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sysupgrade-atheros -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) @@ -17,8 +17,8 @@ define Package/sysupgrade-atheros SECTION:=luci CATEGORY:=LuCI SUBMENU:=Freifunk - TITLE:=Experimental sysupgrade support for Atheros SoC - DEPENDS:=@TARGET_atheros + TITLE:=Experimental sysupgrade support for Atheros SoC and AR71xx target (UBNT RS) + DEPENDS:=@TARGET_atheros||@TARGET_ar71xx endef define Package/sysupgrade-atheros/description diff --git a/contrib/package/sysupgrade-atheros/files/lib/upgrade/platform.sh b/contrib/package/sysupgrade-atheros/files/lib/upgrade/platform.sh index 2a8c31def..ac7e62e10 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