openwrt/package/network/config
Mathias Kresin e410fb159d ltq-vdsl-app: fix -Wundef warnings
The following warnings are shown during build:

/usr/include/vdsl/cmv_message_format.h:33:6: warning: "MEI_SUPPORT_DEBUG_STREAMS" is not defined, evaluates to 0 [-Wundef]
 #if (MEI_SUPPORT_DEBUG_STREAMS == 1)
      ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/vdsl/drv_mei_cpe_interface.h:2256:6: warning: "MEI_SUPPORT_OPTIMIZED_FW_DL" is not defined, evaluates to 0 [-Wundef]
 #if (MEI_SUPPORT_OPTIMIZED_FW_DL == 1)
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~

The headers are provided by the MEI driver, but the defines are never
set by the vdsl app. While the struct with the
MEI_SUPPORT_OPTIMIZED_FW_DL conditional isn't used by the vdsl app,
however CMV_USED_PAYLOAD_8BIT_SIZE which value depends on
MEI_SUPPORT_DEBUG_STREAMS is.

Since the MEI driver doesn't provide an autogenerated header with
compile flags, the flags are hardcoded for the vdsl app.

Set them for the MEI driver as well, to indicate a relation to the
values used for the vdsl app and to be not surprised by a changed
default in case the MEI driver gets updated. Use the current default
values defined in the MEI driver.

Signed-off-by: Mathias Kresin <dev@kresin.me>
2021-03-01 00:19:58 +01:00
..
firewall firewall: bump to latest HEAD 2020-09-05 15:43:16 +02:00
gre package: drop PKG_VERSION for purely local packages 2020-07-15 18:33:56 +02:00
ipip package: drop PKG_VERSION for purely local packages 2020-07-15 18:33:56 +02:00
ltq-adsl-app ltq-adsl-app: use ubus to provide metrics 2021-02-08 21:43:00 +01:00
ltq-vdsl-app ltq-vdsl-app: fix -Wundef warnings 2021-03-01 00:19:58 +01:00
netifd netifd: fix IPv6 routing loop on point-to-point links 2021-01-17 21:22:39 +01:00
qos-scripts package: replace remaining occurrences of ifconfig with ip 2020-08-03 10:42:35 +02:00
soloscli soloscli: fix uci-defaults file 2020-06-11 01:49:24 +02:00
swconfig
vti package: drop PKG_VERSION for purely local packages 2020-07-15 18:33:56 +02:00
vxlan vxlan: allow for dynamic source ip selection (FS#3426) 2020-12-31 11:53:21 +01:00
xfrm xfrm: support 'multicast' attribute on interfaces 2020-12-11 20:53:36 +01:00