diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-01-27 22:20:54 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-01-27 22:20:54 +0000 |
commit | 62c4c1e4171e3c0a9581562019e87c7550531a48 (patch) | |
tree | 734779cba29f1a5fd890c9c7392e95e0271085ec /target/linux/amcc | |
parent | 3a65bbbf235cc5d4b6dcb8c5fb1387b0e34e563c (diff) |
upgrade the AMCC target to 2.6.23
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10289 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/amcc')
-rw-r--r-- | target/linux/amcc/Makefile | 2 | ||||
-rw-r--r-- | target/linux/amcc/config-default (renamed from target/linux/amcc/config-2.6.21) | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/amcc/Makefile b/target/linux/amcc/Makefile index 5e52d38c77..7f2bebbd8f 100644 --- a/target/linux/amcc/Makefile +++ b/target/linux/amcc/Makefile @@ -11,7 +11,7 @@ BOARD:=amcc BOARDNAME:=AMCC Taishan FEATURES:=jffs2 -LINUX_VERSION:=2.6.21.5 +LINUX_VERSION:=2.6.23.14 LINUX_KARCH:=ppc include $(INCLUDE_DIR)/target.mk diff --git a/target/linux/amcc/config-2.6.21 b/target/linux/amcc/config-default index 93bcefcb59..365dc0edf4 100644 --- a/target/linux/amcc/config-2.6.21 +++ b/target/linux/amcc/config-default @@ -28,6 +28,7 @@ CONFIG_CONSISTENT_START=0xff100000 # CONFIG_E200 is not set # CONFIG_E500 is not set # CONFIG_EBONY is not set +# CONFIG_EDAC is not set CONFIG_FS_POSIX_ACL=y CONFIG_GENERIC_BUG=y CONFIG_GENERIC_FIND_NEXT_BIT=y @@ -61,6 +62,7 @@ CONFIG_ISA_DMA_API=y CONFIG_KERNEL_START=0xc0000000 CONFIG_LOWMEM_SIZE=0x30000000 # CONFIG_LUAN is not set +# CONFIG_MACINTOSH_DRIVERS is not set # CONFIG_MATH_EMULATION is not set CONFIG_MTD=y # CONFIG_MTD_ABSENT is not set @@ -155,7 +157,9 @@ CONFIG_TAISHAN=y CONFIG_TASK_SIZE=0x80000000 # CONFIG_UNUSED_SYMBOLS is not set # CONFIG_USB is not set +# CONFIG_USER_NS is not set # CONFIG_VIA_RHINE is not set CONFIG_WANT_EARLY_SERIAL=y # CONFIG_WINDFARM is not set +# CONFIG_XILINX_SYSACE is not set # CONFIG_YUCCA is not set |