immortalwrt/package/kernel
Mathias Kresin 786e7386e0 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-02 12:14:54 +08:00
..
acx-mac80211 Merge Mainline 2021-02-10 12:28:03 +08:00
ar7-atm kernel: replace SUBDIRS with M in package recipes 2020-04-14 00:04:04 +08:00
ath10k-ct treewide: sync all related packages with mac80211 2021-02-20 18:01:21 +08:00
avila-wdt kernel: replace SUBDIRS with M in package recipes 2020-04-14 00:04:04 +08:00
bcm27xx-gpu-fw bcm27xx-gpu-fw: update to latest version 2021-02-19 12:06:33 +08:00
bcm63xx-cfe bcm63xx-cferam: select for bmips target 2021-02-23 12:08:21 +08:00
broadcom-wl Merge Mainline 2021-02-10 12:28:03 +08:00
button-hotplug kernel: replace SUBDIRS with M in package recipes 2020-04-14 00:04:04 +08:00
cryptodev-linux cryptodev-linux: bump to 1.12 2021-02-18 00:47:18 +08:00
dtc/patches fix & merge 2019-09-30 13:21:19 +08:00
exfat exFAT-oot: bump to 5.11.1 2021-01-29 01:02:13 +08:00
gpio-button-hotplug kernel: replace SUBDIRS with M in package recipes 2020-04-14 00:04:04 +08:00
gpio-nct5104d Merge Mainline 2020-05-24 22:41:44 +08:00
hwmon-gsc kernel: update linux modules 2020-04-17 17:35:06 +08:00
lantiq ltq-vdsl-app: fix -Wundef warnings 2021-03-02 12:14:54 +08:00
linux kernel: no chacha-mips.ko on mips32 r1 targets 2021-02-27 18:05:19 +08:00
mac80211 mac80211: bump to 5.10.16-1 2021-02-20 18:00:04 +08:00
mt76 treewide: sync all related packages with mac80211 2021-02-20 18:01:21 +08:00
mwlwifi Wireless: rollback with mac80211 (#4683) 2020-05-27 11:45:56 +08:00
nat46 nat46: Fix PKG_MIRROR_HASH 2020-12-18 20:05:26 +08:00
om-watchdog ar71xx: drop target 2020-09-06 18:19:14 +08:00
rtc-rv5c386a Merge Mainline 2020-05-24 22:41:44 +08:00
rtl8812au-ct rtl8812au-ct: fix PKG_MIRROR_HASH 2021-02-25 12:07:00 +08:00
trelay Merge Upstream 2020-07-16 20:36:17 +08:00