projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a332636
)
[packages] axtls: Capitalize axtls' SSL submenu (#5295)
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 6 Jun 2009 18:10:24 +0000
(18:10 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 6 Jun 2009 18:10:24 +0000
(18:10 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16365
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
libs/axtls/Makefile
patch
|
blob
|
history
diff --git
a/libs/axtls/Makefile
b/libs/axtls/Makefile
index
4719cc5
..
a3b797e
100644
(file)
--- a/
libs/axtls/Makefile
+++ b/
libs/axtls/Makefile
@@
-22,7
+22,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/libaxtls
SECTION:=libs
CATEGORY:=Libraries
- SUBMENU:=
ssl
+ SUBMENU:=
SSL
TITLE:=Embedded client/server TLSv1 SSL library
URL:=http://sourceforge.net/projects/axtls
endef