From: Waldemar Brodkorb Date: Sun, 4 Sep 2005 01:33:45 +0000 (+0000) Subject: use nvram binary only for 2.4.30 system at the moment X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0ee8cd1e004845020b4273c4de95db77a073a750;p=librecmc%2Flibrecmc.git use nvram binary only for 2.4.30 system at the moment SVN-Revision: 1843 --- diff --git a/openwrt/package/nvram/Makefile b/openwrt/package/nvram/Makefile index 9885f99089..337f722b51 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)))