summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Juhos2014-03-27 07:06:19 +0000
committerGabor Juhos2014-03-27 07:06:19 +0000
commit83f9d626dbbed6bce2523de768d848ca1defcf11 (patch)
treebb3997a76f2478972026610f8c9de26b395502cb
parentd368fa0ffaf0dcf125e2d4468c282282ab86edc4 (diff)
downloadpackages-83f9d626dbbed6bce2523de768d848ca1defcf11.tar.gz
packages/fping: fix whitespaces
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 40256
-rw-r--r--net/fping/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/net/fping/Makefile b/net/fping/Makefile
index 93f1bc507..fed932beb 100644
--- a/net/fping/Makefile
+++ b/net/fping/Makefile
@@ -25,16 +25,16 @@ define Package/fping
endef
define Package/fping/description
- fping is a ping(1) like program which uses the Internet Control Message Protocol
- (ICMP) echo request to determine if a host is up. fping is different from ping in
- that you can specify any number of hosts on the command line, or specify a file
- containing the lists of hosts to ping. Instead of trying one host until it timeouts
- or replies, fping will send out a ping packet and move on to the next host in a
- round-robin fashion. If a host replies, it is noted and removed from the list of
- hosts to check. If a host does not respond within a certain time limit and/or retry
+ fping is a ping(1) like program which uses the Internet Control Message Protocol
+ (ICMP) echo request to determine if a host is up. fping is different from ping in
+ that you can specify any number of hosts on the command line, or specify a file
+ containing the lists of hosts to ping. Instead of trying one host until it timeouts
+ or replies, fping will send out a ping packet and move on to the next host in a
+ round-robin fashion. If a host replies, it is noted and removed from the list of
+ hosts to check. If a host does not respond within a certain time limit and/or retry
limit it will be considered unreachable.
endef
-
+
define Build/Configure
(cd $(PKG_BUILD_DIR); touch \
configure \
@@ -44,14 +44,14 @@ define Build/Configure
$(call Build/Configure/Default,)
endef
-define Build/Compile
+define Build/Compile
$(MAKE) CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" -C $(PKG_BUILD_DIR) clean $(PKG_NAME)
mv $(PKG_BUILD_DIR)/$(PKG_NAME) $(PKG_BUILD_DIR)/$(PKG_NAME)4
$(MAKE) CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS) -DIPV6=1" -C $(PKG_BUILD_DIR) clean $(PKG_NAME)
mv $(PKG_BUILD_DIR)/$(PKG_NAME) $(PKG_BUILD_DIR)/$(PKG_NAME)6
endef
-define Package/fping/install
+define Package/fping/install
$(INSTALL_DIR) $(1)/usr/bin
$(CP) $(PKG_BUILD_DIR)/fping4 $(1)/usr/bin/
$(CP) $(PKG_BUILD_DIR)/fping6 $(1)/usr/bin/