diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-04-20 17:01:30 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-20 17:01:30 +0000 |
| commit | b6defb27cbb3f978cbf66f92f4379eeb1318b83a (patch) | |
| tree | d54625559910142e0895d8a2318d003de21a286c /openwrt/package/sdk/files/README.ImageBuilder | |
| parent | b00ba37ec09d2d802a42d98ca6b8d32b3a0dfda2 (diff) | |
| download | mtk-20170518-b6defb27cbb3f978cbf66f92f4379eeb1318b83a.zip mtk-20170518-b6defb27cbb3f978cbf66f92f4379eeb1318b83a.tar.gz mtk-20170518-b6defb27cbb3f978cbf66f92f4379eeb1318b83a.tar.bz2 | |
add openwrt image builder to sdk
SVN-Revision: 688
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. |
