From: wbx 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-Tag: fast2504n-3.10.28-merged~24319 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=b8e37e3720d364395c2063dd8951712d17fd88fd;p=openwrt.git 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 --- 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)))