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/magicbox-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/magicbox-2.6')
-rw-r--r-- | target/linux/magicbox-2.6/config/default | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/magicbox-2.6/config/default b/target/linux/magicbox-2.6/config/default index cc53f5e56d..83c9d4b2a8 100644 --- a/target/linux/magicbox-2.6/config/default +++ b/target/linux/magicbox-2.6/config/default @@ -9,6 +9,7 @@ CONFIG_4xx=y # CONFIG_AGP is not set CONFIG_ARCH_MAY_HAVE_PC_FDC=y CONFIG_ARCH_POPULATES_NODE_MAP=y +# CONFIG_ATM_DRIVERS is not set # CONFIG_B44 is not set CONFIG_BASE_SMALL=0 CONFIG_BIOS_FIXUP=y @@ -64,6 +65,7 @@ CONFIG_IDE=m # CONFIG_IDE_ARM is not set CONFIG_IDE_GENERIC=m CONFIG_IDE_MAX_HWIFS=4 +# CONFIG_IDE_PROC_FS is not set # CONFIG_IDE_TASK_IOCTL is not set CONFIG_INITRAMFS_SOURCE="" CONFIG_ISA_DMA_API=y @@ -72,6 +74,7 @@ CONFIG_KERNEL_START=0xc0000000 # CONFIG_KEXEC is not set # CONFIG_LEDS_TRIGGER_IDE_DISK is not set CONFIG_LOWMEM_SIZE=0x30000000 +# CONFIG_MACINTOSH_DRIVERS is not set CONFIG_MAGICBOX=y CONFIG_MATH_EMULATION=y CONFIG_MINI_FO=y @@ -130,6 +133,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 |