#!/bin/sh
# # check if we are on real system
if [ -z "${IPKG_INSTROOT}" ]; then
	if [ -f /etc/sysupgrade.conf ] && ! grep bmx7 /etc/sysupgrade.conf; then
		echo /etc/bmx7 >> /etc/sysupgrade.conf
        fi
fi
