Differences
This shows you the differences between two versions of the page.
|
doc:howto:build.a.package [2013/01/09 07:20] tve created |
doc:howto:build.a.package [2013/01/13 06:11] (current) tve |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| make defconfig | make defconfig | ||
| make package/symlinks | make package/symlinks | ||
| + | </code> | ||
| + | Then copy the config.x86_generic, or whichever you need, from the SDK into .config | ||
| + | <code> | ||
| make menuconfig | make menuconfig | ||
| make menuconfig -> check nano and libncurses | make menuconfig -> check nano and libncurses | ||
| Line 11: | Line 14: | ||
| make toolchain/install | make toolchain/install | ||
| make target/compile | make target/compile | ||
| - | make package/ncurses/compile | + | ./script/feeds install owhttpd |
| - | make package/ncurses/install | + | make package/owhttpd/prepare |
| - | make package/feeds/packages/nano/compile | + | make package/owhttpd/compile |
| - | make package/feeds/packages/nano/install | + | make package/owhttpd/install |
| make package/index | make package/index | ||
| </code> | </code> | ||
doc/howto/build.a.package.txt · Last modified: 2013/01/13 06:11 by tve
