branding: add LEDE branding

Signed-off-by: John Crispin <blogic@openwrt.org>
This commit is contained in:
John Crispin 2016-03-24 22:40:13 +01:00
parent 343c3be454
commit fa69553900
40 changed files with 76 additions and 85 deletions

View file

@ -625,7 +625,7 @@ start_service() {
[ $ADD_LOCAL_HOSTNAME -eq 1 ] && {
local lanaddr lanaddr6
local ulaprefix="$(uci_get network @globals[0] ula_prefix)"
local hostname="$(uci_get system @system[0] hostname OpenWrt)"
local hostname="$(uci_get system @system[0] hostname Lede)"
network_get_ipaddr lanaddr "lan" && {
dhcp_domain_add "" "$hostname" "$lanaddr"