mirror of
https://git.openwrt.org/feed/routing.git
synced 2025-01-09 04:07:48 +08:00
Merge pull request #404 from mwarning/nodogsplash
nodogsplash: fix minor things
This commit is contained in:
commit
f18bdeab6c
@ -29,6 +29,7 @@ define Package/nodogsplash
|
||||
DEPENDS:=+libpthread +iptables-mod-ipopt +libmicrohttpd-no-ssl
|
||||
TITLE:=Open public network gateway daemon
|
||||
URL:=https://github.com/nodogsplash/nodogsplash
|
||||
CONFLICTS:=nodogsplash2
|
||||
endef
|
||||
|
||||
define Package/nodogsplash/description
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
uci batch <<-EOT
|
||||
uci -q batch <<-EOF
|
||||
delete firewall.nodogsplash
|
||||
set firewall.nodogsplash=include
|
||||
set firewall.nodogsplash.type=script
|
||||
|
Loading…
Reference in New Issue
Block a user