Changeset 4885
- Timestamp:
- 06/21/09 12:18:09 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/contrib/package/sysupgrade-atheros/Makefile
r4883 r4885 41 41 #!/bin/sh 42 42 [ -n "$${IPKG_INSTROOT}" ] || { 43 if ! grep -q /etc/firewall.freifunk /etc/config/firewall; then 44 uci add firewall include >/dev/null 45 uci set firewall.@include[-1].path=/etc/firewall.freifunk 46 uci commit firewall 43 if [ -f /lib/upgrade/kill-ffwatchd.sh ]; then 44 rm -f /lib/upgrade/kill-ffwatchd.sh 47 45 fi 48 46 }
