mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-10 08:44:39 +01:00
econet: fix wrong board name for Zyxel PMG5617GA
Board name was specified incorrectly in the DT, fix. This bug was introduced in #20580 (31f5fc8fea8931f5) which was merged last week, and econet is still a mostly experimental target, so it is considered unnecessary to update SUPPORTED_DEVICES. Signed-off-by: Caleb James DeLisle <cjd@cjdns.fr> Link: https://github.com/openwrt/openwrt/pull/21023 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
4e0dfa6e27
commit
75915e3580
2 changed files with 2 additions and 2 deletions
|
|
@ -129,7 +129,7 @@ main() {
|
|||
code_openwrt=30000000
|
||||
code_factory=31000000
|
||||
;;
|
||||
tplink,zyxel-pmg5617ga)
|
||||
zyxel,pmg5617ga)
|
||||
# 00060fff
|
||||
part=$(part_named '"reservearea"')
|
||||
offset_blocks=3
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
/ {
|
||||
model = "Zyxel PMG5617GA";
|
||||
compatible = "tplink,zyxel-pmg5617ga", "econet,en751221";
|
||||
compatible = "zyxel,pmg5617ga", "econet,en751221";
|
||||
|
||||
memory@0 {
|
||||
device_type = "memory";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue