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
27a1e6cc
Commit
27a1e6cc
authored
14 years ago
by
Imre Kaloz
Browse files
Options
Downloads
Patches
Plain Diff
as we only support 2.6, remove the useless bool for it
SVN-Revision: 23246
parent
7fa8ba09
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Config.in
+0
-3
0 additions, 3 deletions
Config.in
target/Config.in
+0
-3
0 additions, 3 deletions
target/Config.in
with
0 additions
and
6 deletions
Config.in
+
0
−
3
View file @
27a1e6cc
...
@@ -17,7 +17,6 @@ menu "Target Images"
...
@@ -17,7 +17,6 @@ menu "Target Images"
menuconfig TARGET_ROOTFS_INITRAMFS
menuconfig TARGET_ROOTFS_INITRAMFS
bool "ramdisk"
bool "ramdisk"
default y if USES_INITRAMFS
default y if USES_INITRAMFS
depends LINUX_2_6
help
help
Embed the rootfs into the kernel (initramfs)
Embed the rootfs into the kernel (initramfs)
...
@@ -169,7 +168,6 @@ menu "Global build settings"
...
@@ -169,7 +168,6 @@ menu "Global build settings"
config KERNEL_DEBUG_FS
config KERNEL_DEBUG_FS
bool "Compile the kernel with Debug FileSystem enabled"
bool "Compile the kernel with Debug FileSystem enabled"
default y
default y
depends LINUX_2_6
help
help
debugfs is a virtual file system that kernel developers use to put
debugfs is a virtual file system that kernel developers use to put
debugging files into. Enable this option to be able to read and
debugging files into. Enable this option to be able to read and
...
@@ -334,7 +332,6 @@ menu "Global build settings"
...
@@ -334,7 +332,6 @@ menu "Global build settings"
Specifies arguments passed to the strip command when stripping binaries
Specifies arguments passed to the strip command when stripping binaries
config STRIP_KERNEL_EXPORTS
config STRIP_KERNEL_EXPORTS
depends LINUX_2_6
bool "Strip unnecessary exports from the kernel image"
bool "Strip unnecessary exports from the kernel image"
help
help
Reduces kernel size by stripping unused kernel exports from the kernel image
Reduces kernel size by stripping unused kernel exports from the kernel image
...
...
This diff is collapsed.
Click to expand it.
target/Config.in
+
0
−
3
View file @
27a1e6cc
...
@@ -2,9 +2,6 @@ source "tmp/.config-target.in"
...
@@ -2,9 +2,6 @@ source "tmp/.config-target.in"
# Kernel/Hardware features
# Kernel/Hardware features
config LINUX_2_6
bool
config HAS_FPU
config HAS_FPU
bool
bool
...
...
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