From e61f548f2ca406d1e89af2675d1dbe80e20a24fc Mon Sep 17 00:00:00 2001 From: Ermal Date: Mon, 14 Apr 2014 13:06:13 +0000 Subject: Get rid of embedded platform. Its time to GC this --- tmp/post_upgrade_command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmp') diff --git a/tmp/post_upgrade_command.php b/tmp/post_upgrade_command.php index 44c5006..5cbc8be 100755 --- a/tmp/post_upgrade_command.php +++ b/tmp/post_upgrade_command.php @@ -17,7 +17,7 @@ if ($argv[1] != "") $newslicedir = '/tmp/' . $argv[1]; - if($g['platform'] == "embedded" || $g['enableserial_force'] || file_exists("{$newslicedir}/enableserial_force")) { + if($g['enableserial_force'] || file_exists("{$newslicedir}/enableserial_force")) { $config['system']['enableserial'] = true; write_config(); } -- cgit v1.1