From f39156a9a14b9a3c8b68b54bbb3306d1bf59a43f Mon Sep 17 00:00:00 2001 From: blogic Date: Thu, 11 Oct 2007 23:16:52 +0000 Subject: [PATCH] move atheros to 2.6.23 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9265 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/atheros/Makefile | 2 +- target/linux/atheros/{config-2.6.22 => config-2.6.23} | 0 target/linux/atheros/files/arch/mips/atheros/board.c | 2 ++ 3 files changed, 3 insertions(+), 1 deletion(-) rename target/linux/atheros/{config-2.6.22 => config-2.6.23} (100%) diff --git a/target/linux/atheros/Makefile b/target/linux/atheros/Makefile index b1a2f570ae..453f896b51 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.22.4 +LINUX_VERSION:=2.6.23 include $(INCLUDE_DIR)/target.mk diff --git a/target/linux/atheros/config-2.6.22 b/target/linux/atheros/config-2.6.23 similarity index 100% rename from target/linux/atheros/config-2.6.22 rename to target/linux/atheros/config-2.6.23 diff --git a/target/linux/atheros/files/arch/mips/atheros/board.c b/target/linux/atheros/files/arch/mips/atheros/board.c index 1ea66c0c19..ebb4a5afef 100644 --- a/target/linux/atheros/files/arch/mips/atheros/board.c +++ b/target/linux/atheros/files/arch/mips/atheros/board.c @@ -29,6 +29,8 @@ char *board_config, *radio_config; +extern int early_serial_setup(struct uart_port *port); + static u8 *find_board_config(char *flash_limit) { char *addr; -- 2.11.0