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
fddc7af5
Commit
fddc7af5
authored
19 years ago
by
Felix Fietkau
Browse files
Options
Downloads
Patches
Plain Diff
display limited architecture selection in menuconfig without CONFIG_DEVEL
SVN-Revision: 2879
parent
2895d499
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openwrt/Config.in
+18
-10
18 additions, 10 deletions
openwrt/Config.in
with
18 additions
and
10 deletions
openwrt/Config.in
+
18
−
10
View file @
fddc7af5
...
...
@@ -15,7 +15,23 @@ config BR2_mipsel
default y
choice
prompt "Target Architecture" if CONFIG_DEVEL
prompt "Target Architecture"
# Supported architectures
config BR2_i386
bool "i386"
config BR2_mips
bool "mips"
config BR2_mipsel
bool "mipsel"
if CONFIG_DEVEL
# Unsupported architectures
config BR2_arm
bool "arm"
...
...
@@ -26,18 +42,9 @@ config BR2_armeb
config BR2_cris
bool "cris"
config BR2_i386
bool "i386"
config BR2_m68k
bool "m68k"
config BR2_mips
bool "mips"
config BR2_mipsel
bool "mipsel"
config BR2_powerpc
bool "powerpc"
...
...
@@ -56,6 +63,7 @@ config BR2_sh4eb
config BR2_sparc
bool "sparc"
endif
endchoice
config BR2_ARCH
...
...
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