mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-11-03 20:07:59 +00:00 
			
		
		
		
	feeds: remove usteer package
Remove the deprecated and unused usteer package. Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
		@@ -4,7 +4,7 @@ PKG_NAME:=usteer
 | 
				
			|||||||
PKG_RELEASE:=1
 | 
					PKG_RELEASE:=1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PKG_SOURCE_URL=https://git.openwrt.org/project/usteer.git
 | 
					PKG_SOURCE_URL=https://git.openwrt.org/project/usteer.git
 | 
				
			||||||
PKG_MIRROR_HASH:=34a9f2867b3e9050d4707b986481681f97f6fad71bc3fb3276fa3c3b26e2ab67
 | 
					PKG_MIRROR_HASH:=18c76a232599be06e730546a489302d985f0bafdf3367d374bfb74ed949f52c2
 | 
				
			||||||
PKG_SOURCE_PROTO:=git
 | 
					PKG_SOURCE_PROTO:=git
 | 
				
			||||||
PKG_SOURCE_DATE:=2021-04-19
 | 
					PKG_SOURCE_DATE:=2021-04-19
 | 
				
			||||||
PKG_SOURCE_VERSION:=f42bf2962edd0199e4c96ebf19933b2846bcce27
 | 
					PKG_SOURCE_VERSION:=f42bf2962edd0199e4c96ebf19933b2846bcce27
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -12,7 +12,7 @@ PROG=/sbin/usteerd
 | 
				
			|||||||
. /lib/functions.sh
 | 
					. /lib/functions.sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
load_ifaces() {
 | 
					load_ifaces() {
 | 
				
			||||||
	local network="$(uci get usteer.@usteer[-1].network)"
 | 
						local network="$(uci -q get usteer.@usteer[-1].network)"
 | 
				
			||||||
	for n in $network; do
 | 
						for n in $network; do
 | 
				
			||||||
		local device
 | 
							local device
 | 
				
			||||||
		json_load "$(ifstatus $n)"
 | 
							json_load "$(ifstatus $n)"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user