您好,登錄后才能下訂單哦!
<*> kmod-ifb........................... Intermediate Functional Block support
開始時候怎么都編譯不了ifb.ko模塊
最后通過Kconfig發現
config IFB
tristate "Intermediate Functional Block support"
depends on NET_CLS_ACT
---help---
This is an intermediate driver that allows sharing of
resources.
To compile this driver as a module, choose M here: the module
will be called ifb. If you want to use more than one ifb
device at a time, you need to compile this driver as a module.
Instead of 'ifb', the devices will then be called 'ifb0',
'ifb1' etc.
Look at the iproute2 documentation directory for usage etc
其實它是依賴這個模塊的,內核是你沒有選中的
#CONFIG_NET_CLS_ACT is not set
make menuconfig
<*> kmod-sched-connmark................ Traffic shaper conntrack mark support
-*- kmod-sched-core....................................... Traffic schedulers
查看內核.config文件, CONFIG_NET_CLS_ACT=y
make V=99
最后會發現內核里出現了ifb.ko
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。