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
4f033b2d
Commit
4f033b2d
authored
8 years ago
by
Henryk Heisig
Committed by
John Crispin
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ramips: fix tplink image building fix sysupgrade firmware on MR200
Signed-off-by:
Henryk Heisig
<
hyniu@o2.pl
>
parent
3a6353d9
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/ramips/image/mt7620.mk
+5
-4
5 additions, 4 deletions
target/linux/ramips/image/mt7620.mk
with
5 additions
and
4 deletions
target/linux/ramips/image/mt7620.mk
+
5
−
4
View file @
4f033b2d
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
define
Build/tplink-header
define
Build/tplink-header
$(STAGING_DIR_HOST)/bin/mktplinkfw2
-a
0x4
-V
"ver. 2.0"
-B
$(1)
\
$(STAGING_DIR_HOST)/bin/mktplinkfw2
-a
0x4
-V
"ver. 2.0"
-B
$(1)
\
-o
$@.new
-k
$@
&&
mv
$@.new
$@
-o
$@.new
-k
$@
-r
$(IMAGE_ROOTFS)
&&
mv
$@.new
$@
endef
endef
define
Build/pad-kernel-ex2700
define
Build/pad-kernel-ex2700
...
@@ -45,7 +45,7 @@ define Device/ArcherC20i
...
@@ -45,7 +45,7 @@ define Device/ArcherC20i
DTS
:=
ArcherC20i
DTS
:=
ArcherC20i
KERNEL
:=
$(
KERNEL_DTB
)
KERNEL
:=
$(
KERNEL_DTB
)
KERNEL_INITRAMFS
:=
$(
KERNEL_DTB
)
| tplink-header ArcherC20i
-c
KERNEL_INITRAMFS
:=
$(
KERNEL_DTB
)
| tplink-header ArcherC20i
-c
IMAGE/sysupgrade.bin
:
= append-kernel | tplink-header ArcherC20i -j
-r $(KDIR)/root.squashfs
| append-metadata
IMAGE/sysupgrade.bin
:
= append-kernel | tplink-header ArcherC20i -j | append-metadata
DEVICE_TITLE
:=
TP-Link ArcherC20i
DEVICE_TITLE
:=
TP-Link ArcherC20i
endef
endef
TARGET_DEVICES
+=
ArcherC20i
TARGET_DEVICES
+=
ArcherC20i
...
@@ -54,16 +54,17 @@ define Device/ArcherC50
...
@@ -54,16 +54,17 @@ define Device/ArcherC50
DTS
:=
ArcherC50
DTS
:=
ArcherC50
KERNEL
:=
$(
KERNEL_DTB
)
KERNEL
:=
$(
KERNEL_DTB
)
KERNEL_INITRAMFS
:=
$(
KERNEL_DTB
)
| tplink-header ArcherC50
-c
KERNEL_INITRAMFS
:=
$(
KERNEL_DTB
)
| tplink-header ArcherC50
-c
IMAGE/sysupgrade.bin
:
= append-kernel | tplink-header ArcherC50 -j
-r $(KDIR)/root.squashfs
| append-metadata
IMAGE/sysupgrade.bin
:
= append-kernel | tplink-header ArcherC50 -j | append-metadata
DEVICE_TITLE
:=
TP-Link ArcherC50
DEVICE_TITLE
:=
TP-Link ArcherC50
endef
endef
TARGET_DEVICES
+=
ArcherC50
TARGET_DEVICES
+=
ArcherC50
define
Device/ArcherMR200
define
Device/ArcherMR200
DTS
:=
ArcherMR200
DTS
:=
ArcherMR200
SUPPORTED_DEVICES
:=
mr200
KERNEL
:=
$(
KERNEL_DTB
)
KERNEL
:=
$(
KERNEL_DTB
)
KERNEL_INITRAMFS
:=
$(
KERNEL_DTB
)
| tplink-header ArcherMR200
-c
KERNEL_INITRAMFS
:=
$(
KERNEL_DTB
)
| tplink-header ArcherMR200
-c
IMAGE/sysupgrade.bin
:
= append-kernel | tplink-header ArcherMR200 -j
-r $(KDIR)/root.squashfs
IMAGE/sysupgrade.bin
:
= append-kernel | tplink-header ArcherMR200 -j
| append-metadata
DEVICE_PACKAGES
:=
kmod-usb2 kmod-usb-net kmod-usb-net-rndis kmod-usb-serial kmod-usb-serial-option adb
DEVICE_PACKAGES
:=
kmod-usb2 kmod-usb-net kmod-usb-net-rndis kmod-usb-serial kmod-usb-serial-option adb
DEVICE_TITLE
:=
TP-Link ArcherMR200
DEVICE_TITLE
:=
TP-Link ArcherMR200
endef
endef
...
...
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