aboutsummaryrefslogtreecommitdiffstats
path: root/package/nvram/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-02-01 01:32:47 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-02-01 01:32:47 +0000
commit5c937a97b08f04224c52d09c4df7fed6442ccb95 (patch)
tree989e2945dd792b870505d80238fa621d78fd0d9f /package/nvram/Makefile
parente0933ce6e6905f886e91fdd4e281ab7eb1aae3b9 (diff)
downloadupstream-5c937a97b08f04224c52d09c4df7fed6442ccb95.tar.gz
upstream-5c937a97b08f04224c52d09c4df7fed6442ccb95.tar.bz2
upstream-5c937a97b08f04224c52d09c4df7fed6442ccb95.zip
nvram: request memory locked pages in mmap() and make it available for ar71xx
SVN-Revision: 19486
Diffstat (limited to 'package/nvram/Makefile')
-rw-r--r--package/nvram/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/nvram/Makefile b/package/nvram/Makefile
index c2270714fd..f5eba9e2b6 100644
--- a/package/nvram/Makefile
+++ b/package/nvram/Makefile
@@ -18,7 +18,7 @@ define Package/nvram
SECTION:=utils
CATEGORY:=Base system
TITLE:=Userspace port of the Broadcom NVRAM manipulation tool
- DEPENDS:=@TARGET_brcm_2_4||@TARGET_brcm47xx
+ DEPENDS:=@TARGET_brcm_2_4||@TARGET_brcm47xx||@TARGET_ar71xx
endef
define Package/nvram/description