mirror of https://github.com/hak5/openwrt-owl.git
parent
e3a5f7bb49
commit
0ee8cd1e00
|
@ -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