#!/bin/sh

DEVICE=$(cat /etc/fon_device)


case $DEVICE in
	fonera15)
		P_ORANGE=7
		P_GREEN=4
		W_ORANGE=1
		W_GREEN=2
		;;
esac
