Comment (by jim@…): This error seems to occur because `/usr/lib/opkg/info/kmod-bluetooth .postinst-pkg` contains: {{{ insert_modules bluetooth rfcomm bnep hidp hci_uart btusb }}} However, `/etc/modules.d/bluetooth` already lists all of them, so they get installed when `insert-modu...