X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/a6327265c728d29df7a5b677104f591925c2e124..e2e1aff44f063dd354505f06e8e7f92dd966e194:/target/linux/linux-2.6/Makefile diff --git a/target/linux/linux-2.6/Makefile b/target/linux/linux-2.6/Makefile index 423be9f6e..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) @@ -58,6 +58,7 @@ include ../netfilter.mk $(eval $(call KMOD_template,ATM,atm,\ $(MODULES_DIR)/kernel/net/atm/atm.ko \ $(MODULES_DIR)/kernel/net/atm/br2684.ko \ + $(MODULES_DIR)/kernel/drivers/atm/atmtcp.ko \ ,CONFIG_ATM,,50,atm)) $(eval $(call KMOD_template,GRE,gre,\ @@ -366,12 +367,19 @@ $(eval $(call KMOD_template,USB_SERIAL_PL2303,usb-serial-pl2303,\ $(MODULES_DIR)/kernel/drivers/usb/serial/pl2303.ko \ ,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.ko \ +,CONFIG_USB_SERIAL_VISOR,kmod-usb-serial,61,visor)) + $(eval $(call KMOD_template,USB_STORAGE,usb-storage,\ $(MODULES_DIR)/kernel/drivers/scsi/scsi_mod.ko \ $(MODULES_DIR)/kernel/drivers/scsi/sd_mod.ko \ $(MODULES_DIR)/kernel/drivers/usb/storage/usb-storage.ko \ ,CONFIG_USB_STORAGE,kmod-usb-core,60,scsi_mod sd_mod usb-storage)) +$(eval $(call KMOD_template,USB_ATM,usb-atm,\ + $(MODULES_DIR)/kernel/drivers/usb/atm/usbatm.ko \ + ,CONFIG_USB_ATM,kmod-usb-atm,50,usb-atm)) # Misc. devices