diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-06-16 01:56:04 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-06-16 01:56:04 +0000 |
commit | f019ac4dc9b89958657dd8c9d81bb2e270c938e7 (patch) | |
tree | 59ba27f549ecae008485f94b3771c4fe1df4a563 /target/linux/amcc-2.6 | |
parent | 4f16e9cc3e2c187d19b24785a55ce30a892efd68 (diff) | |
download | upstream-f019ac4dc9b89958657dd8c9d81bb2e270c938e7.tar.gz upstream-f019ac4dc9b89958657dd8c9d81bb2e270c938e7.tar.bz2 upstream-f019ac4dc9b89958657dd8c9d81bb2e270c938e7.zip |
prepare for the transition to linux 2.6.22 - make it possible to override the kernel version in the target makefile
SVN-Revision: 7644
Diffstat (limited to 'target/linux/amcc-2.6')
-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 |