diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-20 17:01:30 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-20 17:01:30 +0000 |
commit | d4acdafcf724057bc9b718170c54b420f46c40b4 (patch) | |
tree | d54625559910142e0895d8a2318d003de21a286c /openwrt/package/sdk/files/README.ImageBuilder | |
parent | b91216ac5fe33ba6166ab40915fdb8040f470b4e (diff) |
add openwrt image builder to sdk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@688 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 000000000..7bf89392a --- /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. |