Files
wlan-ap/feeds/tip/tip-defaults/files/etc/init.d/tip-version
John Crispin 1f1e7c2e04 ucentral: development update
* properly pass current firmware hash to the gateway
* revert lldp downgrade patch
* update ucentral-client - fixes zlib/b64 error
* add radius disctionary to ucentral-defaults
* several additional hostapd patches

Signed-off-by: John Crispin <john@phrozen.org>
2021-05-03 10:44:10 +02:00

8 lines
132 B
Bash
Executable File

#!/bin/sh /etc/rc.common
START=80
boot() {
cat /etc/openwrt_release | grep DISTRIB_TIP= | cut -d\' -f2 > /tmp/ucentral.version
}