Revisió cce89d3e
Afegit per Pau Escrich fa casi 13 anys
README | ||
---|---|---|
Read Only URL: http://qmp.cat/git/qmpfw.git
|
||
Developer URL: ssh://gitosis@qmp.cat:221/qmpfw.git
|
||
|
||
=================================================================================
|
||
Directory structure
|
||
=================================================================================
|
||
|
||
There are several directories and files. This is the functionallity for each of them:
|
||
|
||
Makefile: the main makefile
|
||
|
||
targets.mk: file which contains all information related with targets. If you want to add a new supported device you must edit it
|
||
|
||
build: here you will have all needed sources
|
||
|
||
build/configs: if you do some change in config file using "menuconfig" option, the new config is placed here (and also in destination target)
|
||
|
||
dl: download folder for OpenWRT packages
|
||
|
||
configs: config files for each kind of hardware. These are the default ones provided by qmpfw
|
||
|
||
images: output directory for compiled images, each of them has a different timestamp, so you can have as many as you want
|
||
|
||
|
||
=================================================================================
|
||
Command options
|
||
=================================================================================
|
||
... | ... | |
|
||
make T=rspro checkout
|
||
|
||
---------------------------------------------------------------------------------
|
||
Copy images built before to output directory
|
||
|
||
make T=rspro post_build
|
||
|
||
---------------------------------------------------------------------------------
|
||
To clean specific target:
|
||
|
||
... | ... | |
|
||
TODO: This feature is missing
|
||
|
||
|
||
=================================================================================
|
||
Directory structure
|
||
=================================================================================
|
||
|
||
There are several directories and files. This is the functionallity for each of them:
|
||
|
||
- Makefile: the main makefile
|
||
|
||
- targets.mk: file which contains all information related with targets. If you want to add a new supported device you must edit it
|
||
|
||
- build: here you will have all needed sources
|
||
|
||
- build/configs: if you do some change in config file using "menuconfig" option, the new config is placed here (and also in destination target)
|
||
|
||
- dl: download folder for OpenWRT packages
|
||
|
||
- configs: config files for each kind of hardware. These are the default ones provided by qmpfw
|
||
|
||
- images: output directory for compiled images, each of them has a different timestamp, so you can have as many as you want
|
||
|
||
|
||
|
També disponible a: Unified diff
Updated new targets: nsm5 and fonera. Some improvements in post_build operation