Ignore:
Timestamp:
Feb 14, 2022, 12:51:17 PM (4 years ago)
Author:
obi
Message:

fix last commit

File:
1 edited

Legend:

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

    r45683 r45684  
    33ARCH=$(cat /etc/.arch)
    44
    5 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     5if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then ];then
    66        opkg update
    77        opkg install strongswan
    8         if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     8        if [ "$ARCH" == "sh4" ];then
    99                opkg install kernel-module-aes-generic
    1010                opkg install kernel-module-sha1-generic
Note: See TracChangeset for help on using the changeset viewer.