packages: nvram: make it possible to include it for ath79 targets
authorChristian Lamparter <[email protected]>
Fri, 10 Aug 2018 21:24:45 +0000 (23:24 +0200)
committerJo-Philipp Wich <[email protected]>
Tue, 18 Dec 2018 16:47:46 +0000 (17:47 +0100)
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 <[email protected]>
(backported from 7b1b49bd32199e8d0469efc8c02050dd740b744d)

package/utils/nvram/Makefile

index acefe8aec18c734ef8f5db8df92e42433fdd33ae..99897e6f70abd45474211900f6560c02dfcae9c4 100644 (file)
@@ -21,7 +21,7 @@ define Package/nvram
   CATEGORY:=Base system
   TITLE:=Userspace port of the Broadcom NVRAM manipulation tool
   MAINTAINER:=Jo-Philipp Wich <[email protected]>
-  DEPENDS:=@TARGET_brcm47xx||@TARGET_bcm53xx||@TARGET_ar71xx
+  DEPENDS:=@TARGET_brcm47xx||@TARGET_bcm53xx||@TARGET_ar71xx||@TARGET_ath79
 endef
 
 define Package/nvram/description