projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f81587b
)
fix typo in mtd package
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 21 Jul 2005 11:33:05 +0000
(11:33 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 21 Jul 2005 11:33:05 +0000
(11:33 +0000)
SVN-Revision: 1516
openwrt/package/mtd/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/mtd/Makefile
b/openwrt/package/mtd/Makefile
index 4975469844994e829379e776ac081f9e5fa304b5..bfbb301e4c867fb2bc72440ac7e8421535a4deb9 100644
(file)
--- a/
openwrt/package/mtd/Makefile
+++ b/
openwrt/package/mtd/Makefile
@@
-22,5
+22,5
@@
$(PKG_BUILD_DIR)/.built:
$(IPKG_MTD):
install -d -m0755 $(IDIR_MTD)/sbin
install -m0755 $(PKG_BUILD_DIR)/mtd $(IDIR_MTD)/sbin
- $(RSTRIP) $(
_IPK_DIR
)/sbin/*
+ $(RSTRIP) $(
IDIR_MTD
)/sbin/*
$(IPKG_BUILD) $(IDIR_MTD) $(PACKAGE_DIR)