X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/b401d50c8b3b367ea61af8fdf2ce44440a51a3a8..e85b14fba4f60938c973cda30865dbd0bbbd0d65:/openwrt/package/nvram/Makefile?ds=sidebyside diff --git a/openwrt/package/nvram/Makefile b/openwrt/package/nvram/Makefile index 9885f9908..337f722b5 100644 --- 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)))