contrib/package: extend sysupgrade support to ar71xx target (untested)
This commit is contained in:
parent
0179c5ea05
commit
9bf1758ae6
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue