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/ar7-2.6 | |
parent | 4f16e9cc3e2c187d19b24785a55ce30a892efd68 (diff) | |
download | mtk-20170518-f019ac4dc9b89958657dd8c9d81bb2e270c938e7.zip mtk-20170518-f019ac4dc9b89958657dd8c9d81bb2e270c938e7.tar.gz mtk-20170518-f019ac4dc9b89958657dd8c9d81bb2e270c938e7.tar.bz2 |
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/ar7-2.6')
-rw-r--r-- | target/linux/ar7-2.6/config/default | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar7-2.6/config/default b/target/linux/ar7-2.6/config/default index 535ae79..3092078 100644 --- a/target/linux/ar7-2.6/config/default +++ b/target/linux/ar7-2.6/config/default @@ -6,6 +6,7 @@ CONFIG_AR7_GPIO=y CONFIG_AR7_WDT=y # CONFIG_ARCH_HAS_ILOG2_U32 is not set # CONFIG_ARCH_HAS_ILOG2_U64 is not set +CONFIG_ATM_DRIVERS=y # CONFIG_ATMEL is not set CONFIG_BASE_SMALL=0 # CONFIG_BCM43XX is not set @@ -73,6 +74,7 @@ CONFIG_JFFS2_FS_DEBUG=0 CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_LEDS_AR7=y +# CONFIG_MACH_ALCHEMY is not set # CONFIG_MACH_DECSTATION is not set # CONFIG_MACH_JAZZ is not set # CONFIG_MACH_VR41XX is not set @@ -159,6 +161,7 @@ CONFIG_NEED_MULTIPLE_NODES=y # CONFIG_NET_PCI is not set CONFIG_NET_SCH_FIFO=y # CONFIG_NET_VENDOR_3COM is not set +# CONFIG_NETDEV_1000 is not set CONFIG_NODES_SHIFT=6 # CONFIG_PAGE_SIZE_16KB is not set CONFIG_PAGE_SIZE_4KB=y |