summaryrefslogtreecommitdiffstats
path: root/package/nvram/Makefile
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-04 01:33:45 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-04 01:33:45 +0000
commit2ba9812d31e1d673eefd7afcd70b0fbce90569c8 (patch)
treeb4f8d82fea4b0dd8b9790eaee379722be7f315af /package/nvram/Makefile
parent2b4469e81e6e0b6955fa7b6c5c120b4cce04deb3 (diff)
use nvram binary only for 2.4.30 system at the moment
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1843 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/nvram/Makefile')
-rw-r--r--package/nvram/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/nvram/Makefile b/package/nvram/Makefile
index 9885f9908..337f722b5 100644
--- a/package/nvram/Makefile
+++ b/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)))