diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2018-02-26 22:50:21 +0100 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2018-02-26 22:50:21 +0100 |
commit | 627b82f8f75f875fe4fab72cd43c8d02f2d8acba (patch) | |
tree | a7a448b180140274e7b4591336a707a44d9b81c1 /README | |
parent | fbd52d66621f761e7ac311b3f0a79f17dc9d7a9b (diff) |
Add README
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +lxd-openwrt +=========== + +Scripts for building LXD images from OpenWrt rootfs tar balls. The OpenWrt SDK is used to build a patched procd package. + +Requirements +------------ +Subversion is required in addition to the software needed to build the packages on the SDK. +(Refer to https://openwrt.org/docs/guide-developer/obtain.firmware.sdk). + +Configuration +------------- +Refer to the beginning of build.sh. |