Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openwrt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Freifunk Luebeck
openwrt
Commits
1b216aa2
Commit
1b216aa2
authored
16 years ago
by
Hamish Guthrie
Browse files
Options
Downloads
Patches
Plain Diff
Add FEATURE ramdisk to be able to select the use of INITRAMFS for a sub-target
SVN-Revision: 14939
parent
20b56263
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Config.in
+1
-1
1 addition, 1 deletion
Config.in
scripts/metadata.pl
+1
-0
1 addition, 0 deletions
scripts/metadata.pl
target/Config.in
+3
-0
3 additions, 0 deletions
target/Config.in
target/linux/ps3/petitboot/target.mk
+2
-2
2 additions, 2 deletions
target/linux/ps3/petitboot/target.mk
with
7 additions
and
3 deletions
Config.in
+
1
−
1
View file @
1b216aa2
...
...
@@ -15,7 +15,7 @@ source "target/Config.in"
menu "Target Images"
config TARGET_ROOTFS_INITRAMFS
bool "ramdisk"
default
n
default
y if USES_INITRAMFS
depends LINUX_2_6
help
Embed the rootfs into the kernel (initramfs)
...
...
This diff is collapsed.
Click to expand it.
scripts/metadata.pl
+
1
−
0
View file @
1b216aa2
...
...
@@ -163,6 +163,7 @@ sub target_config_features(@) {
/tgz/
and
$ret
.=
"
\t
select USES_TGZ
\n
";
/cpiogz/
and
$ret
.=
"
\t
select USES_CPIOGZ
\n
";
/fpu/
and
$ret
.=
"
\t
select HAS_FPU
\n
";
/ramdisk/
and
$ret
.=
"
\t
select USES_INITRAMFS
\n
";
}
return
$ret
;
}
...
...
This diff is collapsed.
Click to expand it.
target/Config.in
+
3
−
0
View file @
1b216aa2
...
...
@@ -29,6 +29,9 @@ config USB_SUPPORT
config BIG_ENDIAN
bool
config USES_INITRAMFS
bool
config USES_SQUASHFS
bool
...
...
This diff is collapsed.
Click to expand it.
target/linux/ps3/petitboot/target.mk
+
2
−
2
View file @
1b216aa2
BOARDNAME
:=
Petitboot
FEATURES
:=
fpu
FEATURES
:=
fpu
ramdisk
DEFAULT_PACKAGES
+=
dnsmasq
DEFAULT_PACKAGES
+=
dnsmasq
petitboot
define
Target/Description
Build
Petitboot
bootloader
...
...
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