We are now at .23.1
SVN-Revision: 9415
This commit is contained in:
parent
2d620947c3
commit
486492b407
9 changed files with 11 additions and 8 deletions
|
@ -19,6 +19,9 @@ endif
|
|||
ifeq ($(LINUX_VERSION),2.6.23)
|
||||
LINUX_KERNEL_MD5SUM:=2cc2fd4d521dc5d7cfce0d8a9d1b3472
|
||||
endif
|
||||
ifeq ($(LINUX_VERSION),2.6.23.1)
|
||||
LINUX_KERNEL_MD5SUM:=518d57e08fdacd88907166a3bfe383b7
|
||||
endif
|
||||
|
||||
# disable the md5sum check for unknown kernel versions
|
||||
LINUX_KERNEL_MD5SUM?=x
|
||||
|
|
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
BOARD:=adm5120
|
||||
BOARDNAME:=Infineon ADM5120
|
||||
LINUX_VERSION:=2.6.23
|
||||
LINUX_VERSION:=2.6.23.1
|
||||
FEATURES:=squashfs jffs2 tgz broken
|
||||
SUBTARGETS:=router_le router_be
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ BOARD:=ar7
|
|||
BOARDNAME:=TI AR7
|
||||
FEATURES:=squashfs jffs2 atm
|
||||
|
||||
LINUX_VERSION:=2.6.23
|
||||
LINUX_VERSION:=2.6.23.1
|
||||
|
||||
include $(INCLUDE_DIR)/target.mk
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ BOARD:=atheros
|
|||
BOARDNAME:=Atheros
|
||||
FEATURES:=squashfs jffs2
|
||||
|
||||
LINUX_VERSION:=2.6.23
|
||||
LINUX_VERSION:=2.6.23.1
|
||||
|
||||
include $(INCLUDE_DIR)/target.mk
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ BOARD:=au1000
|
|||
BOARDNAME:=AMD Alchemy AU1x00
|
||||
FEATURES:=jffs2 usb pci
|
||||
|
||||
LINUX_VERSION:=2.6.23
|
||||
LINUX_VERSION:=2.6.23.1
|
||||
|
||||
include $(INCLUDE_DIR)/target.mk
|
||||
DEFAULT_PACKAGES += yamonenv
|
||||
|
|
|
@ -10,7 +10,7 @@ ARCH:=avr32
|
|||
BOARD:=avr32
|
||||
BOARDNAME:=Atmel AVR32
|
||||
FEATURES:=squashfs
|
||||
LINUX_VERSION:=2.6.23
|
||||
LINUX_VERSION:=2.6.23.1
|
||||
|
||||
include $(INCLUDE_DIR)/target.mk
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ BOARD:=brcm47xx
|
|||
BOARDNAME:=Broadcom BCM947xx/953xx
|
||||
FEATURES:=squashfs usb
|
||||
|
||||
LINUX_VERSION:=2.6.23
|
||||
LINUX_VERSION:=2.6.23.1
|
||||
|
||||
include $(INCLUDE_DIR)/target.mk
|
||||
DEFAULT_PACKAGES += kmod-switch kmod-diag
|
||||
|
|
|
@ -11,7 +11,7 @@ BOARD:=rdc
|
|||
BOARDNAME:=RDC321x x86
|
||||
FEATURES:=squashfs jffs2 pci
|
||||
|
||||
LINUX_VERSION:=2.6.23
|
||||
LINUX_VERSION:=2.6.23.1
|
||||
|
||||
include $(INCLUDE_DIR)/target.mk
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ BOARDNAME:=x86
|
|||
FEATURES:=squashfs jffs2 ext2
|
||||
SUBTARGETS=generic mediacenter
|
||||
|
||||
LINUX_VERSION:=2.6.23
|
||||
LINUX_VERSION:=2.6.23.1
|
||||
|
||||
include $(INCLUDE_DIR)/target.mk
|
||||
DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci
|
||||
|
|
Loading…
Reference in a new issue