소스 검색

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 <[email protected]>
Adrian Schmutzler 5 년 전
부모
커밋
78e8360878
2개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      package/network/config/soloscli/Makefile
  2. 0 2
      package/network/config/soloscli/files/etc/uci-defaults/solos

+ 1 - 1
package/network/config/soloscli/Makefile

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 
 PKG_NAME:=soloscli
 PKG_NAME:=soloscli
 PKG_VERSION:=1.04
 PKG_VERSION:=1.04
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 
 PKG_SOURCE:=solos-pci-$(PKG_VERSION).tar.gz
 PKG_SOURCE:=solos-pci-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SF/openadsl
 PKG_SOURCE_URL:=@SF/openadsl

+ 0 - 2
package/network/config/soloscli/files/etc/uci-default/solos → package/network/config/soloscli/files/etc/uci-defaults/solos

@@ -1,5 +1,3 @@
-#!/bin/sh
-
 uci batch <<__EOF__
 uci batch <<__EOF__
 
 
 delete network.wan.solos0
 delete network.wan.solos0