mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-11 17:19:27 +00:00
update to 2.6.27.11
SVN-Revision: 14043
This commit is contained in:
parent
aa59a08b45
commit
3ca7f3bd6f
@ -28,8 +28,8 @@ 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.10)
|
ifeq ($(LINUX_VERSION),2.6.27.11)
|
||||||
LINUX_KERNEL_MD5SUM:=ef06a3ea963f556948e77971df912303
|
LINUX_KERNEL_MD5SUM:=29bf3e01673b42f7bf993aa8295b8245
|
||||||
endif
|
endif
|
||||||
ifeq ($(LINUX_VERSION),2.6.28)
|
ifeq ($(LINUX_VERSION),2.6.28)
|
||||||
LINUX_KERNEL_MD5SUM:=d351e44709c9810b85e29b877f50968a
|
LINUX_KERNEL_MD5SUM:=d351e44709c9810b85e29b877f50968a
|
||||||
|
@ -11,7 +11,7 @@ BOARD:=ar71xx
|
|||||||
BOARDNAME:=Atheros AR71xx
|
BOARDNAME:=Atheros AR71xx
|
||||||
FEATURES:=squashfs tgz
|
FEATURES:=squashfs tgz
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.27.10
|
LINUX_VERSION:=2.6.27.11
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ BOARD:=au1000
|
|||||||
BOARDNAME:=RMI/AMD AU1x00
|
BOARDNAME:=RMI/AMD AU1x00
|
||||||
FEATURES:=jffs2 usb pci
|
FEATURES:=jffs2 usb pci
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.27.10
|
LINUX_VERSION:=2.6.27.11
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
DEFAULT_PACKAGES += hostapd-mini yamonenv
|
DEFAULT_PACKAGES += hostapd-mini yamonenv
|
||||||
|
@ -1,14 +1,12 @@
|
|||||||
diff -urN linux-2.6.27.7/arch/mips/au1000/Kconfig linux-2.6.27.7.new/arch/mips/au1000/Kconfig
|
--- a/arch/mips/au1000/Kconfig
|
||||||
--- linux-2.6.27.7/arch/mips/au1000/Kconfig 2008-11-21 00:02:37.000000000 +0100
|
+++ b/arch/mips/au1000/Kconfig
|
||||||
+++ linux-2.6.27.7.new/arch/mips/au1000/Kconfig 2008-12-08 11:44:09.000000000 +0100
|
@@ -134,3 +134,4 @@ config SOC_AU1X00
|
||||||
@@ -134,3 +134,4 @@
|
|
||||||
select SYS_HAS_CPU_MIPS32_R1
|
select SYS_HAS_CPU_MIPS32_R1
|
||||||
select SYS_SUPPORTS_32BIT_KERNEL
|
select SYS_SUPPORTS_32BIT_KERNEL
|
||||||
select SYS_SUPPORTS_APM_EMULATION
|
select SYS_SUPPORTS_APM_EMULATION
|
||||||
+ select ARCH_REQUIRE_GPIOLIB
|
+ select ARCH_REQUIRE_GPIOLIB
|
||||||
diff -urN linux-2.6.27.7/arch/mips/au1000/common/gpio.c linux-2.6.27.7.new/arch/mips/au1000/common/gpio.c
|
--- a/arch/mips/au1000/common/gpio.c
|
||||||
--- linux-2.6.27.7/arch/mips/au1000/common/gpio.c 2008-11-21 00:02:37.000000000 +0100
|
+++ b/arch/mips/au1000/common/gpio.c
|
||||||
+++ linux-2.6.27.7.new/arch/mips/au1000/common/gpio.c 2008-12-08 11:58:30.000000000 +0100
|
|
||||||
@@ -1,5 +1,5 @@
|
@@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
- * Copyright (C) 2007, OpenWrt.org, Florian Fainelli <florian@openwrt.org>
|
- * Copyright (C) 2007, OpenWrt.org, Florian Fainelli <florian@openwrt.org>
|
||||||
@ -312,9 +310,8 @@ diff -urN linux-2.6.27.7/arch/mips/au1000/common/gpio.c linux-2.6.27.7.new/arch/
|
|||||||
}
|
}
|
||||||
-EXPORT_SYMBOL(au1xxx_gpio_direction_output);
|
-EXPORT_SYMBOL(au1xxx_gpio_direction_output);
|
||||||
+arch_initcall(au1000_gpio_init);
|
+arch_initcall(au1000_gpio_init);
|
||||||
diff -urN linux-2.6.27.7/include/asm-mips/mach-au1x00/gpio.h linux-2.6.27.7.new/include/asm-mips/mach-au1x00/gpio.h
|
--- a/include/asm-mips/mach-au1x00/gpio.h
|
||||||
--- linux-2.6.27.7/include/asm-mips/mach-au1x00/gpio.h 2008-11-21 00:02:37.000000000 +0100
|
+++ b/include/asm-mips/mach-au1x00/gpio.h
|
||||||
+++ linux-2.6.27.7.new/include/asm-mips/mach-au1x00/gpio.h 2008-12-08 11:43:37.000000000 +0100
|
|
||||||
@@ -1,69 +1,21 @@
|
@@ -1,69 +1,21 @@
|
||||||
#ifndef _AU1XXX_GPIO_H_
|
#ifndef _AU1XXX_GPIO_H_
|
||||||
#define _AU1XXX_GPIO_H_
|
#define _AU1XXX_GPIO_H_
|
||||||
|
@ -10,7 +10,7 @@ ARCH:=mips
|
|||||||
BOARD:=brcm63xx
|
BOARD:=brcm63xx
|
||||||
BOARDNAME:=Broadcom BCM63xx
|
BOARDNAME:=Broadcom BCM63xx
|
||||||
FEATURES:=squashfs jffs2 usb atm
|
FEATURES:=squashfs jffs2 usb atm
|
||||||
LINUX_VERSION:=2.6.27.10
|
LINUX_VERSION:=2.6.27.11
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ BOARDNAME:=Infineon Mips
|
|||||||
FEATURES:=squashfs jffs2
|
FEATURES:=squashfs jffs2
|
||||||
SUBTARGETS:=generic nfs
|
SUBTARGETS:=generic nfs
|
||||||
LINUX_VERSION:=2.6.26.8
|
LINUX_VERSION:=2.6.26.8
|
||||||
#LINUX_VERSION:=2.6.27.10
|
#LINUX_VERSION:=2.6.27.11
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
DEFAULT_PACKAGES+=uboot-ifxmips hostapd-mini
|
DEFAULT_PACKAGES+=uboot-ifxmips hostapd-mini
|
||||||
|
@ -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.10
|
LINUX_VERSION:=2.6.27.11
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci
|
DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci
|
||||||
|
@ -11,7 +11,7 @@ BOARD:=ppc40x
|
|||||||
BOARDNAME:=AMCC/IBM PPC40x
|
BOARDNAME:=AMCC/IBM PPC40x
|
||||||
FEATURES:=squashfs
|
FEATURES:=squashfs
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.27.10
|
LINUX_VERSION:=2.6.27.11
|
||||||
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.27.10
|
LINUX_VERSION:=2.6.27.11
|
||||||
LINUX_KARCH:=powerpc
|
LINUX_KARCH:=powerpc
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
@ -12,7 +12,7 @@ BOARDNAME:=x86
|
|||||||
FEATURES:=squashfs jffs2 ext2 vdi vmdk
|
FEATURES:=squashfs jffs2 ext2 vdi vmdk
|
||||||
SUBTARGETS=generic
|
SUBTARGETS=generic
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.27.10
|
LINUX_VERSION:=2.6.27.11
|
||||||
|
|
||||||
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 New Issue
Block a user