#!/bin/sh [ "$(uci get rpcd.@rpcd[0].socket)" = "/var/run/ubus.sock" ] || exit 0 uci set rpcd.@rpcd[0].socket='/var/run/ubus/ubus.sock' uci commit rpcd exit 0 link rel='alternate' title='Atom feed' href='http://openwrt.panaceas.org/cgit/openwrt/upstream/atom/package/network/config/ltq-vdsl-app/patches/100-compat.patch?h=openwrt-18.06' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/ltq-vdsl-app/patches/100-compat.patch
blob: 6b738cfe66cb588e36b5ce14f35e6793659f366a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22