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/Makefile | |
parent | 0179c5ea05fcb01eebfceda5e5fe4373d7f8b163 (diff) |
contrib/package: extend sysupgrade support to ar71xx target (untested)
Diffstat (limited to 'contrib/package/sysupgrade-atheros/Makefile')
-rw-r--r-- | contrib/package/sysupgrade-atheros/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/package/sysupgrade-atheros/Makefile b/contrib/package/sysupgrade-atheros/Makefile index a101455623..e4414b1346 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 |