projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d141e7
)
luci-0.9: merge r4885
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 21 Jun 2009 11:47:08 +0000
(11:47 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 21 Jun 2009 11:47:08 +0000
(11:47 +0000)
contrib/package/sysupgrade-atheros/Makefile
patch
|
blob
|
history
diff --git
a/contrib/package/sysupgrade-atheros/Makefile
b/contrib/package/sysupgrade-atheros/Makefile
index 43c7fee69b8dff05075c20505c2ceb9122234a6b..7b20d8537b48e16cd7a2921d5509c694fd8e1c04 100644
(file)
--- a/
contrib/package/sysupgrade-atheros/Makefile
+++ b/
contrib/package/sysupgrade-atheros/Makefile
@@
-40,10
+40,8
@@
endef
define Package/sysupgrade-atheros/postinst
#!/bin/sh
[ -n "$${IPKG_INSTROOT}" ] || {
- if ! grep -q /etc/firewall.freifunk /etc/config/firewall; then
- uci add firewall include >/dev/null
- uci set firewall.@include[-1].path=/etc/firewall.freifunk
- uci commit firewall
+ if [ -f /lib/upgrade/kill-ffwatchd.sh ]; then
+ rm -f /lib/upgrade/kill-ffwatchd.sh
fi
}
endef