use nvram binary only for 2.4.30 system at the moment
SVN-Revision: 1843
This commit is contained in:
parent
e3a5f7bb49
commit
0ee8cd1e00
1 changed files with 2 additions and 0 deletions
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue