Support optware

This commit is contained in:
Nick Peng
2018-07-07 01:03:48 +08:00
parent b33affdbd5
commit bde19aa6eb
8 changed files with 151 additions and 0 deletions

View File

@@ -0,0 +1 @@
/opt/etc/smartdns/smartdns.conf

View File

@@ -0,0 +1,11 @@
Package: smartdns
Architecture: mipsbig
Priority: optional
Section: net
Version: 2018.7.6-1921
Maintainer: pymumu
Source: http://127.0.0.1/
Description: A smart dns server
Suggests:
Conflicts:
Enabled: yes

View File

@@ -0,0 +1,10 @@
#! /bin/sh
chmod +x /opt/usr/sbin/smartdns
chmod +x /opt/etc/init.d/S50smartdns

View File

@@ -0,0 +1,3 @@
#! /bin/sh
/opt/etc/init.d/S50smartdns stop