Select Git revision
-
Martin Weinelt authored
62feabecd8 kernel: bump 4.14 to 4.14.99 9fb3710a8b kernel: bump 4.9 to 4.9.156 e5ace80759 mt76: update to the latest version fbb2186fbd kernel: bump 4.14 to 4.14.98 72870cc108 kernel: bump 4.9 to 4.9.155 19a6c4b2b3 mac80211: brcmfmac: fix a possible NULL pointer dereference d997712c71 ath9k: register GPIO chip for OF targets Compile-tested: ipq40xx, ramips-mt7621 Runtime-tested: none
Martin Weinelt authored62feabecd8 kernel: bump 4.14 to 4.14.99 9fb3710a8b kernel: bump 4.9 to 4.9.156 e5ace80759 mt76: update to the latest version fbb2186fbd kernel: bump 4.14 to 4.14.98 72870cc108 kernel: bump 4.9 to 4.9.155 19a6c4b2b3 mac80211: brcmfmac: fix a possible NULL pointer dereference d997712c71 ath9k: register GPIO chip for OF targets Compile-tested: ipq40xx, ramips-mt7621 Runtime-tested: none
check_site.lua 936 B
need_string('regdom')
for _, config in ipairs({'wifi24', 'wifi5'}) do
need_number(config .. '.channel')
need_string(config .. '.htmode')
if need_table(config .. '.ap', nil, false) then
need_string(config .. '.ap.ssid')
need_boolean(config .. '.ap.disabled', false)
end
if need_table(config .. '.ibss', nil, false) then
need_string(config .. '.ibss.ssid')
need_string_match(config .. '.ibss.bssid', '^%x[02468aAcCeE]:%x%x:%x%x:%x%x:%x%x:%x%x$')
need_number(config .. '.ibss.mcast_rate', false)
need_number(config .. '.ibss.vlan', false)
need_boolean(config .. '.ibss.disabled', false)
end
if need_table(config .. '.mesh', nil, false) then
need_string(config .. '.mesh.id')
need_number(config .. '.mesh.mcast_rate', false)
need_boolean(config .. '.mesh.disabled', false)
end
end
need_boolean('mesh_on_wan', false)
need_boolean('mesh_on_lan', false)