Skip to content

Commit

Permalink
ramips: fix bogus MTK_SOC (typo)
Browse files Browse the repository at this point in the history
Belkin F7C027 is clearly Rt5350 SoC, as shown on internal
photographs filed for FCC approval[1].

[1]: https://fcc.io/K7S/F7C027

Fixes commit 3b0264e
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
  • Loading branch information
dangowrt committed Jul 10, 2019
1 parent 447deed commit 98d04dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/ramips/image/rt305x.mk
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ endef
TARGET_DEVICES += belkin_f5d8235-v2

define Device/belkin_f7c027
MTK_SOC := rt5352
MTK_SOC := rt5350
IMAGE_SIZE := 7616k
DEVICE_VENDOR := Belkin
DEVICE_MODEL := F7C027
Expand Down

0 comments on commit 98d04dc

Please sign in to comment.