diff options
| author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-11-17 17:22:30 +0000 | 
|---|---|---|
| committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-11-17 17:22:30 +0000 | 
| commit | b7f53dca79f9b17cd36c2991a48020aa907f268a (patch) | |
| tree | 58f3a2c81a004528cdca0a722466036fd4ee1ae4 | |
| parent | e541b91d911aeb1aee4d717fba6e203ae3f27485 (diff) | |
update to 2.6.27.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13261 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | include/kernel-version.mk | 4 | ||||
| -rw-r--r-- | target/linux/au1000/Makefile | 2 | ||||
| -rw-r--r-- | target/linux/brcm63xx/Makefile | 2 | ||||
| -rw-r--r-- | target/linux/olpc/Makefile | 2 | 
4 files changed, 5 insertions, 5 deletions
| diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 0ecf1279e..84f1cd3f4 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -28,8 +28,8 @@ endif  ifeq ($(LINUX_VERSION),2.6.26.8)    LINUX_KERNEL_MD5SUM:=05dd0d4f8f110b4219ae6ec7a36c046d  endif -ifeq ($(LINUX_VERSION),2.6.27.5) -  LINUX_KERNEL_MD5SUM:=99b687c0d2c64831cae00a046731ed94 +ifeq ($(LINUX_VERSION),2.6.27.6) +  LINUX_KERNEL_MD5SUM:=e0a2ccc01319efdfd5869345099f06f4  endif  # disable the md5sum check for unknown kernel versions diff --git a/target/linux/au1000/Makefile b/target/linux/au1000/Makefile index 097fa7ab6..bd41a88f8 100644 --- a/target/linux/au1000/Makefile +++ b/target/linux/au1000/Makefile @@ -11,7 +11,7 @@ BOARD:=au1000  BOARDNAME:=RMI/AMD AU1x00  FEATURES:=jffs2 usb pci -LINUX_VERSION:=2.6.27.5 +LINUX_VERSION:=2.6.27.6  include $(INCLUDE_DIR)/target.mk  DEFAULT_PACKAGES += yamonenv diff --git a/target/linux/brcm63xx/Makefile b/target/linux/brcm63xx/Makefile index bca1bc3e4..68078547d 100644 --- a/target/linux/brcm63xx/Makefile +++ b/target/linux/brcm63xx/Makefile @@ -10,7 +10,7 @@ ARCH:=mips  BOARD:=brcm63xx  BOARDNAME:=Broadcom BCM63xx  FEATURES:=squashfs jffs2 usb atm -LINUX_VERSION:=2.6.27.5 +LINUX_VERSION:=2.6.27.6  include $(INCLUDE_DIR)/target.mk diff --git a/target/linux/olpc/Makefile b/target/linux/olpc/Makefile index 455031a9f..a340268b6 100644 --- a/target/linux/olpc/Makefile +++ b/target/linux/olpc/Makefile @@ -11,7 +11,7 @@ BOARD:=olpc  BOARDNAME:=OLPC XO-1  FEATURES:=squashfs ext2 -LINUX_VERSION:=2.6.27.5 +LINUX_VERSION:=2.6.27.6  include $(INCLUDE_DIR)/target.mk  DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci | 
