mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-11-03 20:07:59 +00:00 
			
		
		
		
	Compare commits
	
		
			4 Commits
		
	
	
		
			v2.10.0-rc
			...
			release/v2
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					83db79ea69 | ||
| 
						 | 
					cd461e555e | ||
| 
						 | 
					9195806206 | ||
| 
						 | 
					9621c21535 | 
@@ -13,6 +13,7 @@ add_interface() {
 | 
			
		||||
	config_get_bool enabled "$cfg" "configure_spotfilter" 0
 | 
			
		||||
	[ $enabled -eq 0 ] || /usr/bin/captive generate "$cfg" > /tmp/spotfilter-$cfg.json
 | 
			
		||||
	ubus call spotfilter interface_add "$(cat /tmp/spotfilter-$cfg.json)"
 | 
			
		||||
	sleep 5
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
reload_service() {
 | 
			
		||||
 
 | 
			
		||||
@@ -178,7 +178,7 @@ function hostapd_add(path, obj) {
 | 
			
		||||
 | 
			
		||||
	printf('%.J\n', hostapd[ifname]);
 | 
			
		||||
 | 
			
		||||
	if (+hostapd[ifname].config.strict_isolation)
 | 
			
		||||
	if (+hostapd[ifname].config.strict_forwarding)
 | 
			
		||||
		ubus.call('bridger', 'set_device_config', {
 | 
			
		||||
			name: ifname,
 | 
			
		||||
			redirect: wan_ports[0]
 | 
			
		||||
 
 | 
			
		||||
@@ -4,10 +4,10 @@ PKG_NAME:=ucentral-schema
 | 
			
		||||
PKG_RELEASE:=1
 | 
			
		||||
 | 
			
		||||
PKG_SOURCE_URL=https://github.com/Telecominfraproject/wlan-ucentral-schema.git
 | 
			
		||||
PKG_MIRROR_HASH:=1078a039b63532d107def0fd635e31486a6e19690eb23e080c14e879e1e58332
 | 
			
		||||
PKG_MIRROR_HASH:=f8acc28081f960c09839566689a7e31b87ff5fd0b79df80f759ea4e10e8ce2a6
 | 
			
		||||
PKG_SOURCE_PROTO:=git
 | 
			
		||||
PKG_SOURCE_DATE:=2022-05-29
 | 
			
		||||
PKG_SOURCE_VERSION:=9637b4aa8776e9457f0376471e4591be3d5f2478
 | 
			
		||||
PKG_SOURCE_VERSION:=11fffcf6c8dcbc32a85fa990b7c0d12dd35b0b76
 | 
			
		||||
 | 
			
		||||
PKG_MAINTAINER:=John Crispin <john@phrozen.org>
 | 
			
		||||
PKG_LICENSE:=BSD-3-Clause
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user