projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
precompile ppp active filter (reduces libpcap overhead to only a few k), enable by...
[openwrt.git]
/
openwrt
/
package
/
iftop
/
Makefile
diff --git
a/openwrt/package/iftop/Makefile
b/openwrt/package/iftop/Makefile
index
0ef5473
..
02e75ac
100644
(file)
--- a/
openwrt/package/iftop/Makefile
+++ b/
openwrt/package/iftop/Makefile
@@
-55,7
+55,7
@@
$(PKG_BUILD_DIR)/.built:
touch $@
$(IPKG_IFTOP):
-
mkdir -p
$(IDIR_IFTOP)/usr/bin
+
install -d -m0755
$(IDIR_IFTOP)/usr/bin
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/$(PKG_NAME) $(IDIR_IFTOP)/usr/bin/
$(STRIP) $(IDIR_IFTOP)/usr/bin/*
$(IPKG_BUILD) $(IDIR_IFTOP) $(PACKAGE_DIR)
This page took
0.025128 seconds
and
4
git commands to generate.