feeds: remove usteer package

Remove the deprecated and unused usteer package.

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2025-10-19 00:00:00 +02:00
parent 3a060fe41f
commit 81e4f4036f
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ PKG_NAME:=usteer
PKG_RELEASE:=1
PKG_SOURCE_URL=https://git.openwrt.org/project/usteer.git
PKG_MIRROR_HASH:=34a9f2867b3e9050d4707b986481681f97f6fad71bc3fb3276fa3c3b26e2ab67
PKG_MIRROR_HASH:=18c76a232599be06e730546a489302d985f0bafdf3367d374bfb74ed949f52c2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_DATE:=2021-04-19
PKG_SOURCE_VERSION:=f42bf2962edd0199e4c96ebf19933b2846bcce27

View File

@@ -12,7 +12,7 @@ PROG=/sbin/usteerd
. /lib/functions.sh
load_ifaces() {
local network="$(uci get usteer.@usteer[-1].network)"
local network="$(uci -q get usteer.@usteer[-1].network)"
for n in $network; do
local device
json_load "$(ifstatus $n)"