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
2adc6468
Commit
2adc6468
authored
8 years ago
by
John Crispin
Browse files
Options
Downloads
Patches
Plain Diff
ipq806x: build Linksys EA8500 images
Signed-off-by:
Adrian Panella
<
ianchi74@outlook.com
>
parent
bdaf5581
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
target/linux/ipq806x/image/Makefile
+18
-1
18 additions, 1 deletion
target/linux/ipq806x/image/Makefile
with
18 additions
and
1 deletion
target/linux/ipq806x/image/Makefile
+
18
−
1
View file @
2adc6468
...
...
@@ -149,6 +149,23 @@ define Device/DB149
DEVICE_TITLE
:=
Qualcom DB149
endef
define
Device/EA8500
$(
call
Device/LegacyImage
)
DEVICE_DTS
:=
qcom-ipq8064-ea8500
PAGESIZE
:=
2048
BLOCKSIZE
:=
128KiB
KERNEL_SIZE
:=
3145728
FILESYSTEMS
:=
squashfs
KERNEL
=
kernel-bin | append-dtb | uImage none | append-file
$(
KDIR
)
/root.dummy
PROFILES
+=
$$(
DEVICE_NAME
)
BOARD_NAME
:=
ea8500
IMAGES
:=
factory.bin sysupgrade.tar
IMAGE/factory.bin
:
= append-kernel 3145728 | append-ubi
IMAGE/sysupgrade.tar :
=
sysupgrade-nand
DEVICE_VARS +
=
DEVICE_DTS KERNEL_SIZE PAGESIZE BLOCKSIZE SUBPAGESIZE
DEVICE_TITLE :
=
Linksys EA8500
endef
define
Device/R7500
$(
call
Device/DniImage
)
DEVICE_DTS
:=
qcom-ipq8064-r7500
...
...
@@ -161,6 +178,6 @@ define Device/R7500
DEVICE_TITLE
:=
Netgear Nighthawk X4 R7500
endef
TARGET_DEVICES
+=
AP148 AP148-legacy C2600 D7800 DB149 R7500
TARGET_DEVICES
+=
AP148 AP148-legacy C2600 D7800 DB149
EA8500
R7500
$(
eval
$(
call BuildImage
))
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