move atheros to 2.6.23
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 11 Oct 2007 23:16:52 +0000 (23:16 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 11 Oct 2007 23:16:52 +0000 (23:16 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9265 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/atheros/Makefile
target/linux/atheros/config-2.6.23 [moved from target/linux/atheros/config-2.6.22 with 100% similarity]
target/linux/atheros/files/arch/mips/atheros/board.c

index b1a2f570aea29ba05cb460f930508225f024c49c..453f896b517b5bfd3abe1ea095a0865876e77a3d 100644 (file)
@@ -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
 
index 1ea66c0c1913cc398823fe6817f6c79db669629f..ebb4a5afef716102eacc2cf325fcd4ab404beac3 100644 (file)
@@ -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;