From 0ee8cd1e004845020b4273c4de95db77a073a750 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 4 Sep 2005 01:33:45 +0000 Subject: [PATCH] use nvram binary only for 2.4.30 system at the moment SVN-Revision: 1843 --- openwrt/package/nvram/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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))) -- 2.25.1