1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 21:39:49 +03:00

use nvram binary only for 2.4.30 system at the moment

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1843 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
wbx 2005-09-04 01:33:45 +00:00
parent 8f989705ca
commit b8e37e3720

View File

@ -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)))