fix the broken build for brcm 2.4, idea from nbd
SVN-Revision: 1887
This commit is contained in:
parent
cf4b788918
commit
5c212023d2
2 changed files with 2 additions and 3 deletions
|
@ -372,6 +372,7 @@ $(STAMP_DIR):
|
|||
TARGET_DIR="$(TARGET_DIR)" \
|
||||
IPKG_CONF="$(IPKG_CONF)" \
|
||||
BOARD="$(BOARD)" \
|
||||
KERNEL="$(KERNEL)" \
|
||||
install
|
||||
|
||||
%-rebuild:
|
||||
|
|
|
@ -10,13 +10,11 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
|
|||
include $(TOPDIR)/package/rules.mk
|
||||
|
||||
# does not depend on menuconfig
|
||||
ifneq ($(BOARD),brcm)
|
||||
ifneq ($(BOARD)-$(KERNEL),brcm-2.4)
|
||||
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