diff options
| author | Roger Pueyo Centelles | 2019-11-28 12:11:59 +0000 |
|---|---|---|
| committer | Adrian Schmutzler | 2020-01-23 14:28:02 +0000 |
| commit | 51526bcf1e4f67dae8d6d0266dd6b740cb3ae364 (patch) | |
| tree | d494cc3f85606ee86b132c87cd548b2b81308105 | |
| parent | c07f6e8659ea1348c75c04dac2924616f0042293 (diff) | |
| download | openwrt-51526bcf1e4f67dae8d6d0266dd6b740cb3ae364.tar.gz | |
rbcfg: make package available for ath79
Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
| -rw-r--r-- | package/boot/rbcfg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |