summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-10-11 23:16:52 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-10-11 23:16:52 +0000
commitf39156a9a14b9a3c8b68b54bbb3306d1bf59a43f (patch)
treec6d0252707d5ec2ce204bf0c6bc2bf3c6d91925e /target
parent12614f928a606f09401eb6fca120294ad4a799ba (diff)
move atheros to 2.6.23
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9265 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/atheros/Makefile2
-rw-r--r--target/linux/atheros/config-2.6.23 (renamed from target/linux/atheros/config-2.6.22)0
-rw-r--r--target/linux/atheros/files/arch/mips/atheros/board.c2
3 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/atheros/Makefile b/target/linux/atheros/Makefile
index b1a2f570a..453f896b5 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
index de6e4b6f9..de6e4b6f9 100644
--- a/target/linux/atheros/config-2.6.22
+++ b/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 1ea66c0c1..ebb4a5afe 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;