From: Gabor Juhos Date: Mon, 10 Dec 2012 20:27:28 +0000 (+0000) Subject: packages: allow to build usbip on 3.6+ X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=8e35e1d44f4f007487ff1a9394ba5ef42ae46177;p=openwrt%2Fsvn-archive%2Farchive.git packages: allow to build usbip on 3.6+ Signed-off-by: Gabor Juhos SVN-Revision: 34613 --- diff --git a/net/usbip/Makefile b/net/usbip/Makefile index e1111b0a76..740cf48c75 100644 --- a/net/usbip/Makefile +++ b/net/usbip/Makefile @@ -36,7 +36,7 @@ include $(INCLUDE_DIR)/nls.mk define Package/usbip/Common TITLE:=USB-over-IP URL:=http://usbip.sourceforge.net/ - DEPENDS:=@USB_SUPPORT @LINUX_3_3 + DEPENDS:=@USB_SUPPORT MAINTAINER:=Nuno Goncalves endef