projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
try to prevent autoheader/autoconf/automake invocation,
[openwrt.git]
/
openwrt
/
package
/
nvram
/
Makefile
diff --git
a/openwrt/package/nvram/Makefile
b/openwrt/package/nvram/Makefile
index
337f722
..
b1b87fd
100644
(file)
--- a/
openwrt/package/nvram/Makefile
+++ b/
openwrt/package/nvram/Makefile
@@
-10,13
+10,11
@@
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
include $(TOPDIR)/package/rules.mk
# does not depend on menuconfig
include $(TOPDIR)/package/rules.mk
# does not depend on menuconfig
-ifneq ($(BOARD)
,brcm
)
+ifneq ($(BOARD)
-$(KERNEL),brcm-2.4
)
BR2_PACKAGE_NVRAM:=m
else
BR2_PACKAGE_NVRAM:=m
else
-ifeq ($(LINUX_VERSION),2.4.30)
BR2_PACKAGE_NVRAM:=y
endif
BR2_PACKAGE_NVRAM:=y
endif
-endif
$(eval $(call PKG_template,NVRAM,nvram,$(PKG_RELEASE),$(ARCH)))
$(eval $(call PKG_template,NVRAM,nvram,$(PKG_RELEASE),$(ARCH)))
@@
-41,7
+39,7
@@
$(IPKG_NVRAM):
compile: install-dev
compile: install-dev
-install-dev:
+install-dev:
$(PKG_BUILD_DIR)/.built
mkdir -p $(STAGING_DIR)/usr/lib
cp $(PKG_BUILD_DIR)/*.so $(STAGING_DIR)/usr/lib
mkdir -p $(STAGING_DIR)/usr/lib
cp $(PKG_BUILD_DIR)/*.so $(STAGING_DIR)/usr/lib
This page took
0.021762 seconds
and
4
git commands to generate.