projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d0285a
)
add the possibility to put the rootfs to another location (usefull to specify one...
author
Ralph Hempel
<ralph.hempel@lantiq.com>
Fri, 20 Feb 2009 10:38:08 +0000
(10:38 +0000)
committer
Ralph Hempel
<ralph.hempel@lantiq.com>
Fri, 20 Feb 2009 10:38:08 +0000
(10:38 +0000)
SVN-Revision: 14577
Config.in
patch
|
blob
|
history
diff --git
a/Config.in
b/Config.in
index 7c980445300b8832735c51ee59eeefc3aaff7e18..e412338921b185b6d4004067ae2aef2df197fea2 100644
(file)
--- a/
Config.in
+++ b/
Config.in
@@
-166,6
+166,14
@@
config BUILD_SUFFIX
help
Build suffix to append to the BUILD_DIR variable, i.e: build_dir_suffix
+config TARGET_ROOTFS_DIR
+ string
+ prompt "Override the default TARGET_ROOTFS_DIR variable" if DEVEL
+ default ""
+ help
+ Override the default TARGET_ROOTFS_DIR variable content $(BUILD_DIR) with custom path.
+ Use this option to re-define the location of the target root file system directory.
+
config CCACHE
bool
prompt "Use ccache" if DEVEL