mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 21:24:32 +04:00
Merge pull request #404 from mwarning/nodogsplash
nodogsplash: fix minor things
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user