Changeset 4885

Show
Ignore:
Timestamp:
06/21/09 12:18:09 (4 years ago)
Author:
jow
Message:

contrib/package/sysupgrade-atheros: fix postinstall

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/trunk/contrib/package/sysupgrade-atheros/Makefile

    r4883 r4885  
    4141#!/bin/sh 
    4242[ -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 
    4745  fi 
    4846}