projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix divisor settings for external devices like wireless devices, thanks sn9
[openwrt.git]
/
tools
/
mtd-utils
/
Makefile
diff --git
a/tools/mtd-utils/Makefile
b/tools/mtd-utils/Makefile
index
bc15f0a
..
cc4ae9a
100644
(file)
--- a/
tools/mtd-utils/Makefile
+++ b/
tools/mtd-utils/Makefile
@@
-14,13
+14,13
@@
PKG_SOURCE_URL=http://ftp.debian.org/debian/pool/main/m/mtd
PKG_MD5SUM:=1f42c2cae08eb9e7b52d0c188f8d6338
PKG_CAT:=zcat
PKG_MD5SUM:=1f42c2cae08eb9e7b52d0c188f8d6338
PKG_CAT:=zcat
-PKG_BUILD_DIR:=$(
TOOL_BUILD_DIR
)/$(PKG_NAME)-$(PKG_VERSION).orig
+PKG_BUILD_DIR:=$(
BUILD_DIR_HOST
)/$(PKG_NAME)-$(PKG_VERSION).orig
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/host-build.mk
-CFLAGS := $(HOST
CFLAGS) -O2
-I../include
+CFLAGS := $(HOST
_CFLAGS)
-I../include
ifneq ($(HOST_OS),Linux)
ifneq ($(HOST_OS),Linux)
-CFLAGS += -Dloff_t=off_t -D__BYTE_ORDER=BYTE_ORDER -
I$(STAGING_DIR)/include-host -
include getline.h -include endian.h
+CFLAGS += -Dloff_t=off_t -D__BYTE_ORDER=BYTE_ORDER -include getline.h -include endian.h
endif
define Build/Compile
endif
define Build/Compile
@@
-28,12
+28,11
@@
define Build/Compile
endef
define Build/Install
endef
define Build/Install
- mkdir -p $(STAGING_DIR)/bin
- $(CP) $(PKG_BUILD_DIR)/util/mkfs.jffs2 $(STAGING_DIR)/bin/
+ $(CP) $(PKG_BUILD_DIR)/util/mkfs.jffs2 $(STAGING_DIR_HOST)/bin/
endef
define Build/Clean
endef
define Build/Clean
- rm -f $(STAGING_DIR)/bin/mkfs.jffs2
+ rm -f $(STAGING_DIR
_HOST
)/bin/mkfs.jffs2
endef
$(eval $(call HostBuild))
endef
$(eval $(call HostBuild))
This page took
0.035503 seconds
and
4
git commands to generate.