diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-09-22 23:36:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-09-22 23:36:37 +0000 |
commit | b4142edc77ccb333b4283ba7a4aa6f034d11d93e (patch) | |
tree | 04e9ff1d72543383e47c4577dcbc15a76a7d1761 /target/linux/generic-2.6 | |
parent | c7fb1aaf1d94526af4f8a15e802d9da18f95d3d1 (diff) | |
download | upstream-b4142edc77ccb333b4283ba7a4aa6f034d11d93e.tar.gz upstream-b4142edc77ccb333b4283ba7a4aa6f034d11d93e.tar.bz2 upstream-b4142edc77ccb333b4283ba7a4aa6f034d11d93e.zip |
make ATM_DRIVERS default to n
SVN-Revision: 8967
Diffstat (limited to 'target/linux/generic-2.6')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.22 | 1 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-default | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.22 b/target/linux/generic-2.6/config-2.6.22 index d9fd908e6e..ab286f096d 100644 --- a/target/linux/generic-2.6/config-2.6.22 +++ b/target/linux/generic-2.6/config-2.6.22 @@ -31,6 +31,7 @@ CONFIG_ATM_BR2684=m CONFIG_ATM_BR2684_IPFILTER=y CONFIG_ATM_CLIP=m CONFIG_ATM_CLIP_NO_ICMP=y +# CONFIG_ATM_DRIVERS is not set CONFIG_ATM_DUMMY=m # CONFIG_ATM_ENI is not set # CONFIG_ATM_FIRESTREAM is not set diff --git a/target/linux/generic-2.6/config-default b/target/linux/generic-2.6/config-default index d98ccb9096..b0edbca380 100644 --- a/target/linux/generic-2.6/config-default +++ b/target/linux/generic-2.6/config-default @@ -28,6 +28,7 @@ CONFIG_ATM_BR2684=m CONFIG_ATM_BR2684_IPFILTER=y CONFIG_ATM_CLIP=m CONFIG_ATM_CLIP_NO_ICMP=y +# CONFIG_ATM_DRIVERS is not set CONFIG_ATM_DUMMY=m # CONFIG_ATM_ENI is not set # CONFIG_ATM_FIRESTREAM is not set |