diff options
author | Daniel Golle <daniel@makrotopia.org> | 2018-01-24 01:27:51 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2018-02-06 03:00:33 +0100 |
commit | 32f120b783f1a0467993cdfd15efdef06cad56d8 (patch) | |
tree | b748cf490bee425e61c4962a0c190555e765555c /target/linux/ramips/image | |
parent | a8b023272d334e47ee82449eadda01b96e9c2a90 (diff) | |
download | upstream-32f120b783f1a0467993cdfd15efdef06cad56d8.tar.gz upstream-32f120b783f1a0467993cdfd15efdef06cad56d8.tar.bz2 upstream-32f120b783f1a0467993cdfd15efdef06cad56d8.zip |
ramips: various fixes for zbt-we1226
Convert userspace code to use generic device-tree compatible board
detection method. Users of the existing code will have to use
sysupgrade -F once to switch to the new generic board naming.
Properly setup pinctrl fixing the switch port LEDs.
Fixes commit 9c4fe103cb (ramips: add support for ZBT-WE1226)
Reported-by: Mathias Kresin <dev@kresin.me>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/mt76x8.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/image/mt76x8.mk b/target/linux/ramips/image/mt76x8.mk index f58a2208c1..d12aaf0eec 100644 --- a/target/linux/ramips/image/mt76x8.mk +++ b/target/linux/ramips/image/mt76x8.mk @@ -248,9 +248,9 @@ define Device/wrtnode2r endef TARGET_DEVICES += wrtnode2r -define Device/zbt-we1226 +define Device/zbtlink_zbt-we1226 DTS := ZBT-WE1226 IMAGE_SIZE := $(ralink_default_fw_size_8M) DEVICE_TITLE := ZBTlink ZBT-WE1226 endef -TARGET_DEVICES += zbt-we1226 +TARGET_DEVICES += zbtlink_zbt-we1226 |