Hirokazu MORIKAWA

Results 81 comments of Hirokazu MORIKAWA

Hi @premhunt I wrote a simple script. I have not verified it. Please use it for understanding the overview. ``` #!/bin/bash # # My environment: # Ubuntu 16.04.2 LTS #...

OpenWrt version? openwrt-node-packages branch? node.js version?

Thanks. I will try to reproduce it. It will take some time.

I was able to build successfully. Please show me 'config.gypi'.

There seems to be no difference... ``` 'node_module_version': 93, 'node_no_browser_globals': 'false', 'node_prefix': '/usr', 'node_release_urlbase': '', 'node_section_ordering_info': '', 'node_shared': 'false', 'node_shared_brotli': 'false', 'node_shared_cares': 'true', 'node_shared_http_parser': 'false', 'node_shared_libuv': 'true', 'node_shared_nghttp2': 'true', 'node_shared_nghttp3':...

I guess I could work around it by adding include_dirs, but that is out of my scope. ``` ./node-v16.15.1/deps/ngtcp2/ngtcp2/lib/includes ./node-v16.15.1/deps/ngtcp2/nghttp3/lib/includes ```

linux kernel 5.x drop this option. OpenWrt-19.07 OpenWrt-18.06 linux-4.14 has this option. Anyway, the development branch does not support mips.

@ANARHIST1984 > I saw one solution. Need to install Avahi and it has to be configured. There are several mDNS packages available for OpenWrt. It is up to the user...

@ANARHIST1984 Thank you! for the report. I checked it out and it seems that the behavior has changed since v1.3.0. https://github.com/homebridge/homebridge/releases/tag/v1.3.0 This wiki is an example of using the Homebridge...