use nvram binary only for 2.4.30 system at the moment
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>
Sun, 4 Sep 2005 01:33:45 +0000 (01:33 +0000)
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>
Sun, 4 Sep 2005 01:33:45 +0000 (01:33 +0000)
SVN-Revision: 1843

openwrt/package/nvram/Makefile

index 9885f99089e9deef55c4d66bbab7186b1a41263b..337f722b51992af91a4f0bbf3a45d9ab2279f314 100644 (file)
@@ -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)))