autocore-arm: disable wireless port info show

This commit is contained in:
lean 2022-09-18 21:42:25 +08:00
parent 7901118997
commit 86eb0f2e34
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# #
# Copyright (C) 2010-2011 OpenWrt.org # Copyright (C) 2010-2022 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
a=$(ls /sys/class/net/*/device/uevent | awk -F '/' '{print $5}') a=$(ls /sys/class/net/*/device/uevent | grep eth | awk -F '/' '{print $5}')
b=$(echo "$a" | wc -l) b=$(echo "$a" | wc -l)
rm -f /tmp/state/ethinfo rm -f /tmp/state/ethinfo