Openwrt/package/kernel
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
..
acx-mac80211 acx-mac80211: replace dead URLs with OpenWrt CDN 2021-02-07 11:26:36 -10:00
ath10k-ct ath10k-ct: switch to 5.10 2021-02-16 07:31:28 +01:00
bcm27xx-gpu-fw bcm27xx-gpu-fw: update to latest version 2021-02-18 23:42:46 +01:00
bcm63xx-cfe bcm63xx-cferam: select for bmips target 2021-02-22 18:09:03 +01:00
broadcom-wl treewide: unify OpenWrt hosted source via @OPENWRT 2021-02-05 12:00:24 -10:00
button-hotplug kernel: replace SUBDIRS with M in package recipes 2020-02-22 16:38:41 +01:00
cryptodev-linux cryptodev-linux: bump to 1.11, fix build against kernel 5.10. 2021-01-01 19:55:59 +01:00
dtc/patches
exfat exfat: update to 5.10.1 2020-11-24 23:14:40 -10:00
gpio-button-hotplug gpio-button-hotplug: remove duplicate logging text 2020-03-08 15:10:55 +01:00
gpio-nct5104d kernel: drop outdated kernel version switches for local code 2020-05-17 18:35:51 +02:00
hwmon-gsc cns3xxx: drop target 2020-09-14 00:19:27 +02:00
lantiq ltq-vdsl-app: fix -Wundef warnings 2021-03-01 00:19:58 +01:00
linux kernel: no chacha-mips.ko on mips32 r1 targets 2021-02-27 10:14:23 +01:00
mac80211 mac80211: Update to version 5.10.16-1 2021-02-15 22:29:42 +01:00
mt76 mt76: update to the latest version 2021-02-14 19:55:45 +01:00
mt7621-qtn-rgmii mt7621-qtn-rgmii: enable RGMII connected Quantenna QV840 2020-07-08 16:07:05 +02:00
mwlwifi treewide: nuke DRIVER_11W_SUPPORT 2020-12-23 16:36:08 +01:00
nat46 nat46: Fix PKG_MIRROR_HASH 2020-12-17 12:13:27 +01:00
om-watchdog ar71xx: drop target 2020-08-30 22:18:35 +02:00
rtc-rv5c386a kernel: drop outdated kernel version switches for local code 2020-05-17 18:35:51 +02:00
rtl8812au-ct rtl8812au-ct: fix PKG_MIRROR_HASH 2021-02-24 22:28:27 +01:00
trelay package: drop PKG_VERSION for purely local packages 2020-07-15 18:33:56 +02:00