contrib/package: remote-update: now expect "openwrt-atheros-combined.img" since we...
[project/luci.git] / contrib / package / remote-update / Makefile
index c8adcee..f4affb4 100644 (file)
@@ -7,7 +7,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=remote-update
-PKG_RELEASE:=1
+PKG_RELEASE:=3
 
 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
 
@@ -18,7 +18,7 @@ define Package/remote-update
   CATEGORY:=LuCI
   SUBMENU:=Freifunk
   TITLE:=Freifunk remote update utility.
-  DEPENDS:=@TARGET_atheros||@TARGET_ar71xx||@TARGET_brcm-2.4
+  DEPENDS:=@TARGET_atheros||@TARGET_ar71xx||@TARGET_brcm_2_4
 endef
 
 define Package/remote-update/description