We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A custom opkg repository for node.js is available for limited use.
Only the latest version of Stable Release is available. (Currently 24.10.0-rc3) The node.js version is Active LTS (Currently v22.12.0) with small-icu.
The target architecture is as follows
24.10:
How to use: Add the following to /etc/opkg/distfeeds.conf or /etc/opkg/customfeeds.conf.
src/gz openwrt_node https://downloads.nxhack.com/releases/VERSION_NUMBER/packages/TARGET_ARCH/node
VERSION_NUMBER and TARGET_ARCH should be the same as in distfeeds.conf.
Example VERSION_NUMBER: 24.10.0-rc3 TARGET_ARCH: arm_cortex-a9_vfpv3-d16
src/gz openwrt_node https://downloads.nxhack.com/releases/24.10.0-rc3/packages/arm_cortex-a9_vfpv3-d16/node
Package signature: Run the following script
wget -q https://downloads.nxhack.com/public.key -O /tmp/public.key opkg-key add /tmp/public.key rm /tmp/public.key
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A custom opkg repository for node.js is available for limited use.
Only the latest version of Stable Release is available. (Currently 24.10.0-rc3)
The node.js version is Active LTS (Currently v22.12.0) with small-icu.
The target architecture is as follows
24.10:
How to use:
Add the following to /etc/opkg/distfeeds.conf or /etc/opkg/customfeeds.conf.
VERSION_NUMBER and TARGET_ARCH should be the same as in distfeeds.conf.
Example
VERSION_NUMBER: 24.10.0-rc3
TARGET_ARCH: arm_cortex-a9_vfpv3-d16
Package signature:
Run the following script
The text was updated successfully, but these errors were encountered: