Skip to content

hnw/openwrt-packages-digitemp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

openwrt-packages-digitemp Build Status

This is digitemp package for OpenWrt, tested on OpenWrt 15.05.1 / LEDE 17.01.4.

How to install binary package

See hnw/openwrt-packages.

How to build

To build these packages, add the following line to the feeds.conf in the OpenWrt buildroot:

$ cp feeds.conf.default feeds.conf # if needed
$ echo 'src-git hnw_digitemp https://github.com/hnw/openwrt-packages-digitemp.git' >> feeds.conf

Then you can build packages as follows:

$ ./scripts/feeds update -a
$ ./scripts/feeds install digitemp
$ make defconfig
$ make package/toolchain/compile
$ make package/digitemp/compile