From ebbfdde0670163f5fe1955fe4b42c15d9cfe50a4 Mon Sep 17 00:00:00 2001 From: Kurt Van Dijck Date: Thu, 24 Aug 2017 09:30:08 +0200 Subject: [PATCH] bcusdk: enable tpuarts support in eibd This commit will enable tpuarts in eibd as well. tpuarts is as important as FT1.2 support, which is already enabled by default. This causes a 8 KB increase of the installed size in /usr/bin (728 KB instead of 720 KB for /usr/bin), so not enough to justify a separate configuration option. Signed-off-by: Thomas Petazzoni --- package/bcusdk/bcusdk.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/bcusdk/bcusdk.mk b/package/bcusdk/bcusdk.mk index f99dd70cba..ff5becd84b 100644 --- a/package/bcusdk/bcusdk.mk +++ b/package/bcusdk/bcusdk.mk @@ -14,6 +14,7 @@ BCUSDK_CONF_OPTS = \ --enable-onlyeibd \ --enable-ft12 \ --enable-pei16 \ + --enable-tpuarts \ --enable-eibnetip \ --enable-eibnetipserver \ --enable-eibnetiptunnel \