On Sun, 2012-11-04 at 15:19 +0000, Matthew Leach wrote: > Hi, > > Doing a fresh build of the 3.2.33 kernel yielded the following error: > > LD vmlinux.o > MODPOST vmlinux.o > GEN .version > CHK include/generated/compile.h > UPD include/generated/compile.h > CC init/version.o > LD init/built-in.o > LD .tmp_vmlinux1 > net/built-in.o: In function `hci_conn_security': > (.text+0xc55bd): undefined reference to `smp_conn_security' > make: *** [.tmp_vmlinux1] Error 1 > > > [1] introduced the smp_conn_security call in hci_conn_security. Attached > is my config. > > Matt > > [1]: ff03261adc8b4bdd8291f1783c079b53a892b429
This would be because smp_conn_security() is in smp.c which is only built if CONFIG_BT_L2CAP=y. I suppose I need to cherry-pick this: commit f1e91e1640d808d332498a6b09b2bcd01462eff9 Author: Ulisses Furquim <[email protected]> Date: Wed Dec 21 01:32:09 2011 -0200 Bluetooth: Always compile SCO and L2CAP in Bluetooth Core Ben. -- Ben Hutchings No political challenge can be met by shopping. - George Monbiot
signature.asc
Description: This is a digitally signed message part
