From b8e37e3720d364395c2063dd8951712d17fd88fd Mon Sep 17 00:00:00 2001
From: wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Sun, 4 Sep 2005 01:33:45 +0000
Subject: use nvram binary only for 2.4.30 system at the moment

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1843 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 openwrt/package/nvram/Makefile | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'openwrt')

diff --git a/openwrt/package/nvram/Makefile b/openwrt/package/nvram/Makefile
index 9885f9908..337f722b5 100644
--- a/openwrt/package/nvram/Makefile
+++ b/openwrt/package/nvram/Makefile
@@ -13,8 +13,10 @@ include $(TOPDIR)/package/rules.mk
 ifneq ($(BOARD),brcm)
 BR2_PACKAGE_NVRAM:=m
 else
+ifeq ($(LINUX_VERSION),2.4.30)
 BR2_PACKAGE_NVRAM:=y
 endif
+endif
 
 $(eval $(call PKG_template,NVRAM,nvram,$(PKG_RELEASE),$(ARCH)))
 
-- 
cgit v1.2.3