Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Rudolph
lede-mikrotik
Commits
9e88c96a
Commit
9e88c96a
authored
20 years ago
by
Waldemar Brodkorb
Browse files
Options
Downloads
Patches
Plain Diff
change default path for staging_dir.
http://www.openwrt.org/forum/viewtopic.php?p=5528#5528
SVN-Revision: 421
parent
23965113
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
openwrt/Config.in
+2
-2
2 additions, 2 deletions
openwrt/Config.in
openwrt/Makefile
+1
-1
1 addition, 1 deletion
openwrt/Makefile
with
3 additions
and
3 deletions
openwrt/Config.in
+
2
−
2
View file @
9e88c96a
...
...
@@ -86,7 +86,7 @@ config BR2_TAR_VERBOSITY
config BR2_STAGING_DIR
string "Toolchain and header file location?"
default "$(B
UILD
_DIR)/staging_dir"
default "$(B
ASE
_DIR)/staging_dir
_$(ARCH)$(ARCH_FPU_SUFFIX)
"
help
This is the location where the toolchain will be installed.
Since the toolchain will not work if it is moved from this
...
...
@@ -95,7 +95,7 @@ config BR2_STAGING_DIR
the toolchain will be used.
Most people will leave this set to the default value of
"$(B
UILD
_DIR)/staging_dir".
"$(B
ASE
_DIR)/staging_dir
_$(ARCH)$(ARCH_FPU_SUFFIX)
".
config BR2_JLEVEL
int "Number of jobs to run simultaneously"
...
...
This diff is collapsed.
Click to expand it.
openwrt/Makefile
+
1
−
1
View file @
9e88c96a
...
...
@@ -116,7 +116,7 @@ dirclean: clean
rm
-rf
$(
BUILD_DIR
)
distclean
:
clean
rm
-rf
$(
STAMP_DIR
)
$(
DL_DIR
)
$(
BUILD_DIR
)
$(
TOOL_BUILD_DIR
)
rm
-rf
$(
STAMP_DIR
)
$(
DL_DIR
)
$(
BUILD_DIR
)
$(
TOOL_BUILD_DIR
)
$(
STAGING_DIR
)
rm
-f
.config
*
.tmpconfig.h
sourceball
:
distclean
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment