1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

add openwrt image builder to sdk

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@688 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2005-04-20 17:01:30 +00:00
parent 7fb7f1c43b
commit 08479c3ef6
11 changed files with 156 additions and 42 deletions

View File

@@ -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.