projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix typo
[openwrt.git]
/
openwrt
/
package
/
nvram
/
Makefile
diff --git
a/openwrt/package/nvram/Makefile
b/openwrt/package/nvram/Makefile
index
9885f99
..
337f722
100644
(file)
--- 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)))
This page took
0.02962 seconds
and
4
git commands to generate.