diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-10 16:57:20 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-10 16:57:20 +0000 |
commit | 294a53092a158aa8b320ad158dbc110844babbfd (patch) | |
tree | c40f182ac225c0cb81021d1b752cf67ae6f886ab /package/nvram/Makefile | |
parent | 12339648a8b6815e59e8463918b6bd05ff337d43 (diff) |
fix the broken build for brcm 2.4, idea from nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1887 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/nvram/Makefile')
-rw-r--r-- | package/nvram/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package/nvram/Makefile b/package/nvram/Makefile index 337f722b5..f7312fe18 100644 --- a/package/nvram/Makefile +++ b/package/nvram/Makefile @@ -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))) |