From: florian Date: Fri, 21 Dec 2007 08:26:46 +0000 (+0000) Subject: The version of squid we are pacaking only supports 2.6 kernels see #1839 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=1e72f5e8cdddc8e5f9b0613a7b783ab2cac0b219;p=packages.git The version of squid we are pacaking only supports 2.6 kernels see #1839 git-svn-id: svn://svn.openwrt.org/openwrt/packages@9817 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/squid/Makefile b/net/squid/Makefile index b0b4d2521..a075e7577 100644 --- 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