Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nxhack/openwrt-custom-packages
- Owner: nxhack
- License: gpl-2.0
- Created: 2016-03-22T06:43:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T22:37:59.000Z (4 months ago)
- Last Synced: 2024-10-17T03:12:07.075Z (2 months ago)
- Topics: libmraa, libupm, mraa, nodejs, openwrt, openwrt-package, querierd, swig, upm, v2ray, v2ray-plugin
- Language: Makefile
- Homepage:
- Size: 225 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.