diff mbox series

[OpenWrt-Devel,1/5] packages: nvram: make it possible to include it for ath79 targets

Message ID 7de6136e734edd56955602e55598b29cfb0fd685.1533936232.git.chunkeey@gmail.com
State Accepted
Delegated to: John Crispin
Headers show
Series [OpenWrt-Devel,1/5] packages: nvram: make it possible to include it for ath79 targets | expand

Commit Message

Christian Lamparter Aug. 10, 2018, 9:24 p.m. UTC
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>
---
 package/utils/nvram/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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