Ignore:
Timestamp:
Feb 14, 2021, 3:32:35 PM (5 years ago)
Author:
obi
Message:

fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/network_ipsec/CONTROL/postinst

    r45364 r45366  
    11#!/bin/sh
     2
     3ARCH=$(cat /etc/.arch)
    24
    35if [ -e /etc/.oebuild ];then
    46        opkg update
    5         opkg install minisatip
    6         opkg install titan-plugin-minisatip --dest $1
     7        opkg install strongswan
     8        if [ "$ARCH" == "sh4" ];then
     9                opkg install kernel-module-aes-generic
     10                opkg install kernel-module-sha1-generic
     11        fi
     12        opkg install iptables
     13        opkg install iptables-module-xt-policy
     14        opkg install titan-plugin-ipsec --dest $1
    715fi
    816
Note: See TracChangeset for help on using the changeset viewer.