Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 844 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 844 Bytes

openwrt-packages-miruo Build Status

This is miruo 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/SDK environment:

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

Then you can build packages as follows:

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