Преглед на файлове

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 <thomas.petazzoni@free-electrons.com>
Kurt Van Dijck преди 8 години
родител
ревизия
ebbfdde067
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      package/bcusdk/bcusdk.mk

+ 1 - 0
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 \