Browse Source

rbcfg: make package available for ath79

Signed-off-by: Roger Pueyo Centelles <[email protected]>
Roger Pueyo Centelles 6 years ago
parent
commit
51526bcf1e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/boot/rbcfg/Makefile

+ 1 - 1
package/boot/rbcfg/Makefile

@@ -21,7 +21,7 @@ define Package/rbcfg
   CATEGORY:=Utilities
   SUBMENU:=Boot Loaders
   TITLE:=RouterBOOT configuration tool
-  DEPENDS:=@TARGET_ar71xx
+  DEPENDS:=@(TARGET_ar71xx||TARGET_ath79)
 endef
 
 define Package/rbcfg/description