Index: ipk/source.sh4/network_ipsec/CONTROL/postinst
===================================================================
--- ipk/source.sh4/network_ipsec/CONTROL/postinst	(revision 45366)
+++ ipk/source.sh4/network_ipsec/CONTROL/postinst	(revision 45683)
@@ -3,8 +3,8 @@
 ARCH=$(cat /etc/.arch)
 
-if [ -e /etc/.oebuild ];then
+if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
 	opkg update
 	opkg install strongswan
-	if [ "$ARCH" == "sh4" ];then
+	if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
 		opkg install kernel-module-aes-generic
 		opkg install kernel-module-sha1-generic
