nxhack / openwrt-custom-packages

OpenWrt Project Custom Packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 file.

About

OpenWrt Project Custom Packages

License:GNU General Public License v2.0


Languages

Language:Makefile 98.2%Language:Shell 1.8%