index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
include
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Florian Fainelli <florian@openwrt.org>
2008-01-02 15:18:24 +0000
committer
Florian Fainelli <florian@openwrt.org>
2008-01-02 15:18:24 +0000
commit
162f0194a155e46064ad282f60fe47865a4a0130
(
patch
)
tree
ce384122d687f611891c73cd48d2e0dec75f134d
/
include
parent
eff65775c4e2518ec7b0c0c19d7b6675ac5862a1
(
diff
)
Fix typo
SVN-Revision: 10084
Diffstat
(limited to 'include')
-rw-r--r--
include/download.mk
1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/download.mk b/include/download.mk
index b93b774b97..0558d4979e 100644
--- a/
include/download.mk
+++ b/
include/download.mk
@@ -16,6 +16,7 @@ $(strip \
$(if $(filter svn://%,$(1)),svn, \
$(if $(filter cvs://%,$(1)),cvs, \
unknown \
+ ) \
) \
) \
) \