X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=openwrt%2Ftarget%2Flinux%2Flinux-2.6%2FMakefile;fp=openwrt%2Ftarget%2Flinux%2Flinux-2.6%2FMakefile;h=30b2d79814394f32219db77544a5649166f64016;hp=55d7b0f07689bd03bd4fd71e181cb3a7ddfc5e46;hb=dead8419abfac793a4b9ca4021ddcf26148b7f3e;hpb=ad637a52f307ab18e50ec065a07fed859d148491 diff --git a/openwrt/target/linux/linux-2.6/Makefile b/openwrt/target/linux/linux-2.6/Makefile index 55d7b0f076..30b2d79814 100644 --- a/openwrt/target/linux/linux-2.6/Makefile +++ b/openwrt/target/linux/linux-2.6/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk include ../rules.mk KERNEL:=2.6 -LINUX_VERSION:=2.6.12.5 -LINUX_KERNEL_MD5SUM:=076f0dc714112c764c790fbaef19e228 -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 +LINUX_VERSION:=2.6.15-rc5 +LINUX_KERNEL_MD5SUM:=1b430bfd22f4094bf1bdc1a5ceb6b6a2 +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 MODULES_SUBDIR:=lib/modules/$(LINUX_VERSION) LINUX_KCONFIG:=./config/$(BOARD) LINUX_BUILD_DIR:=$(BUILD_DIR)/linux-2.6-$(BOARD) @@ -79,9 +79,9 @@ $(eval $(call KMOD_template,PPP,ppp,\ $(MODULES_DIR)/kernel/drivers/net/slhc.ko \ ,CONFIG_PPP)) -$(eval $(call KMOD_template,MPPE,mppe,\ - $(MODULES_DIR)/kernel/drivers/net/ppp_mppe_mppc.ko \ -,CONFIG_PPP_MPPE_MPPC)) +#$(eval $(call KMOD_template,MPPE,mppe,\ +# $(MODULES_DIR)/kernel/drivers/net/ppp_mppe_mppc.ko \ +#,CONFIG_PPP_MPPE_MPPC)) $(eval $(call KMOD_template,PPPOATM,pppoatm,\ $(MODULES_DIR)/kernel/net/atm/pppoatm.ko \ @@ -338,9 +338,9 @@ $(eval $(call KMOD_template,USB_ACM,usb-acm,\ $(MODULES_DIR)/kernel/drivers/usb/class/cdc-acm.ko \ ,CONFIG_USB_ACM)) -$(eval $(call KMOD_template,USB_AUDIO,usb-audio,\ - $(MODULES_DIR)/kernel/drivers/usb/class/audio.ko \ -,CONFIG_USB_AUDIO,kmod-soundcore kmod-usb-core,61,audio)) +#$(eval $(call KMOD_template,USB_AUDIO,usb-audio,\ +# $(MODULES_DIR)/kernel/drivers/usb/class/audio.ko \ +#,CONFIG_USB_AUDIO,kmod-soundcore kmod-usb-core,61,audio)) $(eval $(call KMOD_template,USB_PRINTER,usb-printer,\ $(MODULES_DIR)/kernel/drivers/usb/class/usblp.ko \