openwrt/target/linux/ramips
Yousong Zhou 2408f2f08f ramips: mt7530: remove redundant global attrs for port mirroring
Global attributes enable_mirror_tx/enable_mirror_rx depend on runtime
value of another global attribute mirror_source_port which just resides
in the memory

The same functionality can be achieved by directly setting port
attribute of the same names.  E.g. the following two groups of commands
achieve the same thing

	swconfig dev switch0 set mirror_source_port 3
	swconfig dev switch0 set enable_mirror_tx 1
	swconfig dev switch0 set mirror_source_port 4
	swconfig dev switch0 set enable_mirror_tx 1

	swconfig dev switch0 port 3 set enable_mirror_tx 1
	swconfig dev switch0 port 4 set enable_mirror_tx 1

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-03-03 23:06:00 +08:00
..
base-files ramips: move set-irq-affinity script to mt7621 subtarget 2020-01-03 00:08:35 +01:00
dts ramips: move includes to DTSI for mt7628an_tplink_8m* 2020-02-22 19:33:41 +01:00
files-4.14/drivers ramips: mt7530: remove redundant global attrs for port mirroring 2020-03-03 23:06:00 +08:00
image ramips: mt7620: disable images for Netgear 2700 2020-03-02 08:44:02 +01:00
mt76x8 ramips: fix HiWiFi HC5761A switch settings 2020-02-14 14:10:51 +01:00
mt7620 ramips: convert TP-Link MT7620 boards to tpt trigger 2020-01-02 21:41:58 +01:00
mt7621 ramips: fix device name of netis WF-2881 to WF2881 2020-02-07 14:33:17 +01:00
patches-4.14 kernel: bump 4.14 to 4.14.171 2020-02-24 14:18:59 +01:00
rt288x ramips: rt288x: use flash location for wan_mac in 02_network 2019-12-12 13:11:49 +01:00
rt305x ramips: rt305x: use flash location for wan_mac in 02_network 2019-12-12 13:11:58 +01:00
rt3883 ramips: fix USB LED for Belkin F9K1109v1 2019-12-20 15:54:33 +01:00
Makefile ramips: switch to linux 4.14 2018-04-06 18:07:43 +02:00
modules.mk kernel: fix typos in KernelPackage description 2020-02-08 17:58:38 +01:00