summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-09-04 01:33:45 +0000
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-09-04 01:33:45 +0000
commit0ee8cd1e004845020b4273c4de95db77a073a750 (patch)
tree0e8c3fb0a4af1e44f6cfdd4e837987f19ab2ee92 /openwrt
parente3a5f7bb49f04dd8bd2804c35ff6e22cdb88f7c8 (diff)
downloadmtk-20170518-0ee8cd1e004845020b4273c4de95db77a073a750.zip
mtk-20170518-0ee8cd1e004845020b4273c4de95db77a073a750.tar.gz
mtk-20170518-0ee8cd1e004845020b4273c4de95db77a073a750.tar.bz2
use nvram binary only for 2.4.30 system at the moment
SVN-Revision: 1843
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/package/nvram/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/nvram/Makefile b/openwrt/package/nvram/Makefile
index 9885f99..337f722 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)))