#!/bin/sh

if [ x"${1}" = x'configure' ]; then
	for f in opkg opkg-key update-alternatives; do
		update-alternatives --install "/usr/bin/${f}" "${f}" \
			"/usr/bin/${f}-lede" 30
	done
fi