From: Roger Pueyo Centelles Date: Thu, 28 Nov 2019 12:11:59 +0000 (+0100) Subject: rbcfg: make package available for ath79 X-Git-Tag: v21.02.0-rc1~3949 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=51526bcf1e4f67dae8d6d0266dd6b740cb3ae364 rbcfg: make package available for ath79 Signed-off-by: Roger Pueyo Centelles --- diff --git a/package/boot/rbcfg/Makefile b/package/boot/rbcfg/Makefile index 9d9b97524a..55e0ea7490 100644 --- a/package/boot/rbcfg/Makefile +++ b/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