Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 822 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 822 Bytes

Description

This is my OpenWrt "custom"-feed containing my build scripts, options and patches for applications, modules and libraries used for my router which are not available in the upstream OpenWrt package.

Installation of pre-built packages is handled directly by the opkg utility within your running OpenWrt system or by using the OpenWrt SDK on a build system. Repo URL is located at https://pub.bacnh.com/openwrt/

List of packages

paho.mqtt.c - An Eclipse Paho C client library for MQTT for Windows, Linux and MacOS. https://eclipse.org/paho

Usage

Add this feed into your feeds.conf:

src-git custom https://github.com/ngohaibac/openwrt-extra-packages

To install all its package definitions, run:

./scripts/feeds update custom
./scripts/feeds install -a -p custom