Merge pull request #404 from mwarning/nodogsplash
nodogsplash: fix minor things
This commit is contained in:
commit
f18bdeab6c
2 changed files with 2 additions and 1 deletions
|
@ -29,6 +29,7 @@ define Package/nodogsplash
|
||||||
DEPENDS:=+libpthread +iptables-mod-ipopt +libmicrohttpd-no-ssl
|
DEPENDS:=+libpthread +iptables-mod-ipopt +libmicrohttpd-no-ssl
|
||||||
TITLE:=Open public network gateway daemon
|
TITLE:=Open public network gateway daemon
|
||||||
URL:=https://github.com/nodogsplash/nodogsplash
|
URL:=https://github.com/nodogsplash/nodogsplash
|
||||||
|
CONFLICTS:=nodogsplash2
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/nodogsplash/description
|
define Package/nodogsplash/description
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
uci batch <<-EOT
|
uci -q batch <<-EOF
|
||||||
delete firewall.nodogsplash
|
delete firewall.nodogsplash
|
||||||
set firewall.nodogsplash=include
|
set firewall.nodogsplash=include
|
||||||
set firewall.nodogsplash.type=script
|
set firewall.nodogsplash.type=script
|
||||||
|
|
Loading…
Reference in a new issue