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
19a52ea3
Commit
19a52ea3
authored
17 years ago
by
Florian Fainelli
Browse files
Options
Downloads
Patches
Plain Diff
Add a USES_TGZ config.in variable, so that RB1xx profiles can use it
SVN-Revision: 8039
parent
650ee7c3
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/adm5120-2.6/profiles/RB1xx.mk
+1
-0
1 addition, 0 deletions
target/linux/adm5120-2.6/profiles/RB1xx.mk
with
6 additions
and
1 deletion
Config.in
+
1
−
1
View file @
19a52ea3
...
@@ -36,7 +36,7 @@ menu "Target Images"
...
@@ -36,7 +36,7 @@ menu "Target Images"
config TARGET_ROOTFS_TGZ
config TARGET_ROOTFS_TGZ
bool "tgz"
bool "tgz"
default y if
!
USES_
SQUASHFS && !USES_JFFS2
default y if USES_
TGZ
depends !TARGET_ROOTFS_INITRAMFS
depends !TARGET_ROOTFS_INITRAMFS
help
help
Build a compressed tar archive of the the root filesystem
Build a compressed tar archive of the the root filesystem
...
...
This diff is collapsed.
Click to expand it.
scripts/metadata.pl
+
1
−
0
View file @
19a52ea3
...
@@ -253,6 +253,7 @@ sub target_config_features(@) {
...
@@ -253,6 +253,7 @@ sub target_config_features(@) {
/squashfs/
and
$ret
.=
"
\t
select USES_SQUASHFS
\n
";
/squashfs/
and
$ret
.=
"
\t
select USES_SQUASHFS
\n
";
/jffs2/
and
$ret
.=
"
\t
select USES_JFFS2
\n
";
/jffs2/
and
$ret
.=
"
\t
select USES_JFFS2
\n
";
/ext2/
and
$ret
.=
"
\t
select USES_EXT2
\n
";
/ext2/
and
$ret
.=
"
\t
select USES_EXT2
\n
";
/tgz/
and
$ret
.=
"
\t
select USES_TGZ
\n
";
}
}
return
$ret
;
return
$ret
;
}
}
...
...
This diff is collapsed.
Click to expand it.
target/Config.in
+
3
−
0
View file @
19a52ea3
...
@@ -35,6 +35,9 @@ config USES_JFFS2
...
@@ -35,6 +35,9 @@ config USES_JFFS2
config USES_EXT2
config USES_EXT2
bool
bool
config USES_TGZ
bool
config PROFILE_KCONFIG
config PROFILE_KCONFIG
bool
bool
...
...
This diff is collapsed.
Click to expand it.
target/linux/adm5120-2.6/profiles/RB1xx.mk
+
1
−
0
View file @
19a52ea3
...
@@ -8,6 +8,7 @@
...
@@ -8,6 +8,7 @@
define
Profile/RouterBoard
define
Profile/RouterBoard
NAME
:=
RouterBoard RB1xx
NAME
:=
RouterBoard RB1xx
PACKAGES
:=
kmod-madwifi
PACKAGES
:=
kmod-madwifi
FEATURES
+=
tgz
endef
endef
define
Profile/RouterBoard/Description
define
Profile/RouterBoard/Description
...
...
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