X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fbluetooth;h=dc5eec7ea567ca15c60000e6187cebcd39c42cfa;hp=33e126cfaaea42a272f2d4b077d5a1cc6ca12ef4;hb=52ecb188bcc2fd922fca816f80b6db609d89002a;hpb=360378014d0ba62c1ced4b204080f05c2a3de575 diff --git a/lfs/bluetooth b/lfs/bluetooth index 33e126cfa..dc5eec7ea 100644 --- a/lfs/bluetooth +++ b/lfs/bluetooth @@ -109,6 +109,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_SRC)/bluez-hcidump-1.42 && make $(MAKETUNING) cd $(DIR_SRC)/bluez-hcidump-1.42 && make install mv -f /etc/udev/bluetooth.rules /lib/udev/rules.d/24-bluetooth.rules + # Patch udev rules for new udev version + sed -i -e "s/SYSFS{/ATTRS{/g" /lib/udev/rules.d/24-bluetooth.rules + sed -i -e "s/BUS==/SUBSYSTEMS==/g" /lib/udev/rules.d/24-bluetooth.rules # Change bluetooth peername to Hostname-devicenumber sed -i -e 's|name "BlueZ (%d)";|name "%h-%d";|g' /etc/bluetooth/hcid.conf # Create empty config files