diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-04 01:33:45 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-04 01:33:45 +0000 |
commit | b8e37e3720d364395c2063dd8951712d17fd88fd (patch) | |
tree | 0e8c3fb0a4af1e44f6cfdd4e837987f19ab2ee92 /openwrt/package/nvram/Makefile | |
parent | 8f989705ca859f8dc00aa0d689373c32b38d00ca (diff) |
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
Diffstat (limited to 'openwrt/package/nvram/Makefile')
-rw-r--r-- | openwrt/package/nvram/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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))) |