diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-16 01:56:04 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-16 01:56:04 +0000 |
commit | e6a68af9e901df02e28f221dcf7c7d9462a9bd02 (patch) | |
tree | 7a8919b2830b1c51b5dfe7742261a08168b118a2 /target/linux/amcc-2.6/config | |
parent | 46da1409881bee5a1b11691d286f773f38374bd9 (diff) |
prepare for the transition to linux 2.6.22 - make it possible to override the kernel version in the target makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7644 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/amcc-2.6/config')
-rw-r--r-- | target/linux/amcc-2.6/config/default | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/amcc-2.6/config/default b/target/linux/amcc-2.6/config/default index 7bec44d78c..4edff5b9d5 100644 --- a/target/linux/amcc-2.6/config/default +++ b/target/linux/amcc-2.6/config/default @@ -4,6 +4,7 @@ CONFIG_4xx=y # CONFIG_6xx is not set # CONFIG_8139TOO is not set # CONFIG_8xx is not set +# CONFIG_ATM_DRIVERS is not set # CONFIG_BAMBOO is not set # CONFIG_E200 is not set # CONFIG_E500 is not set @@ -65,6 +66,7 @@ CONFIG_JFFS2_FS_DEBUG=0 CONFIG_KERNEL_START=0xc0000000 # CONFIG_KEXEC is not set CONFIG_LOWMEM_SIZE=0x30000000 +# CONFIG_MACINTOSH_DRIVERS is not set CONFIG_MATH_EMULATION=y CONFIG_MINI_FO=y CONFIG_MTD=y @@ -123,6 +125,7 @@ CONFIG_MTD_SPLIT_ROOTFS=y # CONFIG_NATSEMI is not set # CONFIG_NE2K_PCI is not set # CONFIG_NET_VENDOR_3COM is not set +CONFIG_NETDEV_1000=y CONFIG_NOT_COHERENT_CACHE=y # CONFIG_NVRAM is not set # CONFIG_PCIPCWATCHDOG is not set |