Revisió b2e7591a
Afegit per Jorge L. Florit fa més de 12 anys
| Makefile | ||
|---|---|---|
|
OWRT_PKG_SVN = svn://svn.openwrt.org/openwrt/branches/packages_12.09
|
||
|
QMP_GIT_RW = ssh://gitosis@qmp.cat:221/qmp.git
|
||
|
QMP_GIT_RO = git://qmp.cat/qmp.git
|
||
|
QMP_GIT_BRANCH ?= master
|
||
|
QMP_GIT_BRANCH ?= testing
|
||
|
BUILD_DIR = build
|
||
|
CONFIG_DIR = configs
|
||
|
MY_CONFIGS = $(BUILD_DIR)/configs
|
||
| ... | ... | |
|
$(info $(HW_AVAILABLE))
|
||
|
@exit 0
|
||
|
|
||
|
target_name:
|
||
|
$(info $(NAME))
|
||
|
@exit 0
|
||
|
|
||
|
config:
|
||
|
@select HW in $(HW_AVAILABLE); do break; done; echo $$HW > .config.tmp;
|
||
|
mv .config.tmp .config
|
||
També disponible a: Unified diff
Change nightlycompile script to approach better to check and compile each target for each community