We are now at .23.1

SVN-Revision: 9415
master
Florian Fainelli 17 years ago
parent 2d620947c3
commit 486492b407
  1. 3
      include/kernel-version.mk
  2. 2
      target/linux/adm5120/Makefile
  3. 2
      target/linux/ar7/Makefile
  4. 2
      target/linux/atheros/Makefile
  5. 2
      target/linux/au1000/Makefile
  6. 2
      target/linux/avr32/Makefile
  7. 2
      target/linux/brcm47xx/Makefile
  8. 2
      target/linux/rdc/Makefile
  9. 2
      target/linux/x86/Makefile

@ -19,6 +19,9 @@ endif
ifeq ($(LINUX_VERSION),2.6.23) ifeq ($(LINUX_VERSION),2.6.23)
LINUX_KERNEL_MD5SUM:=2cc2fd4d521dc5d7cfce0d8a9d1b3472 LINUX_KERNEL_MD5SUM:=2cc2fd4d521dc5d7cfce0d8a9d1b3472
endif endif
ifeq ($(LINUX_VERSION),2.6.23.1)
LINUX_KERNEL_MD5SUM:=518d57e08fdacd88907166a3bfe383b7
endif
# disable the md5sum check for unknown kernel versions # disable the md5sum check for unknown kernel versions
LINUX_KERNEL_MD5SUM?=x LINUX_KERNEL_MD5SUM?=x

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
BOARD:=adm5120 BOARD:=adm5120
BOARDNAME:=Infineon ADM5120 BOARDNAME:=Infineon ADM5120
LINUX_VERSION:=2.6.23 LINUX_VERSION:=2.6.23.1
FEATURES:=squashfs jffs2 tgz broken FEATURES:=squashfs jffs2 tgz broken
SUBTARGETS:=router_le router_be SUBTARGETS:=router_le router_be

@ -11,7 +11,7 @@ BOARD:=ar7
BOARDNAME:=TI AR7 BOARDNAME:=TI AR7
FEATURES:=squashfs jffs2 atm FEATURES:=squashfs jffs2 atm
LINUX_VERSION:=2.6.23 LINUX_VERSION:=2.6.23.1
include $(INCLUDE_DIR)/target.mk include $(INCLUDE_DIR)/target.mk

@ -11,7 +11,7 @@ BOARD:=atheros
BOARDNAME:=Atheros BOARDNAME:=Atheros
FEATURES:=squashfs jffs2 FEATURES:=squashfs jffs2
LINUX_VERSION:=2.6.23 LINUX_VERSION:=2.6.23.1
include $(INCLUDE_DIR)/target.mk include $(INCLUDE_DIR)/target.mk

@ -11,7 +11,7 @@ BOARD:=au1000
BOARDNAME:=AMD Alchemy AU1x00 BOARDNAME:=AMD Alchemy AU1x00
FEATURES:=jffs2 usb pci FEATURES:=jffs2 usb pci
LINUX_VERSION:=2.6.23 LINUX_VERSION:=2.6.23.1
include $(INCLUDE_DIR)/target.mk include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += yamonenv DEFAULT_PACKAGES += yamonenv

@ -10,7 +10,7 @@ ARCH:=avr32
BOARD:=avr32 BOARD:=avr32
BOARDNAME:=Atmel AVR32 BOARDNAME:=Atmel AVR32
FEATURES:=squashfs FEATURES:=squashfs
LINUX_VERSION:=2.6.23 LINUX_VERSION:=2.6.23.1
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.23 LINUX_VERSION:=2.6.23.1
include $(INCLUDE_DIR)/target.mk include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += kmod-switch kmod-diag DEFAULT_PACKAGES += kmod-switch kmod-diag

@ -11,7 +11,7 @@ BOARD:=rdc
BOARDNAME:=RDC321x x86 BOARDNAME:=RDC321x x86
FEATURES:=squashfs jffs2 pci FEATURES:=squashfs jffs2 pci
LINUX_VERSION:=2.6.23 LINUX_VERSION:=2.6.23.1
include $(INCLUDE_DIR)/target.mk include $(INCLUDE_DIR)/target.mk

@ -12,7 +12,7 @@ BOARDNAME:=x86
FEATURES:=squashfs jffs2 ext2 FEATURES:=squashfs jffs2 ext2
SUBTARGETS=generic mediacenter SUBTARGETS=generic mediacenter
LINUX_VERSION:=2.6.23 LINUX_VERSION:=2.6.23.1
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…
Cancel
Save