From 8708732e9c55243f0a353227c661a3144bc1930d Mon Sep 17 00:00:00 2001 From: Sebastian Sumpf Date: Fri, 17 May 2013 14:56:50 +0200 Subject: [PATCH] usb: Upgrade to Linux-3.9.0 stack --- dde_linux/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dde_linux/Makefile b/dde_linux/Makefile index e6b15d4a1..6f3dc2761 100644 --- a/dde_linux/Makefile +++ b/dde_linux/Makefile @@ -9,9 +9,9 @@ VERBOSE ?= @ ECHO = @echo PATCHES := $(shell find patches -name \*.patch) -LINUX = linux-3.9-rc8 +LINUX = linux-3.9 LINUX_TBZ2 = $(LINUX).tar.bz2 -LINUX_URL = http://www.kernel.org/pub/linux/kernel/v3.x/testing/$(LINUX_TBZ2) +LINUX_URL = http://www.kernel.org/pub/linux/kernel/v3.x/$(LINUX_TBZ2) # Linux utilities CONTENT += include/linux/list.h