From 62c4c1e4171e3c0a9581562019e87c7550531a48 Mon Sep 17 00:00:00 2001 From: kaloz Date: Sun, 27 Jan 2008 22:20:54 +0000 Subject: [PATCH] upgrade the AMCC target to 2.6.23 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10289 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/amcc/Makefile | 2 +- target/linux/amcc/{config-2.6.21 => config-default} | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) rename target/linux/amcc/{config-2.6.21 => config-default} (97%) diff --git a/target/linux/amcc/Makefile b/target/linux/amcc/Makefile index 5e52d38c7..7f2bebbd8 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 similarity index 97% rename from target/linux/amcc/config-2.6.21 rename to target/linux/amcc/config-default index 93bcefcb5..365dc0edf 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 -- 2.35.1