upgrade to newest stable kernel versions
SVN-Revision: 15575
This commit is contained in:
parent
e30ebf29ca
commit
86a4a6edb9
21 changed files with 31 additions and 31 deletions
|
@ -25,14 +25,14 @@ endif
|
||||||
ifeq ($(LINUX_VERSION),2.6.26.8)
|
ifeq ($(LINUX_VERSION),2.6.26.8)
|
||||||
LINUX_KERNEL_MD5SUM:=05dd0d4f8f110b4219ae6ec7a36c046d
|
LINUX_KERNEL_MD5SUM:=05dd0d4f8f110b4219ae6ec7a36c046d
|
||||||
endif
|
endif
|
||||||
ifeq ($(LINUX_VERSION),2.6.27.21)
|
ifeq ($(LINUX_VERSION),2.6.27.22)
|
||||||
LINUX_KERNEL_MD5SUM:=2912af7938fae1a3f2a9a6bcf8c0009f
|
LINUX_KERNEL_MD5SUM:=7ae90c041e24941add42a5f6d89a6ab3
|
||||||
endif
|
endif
|
||||||
ifeq ($(LINUX_VERSION),2.6.28.9)
|
ifeq ($(LINUX_VERSION),2.6.28.10)
|
||||||
LINUX_KERNEL_MD5SUM:=a4a870fdb8d0a6a7f218a6e25c9d4891
|
LINUX_KERNEL_MD5SUM:=c4efb2c494d749cb5de274f8ae41c3fa
|
||||||
endif
|
endif
|
||||||
ifeq ($(LINUX_VERSION),2.6.29.1)
|
ifeq ($(LINUX_VERSION),2.6.29.2)
|
||||||
LINUX_KERNEL_MD5SUM:=4ada43caecb08fe2af71b416b6f586d8
|
LINUX_KERNEL_MD5SUM:=a6839571a9e70baf821d2fb752f9c4c6
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# disable the md5sum check for unknown kernel versions
|
# disable the md5sum check for unknown kernel versions
|
||||||
|
|
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
BOARD:=adm5120
|
BOARD:=adm5120
|
||||||
BOARDNAME:=Infineon/ADMtek ADM5120
|
BOARDNAME:=Infineon/ADMtek ADM5120
|
||||||
LINUX_VERSION:=2.6.28.9
|
LINUX_VERSION:=2.6.28.10
|
||||||
SUBTARGETS:=router_le router_be
|
SUBTARGETS:=router_le router_be
|
||||||
INITRAMFS_EXTRA_FILES:=
|
INITRAMFS_EXTRA_FILES:=
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ BOARDNAME:=Atheros AR71xx/AR913x
|
||||||
FEATURES:=squashfs tgz
|
FEATURES:=squashfs tgz
|
||||||
CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time
|
CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.28.9
|
LINUX_VERSION:=2.6.28.10
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ BOARD:=atheros
|
||||||
BOARDNAME:=Atheros 231x/5312
|
BOARDNAME:=Atheros 231x/5312
|
||||||
FEATURES:=squashfs jffs2
|
FEATURES:=squashfs jffs2
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.28.9
|
LINUX_VERSION:=2.6.28.10
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ BOARDNAME:=RMI/AMD AU1x00
|
||||||
FEATURES:=jffs2 usb pci
|
FEATURES:=jffs2 usb pci
|
||||||
SUBTARGETS=au1500 au1550
|
SUBTARGETS=au1500 au1550
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.27.21
|
LINUX_VERSION:=2.6.27.22
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
DEFAULT_PACKAGES += hostapd-mini yamonenv
|
DEFAULT_PACKAGES += hostapd-mini yamonenv
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2007 OpenWrt.org
|
# Copyright (C) 2007 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
|
@ -10,7 +10,7 @@ ARCH:=avr32
|
||||||
BOARD:=avr32
|
BOARD:=avr32
|
||||||
BOARDNAME:=Atmel AVR32
|
BOARDNAME:=Atmel AVR32
|
||||||
FEATURES:=squashfs
|
FEATURES:=squashfs
|
||||||
LINUX_VERSION:=2.6.28.9
|
LINUX_VERSION:=2.6.28.10
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ BOARD:=brcm47xx
|
||||||
BOARDNAME:=Broadcom BCM947xx/953xx
|
BOARDNAME:=Broadcom BCM947xx/953xx
|
||||||
FEATURES:=squashfs usb
|
FEATURES:=squashfs usb
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.28.9
|
LINUX_VERSION:=2.6.28.10
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
DEFAULT_PACKAGES += hostapd-mini kmod-switch kmod-diag nvram
|
DEFAULT_PACKAGES += hostapd-mini kmod-switch kmod-diag nvram
|
||||||
|
|
|
@ -10,7 +10,7 @@ ARCH:=mips
|
||||||
BOARD:=brcm63xx
|
BOARD:=brcm63xx
|
||||||
BOARDNAME:=Broadcom BCM63xx
|
BOARDNAME:=Broadcom BCM63xx
|
||||||
FEATURES:=squashfs jffs2 usb atm pci
|
FEATURES:=squashfs jffs2 usb atm pci
|
||||||
LINUX_VERSION:=2.6.27.21
|
LINUX_VERSION:=2.6.27.22
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2006-2009 OpenWrt.org
|
# Copyright (C) 2006-2009 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
|
@ -10,7 +10,7 @@ ARCH:=cris
|
||||||
BOARD:=etrax
|
BOARD:=etrax
|
||||||
BOARDNAME:=Foxboard (ETRAX 100LX)
|
BOARDNAME:=Foxboard (ETRAX 100LX)
|
||||||
FEATURES:=squashfs jffs2
|
FEATURES:=squashfs jffs2
|
||||||
LINUX_VERSION:=2.6.29.1
|
LINUX_VERSION:=2.6.29.2
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ BOARD:=ifxmips
|
||||||
BOARDNAME:=Infineon Mips
|
BOARDNAME:=Infineon Mips
|
||||||
FEATURES:=squashfs jffs2
|
FEATURES:=squashfs jffs2
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.28.9
|
LINUX_VERSION:=2.6.28.10
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
DEFAULT_PACKAGES+=uboot-ifxmips hostapd-mini
|
DEFAULT_PACKAGES+=uboot-ifxmips hostapd-mini
|
||||||
|
|
|
@ -12,7 +12,7 @@ BOARDNAME:=Intel IXP4xx
|
||||||
FEATURES:=squashfs
|
FEATURES:=squashfs
|
||||||
SUBTARGETS=generic harddisk
|
SUBTARGETS=generic harddisk
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.28.9
|
LINUX_VERSION:=2.6.28.10
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ BOARD:=olpc
|
||||||
BOARDNAME:=OLPC XO-1
|
BOARDNAME:=OLPC XO-1
|
||||||
FEATURES:=squashfs ext2
|
FEATURES:=squashfs ext2
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.27.21
|
LINUX_VERSION:=2.6.27.22
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci
|
DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2008 OpenWrt.org
|
# Copyright (C) 2008 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
|
@ -12,7 +12,7 @@ BOARDNAME:=Marvell Orion
|
||||||
FEATURES:=squashfs
|
FEATURES:=squashfs
|
||||||
SUBTARGETS=generic harddisk
|
SUBTARGETS=generic harddisk
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.28.9
|
LINUX_VERSION:=2.6.28.10
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ BOARD:=ppc40x
|
||||||
BOARDNAME:=AMCC/IBM PPC40x
|
BOARDNAME:=AMCC/IBM PPC40x
|
||||||
FEATURES:=squashfs
|
FEATURES:=squashfs
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.27.21
|
LINUX_VERSION:=2.6.27.22
|
||||||
LINUX_KARCH:=powerpc
|
LINUX_KARCH:=powerpc
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
|
@ -11,7 +11,7 @@ BOARD:=ppc44x
|
||||||
BOARDNAME:=AMCC/IBM PPC44x
|
BOARDNAME:=AMCC/IBM PPC44x
|
||||||
FEATURES:=squashfs
|
FEATURES:=squashfs
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.28.9
|
LINUX_VERSION:=2.6.28.10
|
||||||
LINUX_KARCH:=powerpc
|
LINUX_KARCH:=powerpc
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
|
@ -12,7 +12,7 @@ BOARDNAME:=Sony PS3 Game Console
|
||||||
MAINTAINER:=Geoff Levand <geoffrey.levand@am.sony.com>
|
MAINTAINER:=Geoff Levand <geoffrey.levand@am.sony.com>
|
||||||
SUBTARGETS=petitboot
|
SUBTARGETS=petitboot
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.28.9
|
LINUX_VERSION:=2.6.28.10
|
||||||
|
|
||||||
KERNEL_CC:=
|
KERNEL_CC:=
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ BOARD:=rb532
|
||||||
BOARDNAME:=Mikrotik RouterBoard 532
|
BOARDNAME:=Mikrotik RouterBoard 532
|
||||||
FEATURES:=jffs2 pci tgz
|
FEATURES:=jffs2 pci tgz
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.28.9
|
LINUX_VERSION:=2.6.28.10
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
DEFAULT_PACKAGES += hostapd-mini kmod-madwifi
|
DEFAULT_PACKAGES += hostapd-mini kmod-madwifi
|
||||||
|
|
|
@ -12,7 +12,7 @@ BOARDNAME:=RDC 321x
|
||||||
FEATURES:=squashfs jffs2 pci usb
|
FEATURES:=squashfs jffs2 pci usb
|
||||||
CFLAGS:=-Os -pipe -march=i486 -funit-at-a-time
|
CFLAGS:=-Os -pipe -march=i486 -funit-at-a-time
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.28.9
|
LINUX_VERSION:=2.6.28.10
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2006-2009 OpenWrt.org
|
# Copyright (C) 2006-2009 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
|
@ -12,7 +12,7 @@ BOARDNAME:=s3c24xx
|
||||||
FEATURES:=jffs2
|
FEATURES:=jffs2
|
||||||
CFLAGS:=-O2 -pipe -march=armv4t -mtune=arm920t -funit-at-a-time
|
CFLAGS:=-O2 -pipe -march=armv4t -mtune=arm920t -funit-at-a-time
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.28.9
|
LINUX_VERSION:=2.6.28.10
|
||||||
|
|
||||||
DEVICE_TYPE=phone
|
DEVICE_TYPE=phone
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2006 OpenWrt.org
|
# Copyright (C) 2006 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
|
@ -23,7 +23,7 @@ BOARDNAME:=User Mode Linux
|
||||||
FEATURES:=ext2
|
FEATURES:=ext2
|
||||||
LINUX_CONFIG:=$(CURDIR)/config/$(ARCH)
|
LINUX_CONFIG:=$(CURDIR)/config/$(ARCH)
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.28.9
|
LINUX_VERSION:=2.6.28.10
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ BOARDNAME:=x86
|
||||||
FEATURES:=squashfs jffs2 ext2 vdi vmdk tgz
|
FEATURES:=squashfs jffs2 ext2 vdi vmdk tgz
|
||||||
SUBTARGETS=generic
|
SUBTARGETS=generic
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.28.9
|
LINUX_VERSION:=2.6.28.10
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci
|
DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci
|
||||||
|
|
Loading…
Reference in a new issue