Skip to content
New issue

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. #1511

Open
nxhack opened this issue Mar 27, 2023 · 0 comments
Open

A custom opkg repository for node.js is available for limited use. #1511

nxhack opened this issue Mar 27, 2023 · 0 comments

Comments

@nxhack
Copy link
Owner

nxhack commented Mar 27, 2023

A custom opkg repository for node.js is available for limited use.

Only the latest version of Stable Release is available. (Currently 23.05.3, 22.03.6)
The node.js version is Active LTS (Currently v20.15.0) with small-icu.

The target architecture is as follows

23.05:

  • aarch64_cortex-a53
  • aarch64_cortex-a72
  • aarch64_generic
  • arm_arm1176jzf-s_vfp
  • arm_cortex-a15_neon-vfpv4
  • arm_cortex-a5_vfpv4
  • arm_cortex-a7_neon-vfpv4
  • arm_cortex-a7_vfpv4
  • arm_cortex-a8_vfpv3
  • arm_cortex-a9_neon
  • arm_cortex-a9_vfpv3-d16
  • x86_64

22.03:

  • aarch64_cortex-a53
  • aarch64_cortex-a72
  • aarch64_generic
  • arm_arm1176jzf-s_vfp
  • arm_cortex-a15_neon-vfpv4
  • arm_cortex-a5_vfpv4
  • arm_cortex-a7_neon-vfpv4
  • arm_cortex-a7_vfpv4
  • arm_cortex-a8_vfpv3
  • arm_cortex-a9_neon
  • arm_cortex-a9_vfpv3-d16
  • x86_64

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: 23.05.3
TARGET_ARCH: arm_cortex-a9_vfpv3-d16

src/gz openwrt_node https://downloads.nxhack.com/releases/23.05.3/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
@nxhack nxhack pinned this issue Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant