diff options
author | John Crispin <john@phrozen.org> | 2016-06-29 15:09:09 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-07-03 08:00:26 +0200 |
commit | d09f0045ea2f7fb142e23d8f5cdd45e48a3dcc26 (patch) | |
tree | 289551e88ed176e420e75d9c180705bb6ce38b0b /target/linux/ramips/image/rt305x.mk | |
parent | e892472b1eb1dc5529c2c1b14173446be9704508 (diff) | |
download | upstream-d09f0045ea2f7fb142e23d8f5cdd45e48a3dcc26.tar.gz upstream-d09f0045ea2f7fb142e23d8f5cdd45e48a3dcc26.tar.bz2 upstream-d09f0045ea2f7fb142e23d8f5cdd45e48a3dcc26.zip |
ramips: fix up switch settings for Sitecom WL-351 v1 002
Pinmux for rgmii needs to be set to rgmii, not gpio.
Hide the ESW switch on boot (using new rgmii esw devicetree attribute).
Also add a Sitecom-specific profile, since the image needs to include
the rtl8366 kernel driver.
Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de>
Diffstat (limited to 'target/linux/ramips/image/rt305x.mk')
-rw-r--r-- | target/linux/ramips/image/rt305x.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk index da7fc463f4..96175747d7 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -379,7 +379,6 @@ define Image/Build/Profile/Default $(call Image/Build/Profile/WL-330N,$(1)) $(call Image/Build/Profile/WL-330N3G,$(1)) $(call Image/Build/Profile/WL-341V3,$(1)) - $(call Image/Build/Profile/WL-351,$(1)) $(call Image/Build/Profile/WNCE2001,$(1)) $(call Image/Build/Profile/WR512-3GN,$(1)) $(call Image/Build/Profile/WR6202,$(1)) |