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:
728d14d
)
The version of squid we are pacaking only supports 2.6 kernels see #1839
author
Florian Fainelli
<florian@openwrt.org>
Fri, 21 Dec 2007 08:26:46 +0000
(08:26 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Fri, 21 Dec 2007 08:26:46 +0000
(08:26 +0000)
SVN-Revision: 9817
net/squid/Makefile
patch
|
blob
|
history
diff --git
a/net/squid/Makefile
b/net/squid/Makefile
index b0b4d252130439cbef0b9e3fbec88a1bfd420dca..a075e7577d3d64f4c32c8a06c272eb6166560c0f 100644
(file)
--- a/
net/squid/Makefile
+++ b/
net/squid/Makefile
@@
-30,7
+30,7
@@
endef
define Package/squid
$(call Package/squid/Default)
MENU:=1
- DEPENDS:=+libopenssl +libpthread
+ DEPENDS:=+libopenssl +libpthread
@LINUX_2_6
TITLE:=full-featured Web proxy cache
endef