projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
2b4469e
)
use nvram binary only for 2.4.30 system at the moment
author
wbx
<wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 4 Sep 2005 01:33:45 +0000
(
01:33
+0000)
committer
wbx
<wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 4 Sep 2005 01:33:45 +0000
(
01:33
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1843
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/nvram/Makefile
patch
|
blob
|
history
diff --git
a/package/nvram/Makefile
b/package/nvram/Makefile
index
9885f99
..
337f722
100644
(file)
--- a/
package/nvram/Makefile
+++ b/
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)))
This page took
0.021277 seconds
and
4
git commands to generate.