Skip to content

Fix kconfig check exception, rename samsung_tuna -> samsung-tuna

Kevin Liu requested to merge Pneumaticat:master into master

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.

Merge request reports