mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
luci-app-familycloud: fix git tracking issue (#1788)
This commit is contained in:
parent
1328caec23
commit
1c40c329ec
@ -10,7 +10,7 @@ LUCI_DEPENDS:=+coreutils +coreutils-nohup +libreadline +libcurl +libopenssl +bas
|
||||
LUCI_PKGARCH:=all
|
||||
PKG_NAME:=luci-app-familycloud
|
||||
PKG_VERSION:=1
|
||||
PKG_RELEASE:=5
|
||||
PKG_RELEASE:=6
|
||||
|
||||
include $(TOPDIR)/feeds/luci/luci.mk
|
||||
|
||||
|
@ -7,5 +7,10 @@ uci -q batch <<-EOF >/dev/null
|
||||
commit ucitrack
|
||||
EOF
|
||||
|
||||
touch /tmp/config.json
|
||||
|
||||
ln -s /tmp/config.json /usr/share/familycloud/CloudDisk/config.json
|
||||
|
||||
rm -f /tmp/luci-indexcache
|
||||
|
||||
exit 0
|
||||
|
@ -1 +0,0 @@
|
||||
/tmp/config.json
|
Loading…
Reference in New Issue
Block a user