mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-09 22:22:09 -05:00
This fixes the following build problem with cake:
net/sched/act_ctinfo.c: In function 'tcf_ctinfo_act':
net/sched/act_ctinfo.c:99:6: error: implicit declaration of function 'tc_skb_protocol'; did you mean 'skb_protocol'? [-Werror=implicit-function-declaration]
if (tc_skb_protocol(skb) == htons(ETH_P_IP)) {
^~~~~~~~~~~~~~~
skb_protocol
CC [M] net/sched/sch_hfsc.o
Fixes:
|
||
|---|---|---|
| .. | ||
| backport-4.14 | ||
| backport-4.19 | ||
| backport-5.4 | ||
| files | ||
| hack-4.14 | ||
| hack-4.19 | ||
| hack-5.4 | ||
| image | ||
| other-files | ||
| pending-4.14 | ||
| pending-4.19 | ||
| pending-5.4 | ||
| config-4.14 | ||
| config-4.19 | ||
| config-5.4 | ||
| PATCHES | ||