X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/74603333d2e6aa6f2253c686439916db6bae0968..e2e1aff44f063dd354505f06e8e7f92dd966e194:/target/linux/linux-2.6/Makefile diff --git a/target/linux/linux-2.6/Makefile b/target/linux/linux-2.6/Makefile index f961b7c36..f18e25d47 100644 --- a/target/linux/linux-2.6/Makefile +++ b/target/linux/linux-2.6/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk include ../rules.mk KERNEL:=2.6 -LINUX_VERSION:=2.6.15-rc6 -LINUX_KERNEL_MD5SUM:=eeead0b884811411fd2df8520744b253 -LINUX_SITE=http://www.fi.kernel.org/pub/linux/kernel/v2.6/testing \ - http://www.fr.kernel.org/pub/linux/kernel/v2.6/testing \ - http://www.kernel.org/pub/linux/kernel/v2.6/testing \ - http://www.de.kernel.org/pub/linux/kernel/v2.6/testing +LINUX_VERSION:=2.6.15 +LINUX_KERNEL_MD5SUM:=cdf95e00f5111e31f78e1d97304d9522 +LINUX_SITE=http://www.fi.kernel.org/pub/linux/kernel/v2.6 \ + http://www.fr.kernel.org/pub/linux/kernel/v2.6 \ + http://www.kernel.org/pub/linux/kernel/v2.6 \ + http://www.de.kernel.org/pub/linux/kernel/v2.6 MODULES_SUBDIR:=lib/modules/$(LINUX_VERSION) LINUX_KCONFIG:=./config/$(BOARD) LINUX_BUILD_DIR:=$(BUILD_DIR)/linux-2.6-$(BOARD) @@ -368,7 +368,7 @@ $(eval $(call KMOD_template,USB_SERIAL_PL2303,usb-serial-pl2303,\ ,CONFIG_USB_SERIAL_PL2303,kmod-usb-serial,61,pl2303)) $(eval $(call KMOD_template,USB_SERIAL_VISOR,usb-serial-visor,\ - $(MODULES_DIR)/kernel/drivers/usb/serial/visor.o \ + $(MODULES_DIR)/kernel/drivers/usb/serial/visor.ko \ ,CONFIG_USB_SERIAL_VISOR,kmod-usb-serial,61,visor)) $(eval $(call KMOD_template,USB_STORAGE,usb-storage,\