projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4aa2156
)
packages/aircrack-ptw: fix whitespaces
author
Gabor Juhos
<juhosg@openwrt.org>
Thu, 27 Mar 2014 07:04:23 +0000
(07:04 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Thu, 27 Mar 2014 07:04:23 +0000
(07:04 +0000)
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40137
net/aircrack-ptw/Makefile
patch
|
blob
|
history
diff --git
a/net/aircrack-ptw/Makefile
b/net/aircrack-ptw/Makefile
index 5dacde151e913c14279d84888553b88327bbce6c..1aad95af04d4efbf63bc924d9ccb6abab3c6e98f 100644
(file)
--- a/
net/aircrack-ptw/Makefile
+++ b/
net/aircrack-ptw/Makefile
@@
-34,7
+34,7
@@
define Build/Compile
$(TARGET_LDFLAGS) \
-lpcap -o $(PKG_BUILD_DIR)/aircrack-ptw \
$(PKG_BUILD_DIR)/aircrack-ptw.c \
- $(PKG_BUILD_DIR)/aircrack-ptw-lib.c
+ $(PKG_BUILD_DIR)/aircrack-ptw-lib.c
endef
define Package/aircrack-ptw/install