use nvram binary only for 2.4.30 system at the moment
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1843 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
aa65743a6b
commit
ee3efb4997
|
@ -13,8 +13,10 @@ include $(TOPDIR)/package/rules.mk
|
||||||
ifneq ($(BOARD),brcm)
|
ifneq ($(BOARD),brcm)
|
||||||
BR2_PACKAGE_NVRAM:=m
|
BR2_PACKAGE_NVRAM:=m
|
||||||
else
|
else
|
||||||
|
ifeq ($(LINUX_VERSION),2.4.30)
|
||||||
BR2_PACKAGE_NVRAM:=y
|
BR2_PACKAGE_NVRAM:=y
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
$(eval $(call PKG_template,NVRAM,nvram,$(PKG_RELEASE),$(ARCH)))
|
$(eval $(call PKG_template,NVRAM,nvram,$(PKG_RELEASE),$(ARCH)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue