openwrt-node-packages icon indicating copy to clipboard operation
openwrt-node-packages copied to clipboard

A custom prebuild packages repository for node.js is available.

Open nxhack opened this issue 3 years ago • 2 comments

A custom prebuild packages repository for node.js is available for limited use.

Only the latest version of Stable Release is available. (Currently 24.10.4) The node.js version is Active LTS (Currently v22.21.1) with small-icu.

The target architecture is as follows

24.10:

  • aarch64_cortex-a53
  • aarch64_cortex-a72
  • aarch64_cortex-a76
  • 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
  • i386_pentium4
  • i386_pentium-mmx
  • 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: 24.10.4 TARGET_ARCH: arm_cortex-a9_vfpv3-d16

src/gz openwrt_node https://downloads.nxhack.com/releases/24.10.4/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

Preparing to distribute the snapshot apk (test)

How to use: Add the following to /etc/apk/repositories.d/distfeeds.list or /etc/apk/repositories.d/customfeeds.list.

https://downloads.nxhack.com/snapshots/packages/TARGET_ARCH/node/packages.adb

TARGET_ARCH should be the same as in distfeeds.list.

Example TARGET_ARCH: aarch64_cortex-a53

https://downloads.nxhack.com/snapshots/packages/aarch64_cortex-a53/node/packages.adb

Package signature: Run the following script

wget -q https://downloads.nxhack.com/nodejs.pem -O /etc/apk/keys/nodejs.pem
apk update

nxhack avatar Mar 27 '23 00:03 nxhack

Is this still available?

alexbrokethis avatar Feb 26 '25 17:02 alexbrokethis

@alexbrokethis Yes, I update the ~~apk~~ ipk every time I build it for testing purposes.

Disclaimer: I am publishing the results of my test builds, so I may not be able to respond to individual requests.

nxhack avatar Feb 27 '25 00:02 nxhack