Changeset 3794

Show
Ignore:
Timestamp:
09/08/08 11:21:18 (3 months ago)
Author:
dnehring
Message:

Update Kernel to 2.4.36.7

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/freewrt_1_0/mk/targets.mk

    r3765 r3794  
    3737# set kernel version 
    3838ifeq ($(KERNEL),2.4) 
    39 KERNEL_VERSION=2.4.36.6 
     39KERNEL_VERSION=2.4.36.7 
    4040KERNEL_RELEASE=1 
    4141KERNEL_MOD_SUFFIX=o 
  • branches/freewrt_1_0/target/linux/brcm-2.4/Makefile

    r3765 r3794  
    77include $(TOPDIR)/rules.mk 
    88 
    9 LINUX_VERSION:=2.4.36.6 
     9LINUX_VERSION:=2.4.36.7 
    1010LINUX_RELEASE:=1 
    11 LINUX_KERNEL_MD5SUM:=69530947c7012ee45715b43f2b3381a1 
     11LINUX_KERNEL_MD5SUM:=3b8f61fec029eb0c61fa4c896e1b5a68 
    1212 
    1313KERNEL:=unknown 
  • branches/freewrt_1_0/target/linux/brcm-2.4/files/etc/network/interfaces

    r3789 r3794  
    1313        broadcast + 
    1414        switch-ports @FWRT_LAN_SWITCH@ 
    15  
    1615 
    1716# WAN port 
     
    6261#       umts-mode umts_first 
    6362# Optinal Watchdog config (possible for other interfaces too) 
    64 #       # this starts a watchdog script that checks if ppp0 is "UP"  
     63#       # this starts a watchdog script that checks if ppp0 is "UP" 
    6564#       watchdog on 
    6665#       # this is optional and if set the watchdog pings this IP regularly 
     
    154153#       # must be 8..63 bytes 
    155154#       wireless-wds-wpa-key key4wdsxxxxx 
    156  
  • branches/freewrt_1_0/toolchain/kernel-headers/Makefile

    r3765 r3794  
    44# linux kernel headers for toolchain 
    55 
    6 LINUX_HEADERS_VERSION=2.4.36.6 
    7 LINUX_KERNEL_MD5SUM:=69530947c7012ee45715b43f2b3381a1 
     6LINUX_HEADERS_VERSION=2.4.36.7 
     7LINUX_KERNEL_MD5SUM:=3b8f61fec029eb0c61fa4c896e1b5a68 
    88LINUX_HEADERS_SITE= \ 
    99                http://www.de.kernel.org/pub/linux/kernel/v2.4 \