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
commit5ebd2ca28a8ac08079aa5cf2e772865f1dafd1da (patch)
treee1865162a0fc1b16e8a56f4d8a602470c1777a18 /package/nvram/Makefile
parente402bf7a8e8b46994e55b661edce25552f8cd167 (diff)
downloadupstream-5ebd2ca28a8ac08079aa5cf2e772865f1dafd1da.tar.gz
upstream-5ebd2ca28a8ac08079aa5cf2e772865f1dafd1da.tar.bz2
upstream-5ebd2ca28a8ac08079aa5cf2e772865f1dafd1da.zip
[package] nvram: request memory locked pages in mmap() and make it available for ar71xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19486 3c298f89-4303-0410-b956-a3cf2f4a3e73
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