aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@gmail.com>2018-08-10 23:24:45 +0200
committerJohn Crispin <john@phrozen.org>2018-08-13 08:46:22 +0200
commit7b1b49bd32199e8d0469efc8c02050dd740b744d (patch)
tree9efe85aba3176794c8480f65d436f49d85c539e8
parent09ac4aa86b889446969df10e397798c7fe961515 (diff)
downloadupstream-7b1b49bd32199e8d0469efc8c02050dd740b744d.tar.gz
upstream-7b1b49bd32199e8d0469efc8c02050dd740b744d.tar.bz2
upstream-7b1b49bd32199e8d0469efc8c02050dd740b744d.zip
packages: nvram: make it possible to include it for ath79 targets
The WD My Net Range Extender stores the MAC addresses inside the nvram partition. This utility can extract it, but it's currently not avilable on the ath79 target. Hence, this patch adds the necessary target declaration, so it can be built. Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
-rw-r--r--package/utils/nvram/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/nvram/Makefile b/package/utils/nvram/Makefile
index acefe8aec1..99897e6f70 100644
--- a/package/utils/nvram/Makefile
+++ b/package/utils/nvram/Makefile
@@ -21,7 +21,7 @@ define Package/nvram
CATEGORY:=Base system
TITLE:=Userspace port of the Broadcom NVRAM manipulation tool
MAINTAINER:=Jo-Philipp Wich <xm@subsignal.org>
- DEPENDS:=@TARGET_brcm47xx||@TARGET_bcm53xx||@TARGET_ar71xx
+ DEPENDS:=@TARGET_brcm47xx||@TARGET_bcm53xx||@TARGET_ar71xx||@TARGET_ath79
endef
define Package/nvram/description