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
22045c38
Commit
22045c38
authored
9 years ago
by
Luka Perkov
Browse files
Options
Downloads
Patches
Plain Diff
imx6: put uboot-envtools in DEFAULT_PACKAGES
Signed-off-by:
Luka Perkov
<
luka@openwrt.org
>
SVN-Revision: 45478
parent
cc8628a6
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
target/linux/imx6/Makefile
+2
-0
2 additions, 0 deletions
target/linux/imx6/Makefile
target/linux/imx6/profiles/100-generic.mk
+1
-2
1 addition, 2 deletions
target/linux/imx6/profiles/100-generic.mk
target/linux/imx6/profiles/110-wandboard.mk
+1
-2
1 addition, 2 deletions
target/linux/imx6/profiles/110-wandboard.mk
with
4 additions
and
4 deletions
target/linux/imx6/Makefile
+
2
−
0
View file @
22045c38
...
@@ -20,4 +20,6 @@ include $(INCLUDE_DIR)/target.mk
...
@@ -20,4 +20,6 @@ include $(INCLUDE_DIR)/target.mk
KERNELNAME
:=
zImage dtbs
KERNELNAME
:=
zImage dtbs
DEFAULT_PACKAGES
+=
uboot-envtools
$(
eval
$(
call BuildTarget
))
$(
eval
$(
call BuildTarget
))
This diff is collapsed.
Click to expand it.
target/linux/imx6/profiles/100-generic.mk
+
1
−
2
View file @
22045c38
...
@@ -8,8 +8,7 @@
...
@@ -8,8 +8,7 @@
define
Profile/Generic
define
Profile/Generic
NAME
:=
Generic
(
default
)
NAME
:=
Generic
(
default
)
PACKAGES
:=
\
PACKAGES
:=
\
kmod-thermal-imx kmod-usb-chipidea-imx kmod-usb-mxs-phy
\
kmod-thermal-imx kmod-usb-chipidea-imx kmod-usb-mxs-phy
uboot-envtools
endef
endef
define
Profile/Generic/Description
define
Profile/Generic/Description
...
...
This diff is collapsed.
Click to expand it.
target/linux/imx6/profiles/110-wandboard.mk
+
1
−
2
View file @
22045c38
...
@@ -8,8 +8,7 @@
...
@@ -8,8 +8,7 @@
define
Profile/IMX6DL_WANDBOARD
define
Profile/IMX6DL_WANDBOARD
NAME
:=
Wandboard Dual
NAME
:=
Wandboard Dual
PACKAGES
:=
\
PACKAGES
:=
\
kmod-thermal-imx kmod-usb-chipidea-imx kmod-usb-mxs-phy
\
kmod-thermal-imx kmod-usb-chipidea-imx kmod-usb-mxs-phy
uboot-envtools
endef
endef
$(
eval
$(
call Profile,IMX6DL_WANDBOARD
))
$(
eval
$(
call Profile,IMX6DL_WANDBOARD
))
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