source: ipk/source.sh4/network_ipsec/CONTROL/postinst@ 45542

Last change on this file since 45542 was 45366, checked in by obi, 5 years ago

fix typo

  • Property svn:executable set to *
File size: 336 bytes
RevLine 
[45364]1#!/bin/sh
2
[45366]3ARCH=$(cat /etc/.arch)
4
[45364]5if [ -e /etc/.oebuild ];then
6 opkg update
[45366]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
[45364]15fi
16
17exit 0
Note: See TracBrowser for help on using the repository browser.