diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-06-06 23:09:59 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-06-11 01:49:24 +0200 |
commit | 78e8360878d716c75fc98d6f93bdd61f156caa28 (patch) | |
tree | 9e2bcc477dc2372ace91f8277c658aed451043d1 /package/network/config/soloscli/Makefile | |
parent | 11db48f89a70315c06562f1ba6ea7feaaab7185d (diff) | |
download | upstream-78e8360878d716c75fc98d6f93bdd61f156caa28.tar.gz upstream-78e8360878d716c75fc98d6f93bdd61f156caa28.tar.bz2 upstream-78e8360878d716c75fc98d6f93bdd61f156caa28.zip |
soloscli: fix uci-defaults file
The folder for the uci-defaults file of this package is wrong, so
the file most probably has not been executed at all for several
years at least.
Fix the folder and remove the useless shebang for the file.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'package/network/config/soloscli/Makefile')
-rw-r--r-- | package/network/config/soloscli/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/soloscli/Makefile b/package/network/config/soloscli/Makefile index 877a0f275b..52a53dc0fa 100644 --- a/package/network/config/soloscli/Makefile +++ b/package/network/config/soloscli/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=soloscli PKG_VERSION:=1.04 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=solos-pci-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/openadsl |