diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-10-23 08:13:12 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-10-23 08:13:12 +0000 |
commit | 486492b407f7e979b3cac1a23d3ace14f80112f0 (patch) | |
tree | 9e759fd3e3232694d5f747cc0ac6a79faeb9d00e /target/linux | |
parent | 2d620947c3ee87438bc9be334116f9753b949e6e (diff) | |
download | upstream-486492b407f7e979b3cac1a23d3ace14f80112f0.tar.gz upstream-486492b407f7e979b3cac1a23d3ace14f80112f0.tar.bz2 upstream-486492b407f7e979b3cac1a23d3ace14f80112f0.zip |
We are now at .23.1
SVN-Revision: 9415
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/adm5120/Makefile | 2 | ||||
-rw-r--r-- | target/linux/ar7/Makefile | 2 | ||||
-rw-r--r-- | target/linux/atheros/Makefile | 2 | ||||
-rw-r--r-- | target/linux/au1000/Makefile | 2 | ||||
-rw-r--r-- | target/linux/avr32/Makefile | 2 | ||||
-rw-r--r-- | target/linux/brcm47xx/Makefile | 2 | ||||
-rw-r--r-- | target/linux/rdc/Makefile | 2 | ||||
-rw-r--r-- | target/linux/x86/Makefile | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/target/linux/adm5120/Makefile b/target/linux/adm5120/Makefile index cb634e5218..6c17168ccb 100644 --- a/target/linux/adm5120/Makefile +++ b/target/linux/adm5120/Makefile @@ -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 diff --git a/target/linux/ar7/Makefile b/target/linux/ar7/Makefile index 02daa379ee..f1107ec3d3 100644 --- a/target/linux/ar7/Makefile +++ b/target/linux/ar7/Makefile @@ -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 diff --git a/target/linux/atheros/Makefile b/target/linux/atheros/Makefile index 453f896b51..93f026b214 100644 --- a/target/linux/atheros/Makefile +++ b/target/linux/atheros/Makefile @@ -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 diff --git a/target/linux/au1000/Makefile b/target/linux/au1000/Makefile index 3bfb64ab2f..98be0f2b9d 100644 --- a/target/linux/au1000/Makefile +++ b/target/linux/au1000/Makefile @@ -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 diff --git a/target/linux/avr32/Makefile b/target/linux/avr32/Makefile index cd5b4a4d18..0530a49122 100644 --- a/target/linux/avr32/Makefile +++ b/target/linux/avr32/Makefile @@ -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 diff --git a/target/linux/brcm47xx/Makefile b/target/linux/brcm47xx/Makefile index 5e0fe3d339..36f7ef7779 100644 --- a/target/linux/brcm47xx/Makefile +++ b/target/linux/brcm47xx/Makefile @@ -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 diff --git a/target/linux/rdc/Makefile b/target/linux/rdc/Makefile index e9804ee892..b24d6fd1bf 100644 --- a/target/linux/rdc/Makefile +++ b/target/linux/rdc/Makefile @@ -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 diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index b0b6ca704b..ab23e9f795 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -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 |