Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nxhack/openwrt-custom-packages

OpenWrt Project Custom Packages
https://github.com/nxhack/openwrt-custom-packages

libmraa libupm mraa nodejs openwrt openwrt-package querierd swig upm v2ray v2ray-plugin

Last synced: about 2 months ago
JSON representation

OpenWrt Project Custom Packages

Awesome Lists containing this project

README

        

# OpenWrt Custom Packages

## Description

OpenWrt Custom Packages : for Head (Development branch)

Note: support arches are aarch64, arm, x86_64

## Eclipse Mraa (Libmraa) and UPM, which supports the latest node.js.

If you want to replace the OpenWrt community packages, follow the steps below.

Add the following line to feeds.conf or feeds.conf.default.
```
src-git custom https://github.com/nxhack/openwrt-custom-packages.git
```

Run
```
./scripts/feeds update custom
rm ./package/feeds/packages/swig
rm ./package/feeds/packages/libmraa
rm ./package/feeds/packages/libupm
./scripts/feeds install -a -p custom
make defconfig
```

## License

See [LICENSE](LICENSE) file.