Fix kconfig check exception, rename samsung_tuna -> samsung-tuna
The kconfig checker expects linux-$_flavor = $pkgname, so it throws an error when running pmbootstrap flasher flash_kernel
with the Galaxy Nexus, which has linux-samsung-tuna
but flavor samsung_tuna
. Changing the flavor seems a simple way to resolve this.