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 | f46b6a019569e69dfb8a7060e7f36d01e5eedd03 (patch) | |
tree | 7a8919b2830b1c51b5dfe7742261a08168b118a2 /target/linux/brcm47xx-2.6 | |
parent | 97ca42e813d5a0a03bd1a70576375dad8469044a (diff) | |
download | master-187ad058-f46b6a019569e69dfb8a7060e7f36d01e5eedd03.tar.gz master-187ad058-f46b6a019569e69dfb8a7060e7f36d01e5eedd03.tar.bz2 master-187ad058-f46b6a019569e69dfb8a7060e7f36d01e5eedd03.zip |
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/brcm47xx-2.6')
-rw-r--r-- | target/linux/brcm47xx-2.6/config/default | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/brcm47xx-2.6/config/default b/target/linux/brcm47xx-2.6/config/default index b722f09102..38e1137c0c 100644 --- a/target/linux/brcm47xx-2.6/config/default +++ b/target/linux/brcm47xx-2.6/config/default @@ -5,6 +5,7 @@ CONFIG_32BIT=y # CONFIG_ARCH_HAS_ILOG2_U32 is not set # CONFIG_ARCH_HAS_ILOG2_U64 is not set # CONFIG_ARPD is not set +# CONFIG_ATM_DRIVERS is not set # CONFIG_ATMEL is not set CONFIG_B44=y CONFIG_BASE_SMALL=0 @@ -117,6 +118,7 @@ CONFIG_IRQ_CPU=y CONFIG_JFFS2_FS_DEBUG=0 # CONFIG_LIBCRC32C is not set # CONFIG_LLC2 is not set +# CONFIG_MACH_ALCHEMY is not set # CONFIG_MACH_DECSTATION is not set # CONFIG_MACH_JAZZ is not set # CONFIG_MACH_VR41XX is not set @@ -198,6 +200,7 @@ CONFIG_MTD_PARTITIONS=y # CONFIG_MTD_SLRAM is not set # CONFIG_NATSEMI is not set # CONFIG_NE2K_PCI is not set +CONFIG_NETDEV_1000=y # CONFIG_NETFILTER_XT_MATCH_COMMENT is not set # CONFIG_NETFILTER_XT_MATCH_CONNBYTES is not set # CONFIG_NETFILTER_XT_MATCH_DCCP is not set @@ -260,6 +263,7 @@ CONFIG_SYS_HAS_CPU_MIPS32_R1=y CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y CONFIG_SYS_SUPPORTS_ARBIT_HZ=y CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y +# CONFIG_TC35815 is not set # CONFIG_TOSHIBA_JMR3927 is not set # CONFIG_TOSHIBA_RBTX4927 is not set # CONFIG_TOSHIBA_RBTX4938 is not set |