projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bed6add
)
packages/nuttcp: fix whitespaces
author
Gabor Juhos
<juhosg@openwrt.org>
Thu, 27 Mar 2014 07:05:25 +0000
(07:05 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Thu, 27 Mar 2014 07:05:25 +0000
(07:05 +0000)
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40201
net/nuttcp/Makefile
patch
|
blob
|
history
diff --git
a/net/nuttcp/Makefile
b/net/nuttcp/Makefile
index 72404446c3ab69b79f85582389e0124863364171..cbdbc7df6e99ee36f4a2ef4faca81f92e84d225d 100644
(file)
--- a/
net/nuttcp/Makefile
+++ b/
net/nuttcp/Makefile
@@
-54,7
+54,7
@@
define Package/nuttcp-xinetd/description
$(call Package/nuttcp/Default/description)
This package contains the nuttcp xinetd service files.
endef
-
+
MAKE_FLAGS += \
APP="nuttcp" \
OPT="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) -Wall"