diff options
author | Tim Yardley <lst@openwrt.org> | 2007-04-10 15:09:35 +0000 |
---|---|---|
committer | Tim Yardley <lst@openwrt.org> | 2007-04-10 15:09:35 +0000 |
commit | 9504226efbf9e3fdafd21f2f224efedc8157f3fc (patch) | |
tree | bb866a8c7b483f9ea6c65809c9ea9a449b40a3af /target | |
parent | 653cfd2ff9e331e1e796248e1f116711556b95c5 (diff) | |
download | upstream-9504226efbf9e3fdafd21f2f224efedc8157f3fc.tar.gz upstream-9504226efbf9e3fdafd21f2f224efedc8157f3fc.tar.bz2 upstream-9504226efbf9e3fdafd21f2f224efedc8157f3fc.zip |
fix default 2.6 kernel config so we dont halt at CMTP protocol support
SVN-Revision: 6925
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic-2.6/config-template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-template b/target/linux/generic-2.6/config-template index 498ba0674b..3b17aec071 100644 --- a/target/linux/generic-2.6/config-template +++ b/target/linux/generic-2.6/config-template @@ -109,6 +109,7 @@ CONFIG_BSD_DISKLABEL=y CONFIG_BSD_PROCESS_ACCT=y # CONFIG_BSD_PROCESS_ACCT_V3 is not set CONFIG_BT=m +# CONFIG_BT_CMTP is not set CONFIG_BT_BNEP=m CONFIG_BT_BNEP_MC_FILTER=y CONFIG_BT_BNEP_PROTO_FILTER=y |