diff options
Diffstat (limited to 'openwrt/package/sdk/files/README.ImageBuilder')
-rw-r--r-- | openwrt/package/sdk/files/README.ImageBuilder | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/openwrt/package/sdk/files/README.ImageBuilder b/openwrt/package/sdk/files/README.ImageBuilder new file mode 100644 index 0000000..7bf8939 --- /dev/null +++ b/openwrt/package/sdk/files/README.ImageBuilder @@ -0,0 +1,8 @@ +This is the OpenWrt Image Builder. You can use it to make customized +OpenWrt Images without having to compile anything. + +Just put all the extra packages you need in packages/ and make changes +to target_skeleton if you like. + +After that run 'make' and it will build the OpenWrt images in the bin/ +directory. |