diff options
| author | Gabor Juhos | 2014-03-27 07:06:23 +0000 |
|---|---|---|
| committer | Gabor Juhos | 2014-03-27 07:06:23 +0000 |
| commit | 66e2eff32e3c8fb54f6a7998469d2dbfb24dab97 (patch) | |
| tree | 77b0f2d00edaca55f292ffd33dc22f384a4047bd | |
| parent | 6c8a4686d8a880da8240440a64d7c9ef2696a97d (diff) | |
| download | packages-66e2eff32e3c8fb54f6a7998469d2dbfb24dab97.tar.gz | |
packages/hping3: fix whitespaces
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40260
| -rw-r--r-- | net/hping3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/hping3/Makefile b/net/hping3/Makefile index a947d742b..9d62db24b 100644 --- a/net/hping3/Makefile +++ b/net/hping3/Makefile @@ -29,11 +29,11 @@ define Package/hping3/description hping is a command-line oriented TCP/IP packet assembler/analyzer. The interface is inspired to the ping(8) unix command, but hping isn't only able to send ICMP echo requests. It supports TCP, UDP, ICMP and RAW-IP protocols, has a traceroute mode, the - ability to send files between a covered channel, and many other features. + ability to send files between a covered channel, and many other features. endef define Build/Configure -endef +endef define Package/hping3/install $(INSTALL_DIR) $(1)/usr/sbin |