mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-31 02:17:58 +00:00 
			
		
		
		
	ucentral-schema: update to latest HEAD
2d702af add swconfig support Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
		| @@ -117,10 +117,9 @@ qcom_setup_interfaces() | |||||||
| 		ucidef_add_switch_attr "switch1" "reset" "true" | 		ucidef_add_switch_attr "switch1" "reset" "true" | ||||||
| 		;;	 | 		;;	 | ||||||
| 	edgecore,eap104) | 	edgecore,eap104) | ||||||
| 		ucidef_set_interface_lan "lan1 lan2 lan3 lan4" |  | ||||||
| 		ucidef_set_interface_wan "eth0" | 		ucidef_set_interface_wan "eth0" | ||||||
| 		ucidef_add_switch "switch1" \ | 		ucidef_add_switch "switch1" \ | ||||||
| 			"6@eth1" "1:lan1" "2:lan2" "3:lan3" "4:lan4" | 			"6@eth1" "1:lan" "2:lan" "3:lan" "4:lan" | ||||||
| 		;; | 		;; | ||||||
| 	cybertan,eww631-a1) | 	cybertan,eww631-a1) | ||||||
| 		ucidef_set_interface_wan "eth0" | 		ucidef_set_interface_wan "eth0" | ||||||
|   | |||||||
| @@ -4,10 +4,10 @@ PKG_NAME:=ucentral-schema | |||||||
| PKG_RELEASE:=1 | PKG_RELEASE:=1 | ||||||
|  |  | ||||||
| PKG_SOURCE_URL=https://github.com/Telecominfraproject/wlan-ucentral-schema.git | PKG_SOURCE_URL=https://github.com/Telecominfraproject/wlan-ucentral-schema.git | ||||||
| PKG_MIRROR_HASH:=fa25d47aafcd8a842ff0637126055beac421db6462e410ce53b4dd97e297d9ea | PKG_MIRROR_HASH:=b8bc09dcc558916c3d145a0cac593f0c3101e5dcd589c3ac293a90a019628fe8 | ||||||
| PKG_SOURCE_PROTO:=git | PKG_SOURCE_PROTO:=git | ||||||
| PKG_SOURCE_DATE:=2022-05-29 | PKG_SOURCE_DATE:=2022-05-29 | ||||||
| PKG_SOURCE_VERSION:=2c8fb4aeb60de3335f9f4ee2d454788cea8cd72e | PKG_SOURCE_VERSION:=00d0403a556c8f4e5e3f63521424510cc0d696a8 | ||||||
|  |  | ||||||
| PKG_MAINTAINER:=John Crispin <john@phrozen.org> | PKG_MAINTAINER:=John Crispin <john@phrozen.org> | ||||||
| PKG_LICENSE:=BSD-3-Clause | PKG_LICENSE:=BSD-3-Clause | ||||||
|   | |||||||
| @@ -10,6 +10,8 @@ config_load network | |||||||
| config_foreach section_del interface network | config_foreach section_del interface network | ||||||
| config_foreach section_del bridge-vlan network | config_foreach section_del bridge-vlan network | ||||||
| config_foreach section_del device network | config_foreach section_del device network | ||||||
|  | config_foreach section_del switch network | ||||||
|  | config_foreach section_del switch_vlan network | ||||||
|  |  | ||||||
| config_load dhcp | config_load dhcp | ||||||
| config_foreach section_del dhcp dhcp | config_foreach section_del dhcp dhcp | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 John Crispin
					John Crispin