contrib/package: extend sysupgrade support to ar71xx target (untested)

This commit is contained in:
Jo-Philipp Wich 2009-07-01 01:52:56 +00:00
parent 0179c5ea05
commit 9bf1758ae6
2 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=sysupgrade-atheros PKG_NAME:=sysupgrade-atheros
PKG_RELEASE:=2 PKG_RELEASE:=3
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
@ -17,8 +17,8 @@ define Package/sysupgrade-atheros
SECTION:=luci SECTION:=luci
CATEGORY:=LuCI CATEGORY:=LuCI
SUBMENU:=Freifunk SUBMENU:=Freifunk
TITLE:=Experimental sysupgrade support for Atheros SoC TITLE:=Experimental sysupgrade support for Atheros SoC and AR71xx target (UBNT RS)
DEPENDS:=@TARGET_atheros DEPENDS:=@TARGET_atheros||@TARGET_ar71xx
endef endef
define Package/sysupgrade-atheros/description define Package/sysupgrade-atheros/description

View file

@ -15,7 +15,7 @@ platform_check_image() {
fi fi
;; ;;
*) *)
echo "Invalid image. Use Freifunk .img files on this platform" echo "Invalid image. Use combined .img files on this platform"
return 1 return 1
;; ;;
esac esac