1. 程式人生 > >openwrt新增自己的iptables的targe編譯報錯

openwrt新增自己的iptables的targe編譯報錯

報錯如下,提示缺少依賴

Package kmod-parental_control is missing dependencies for the following libraries:
x_tables.ko

需要在makefile裡面新增一句

DEPENDS:=+kmod-nf-ipt

這個問題的重點在於找到x_tables.ko是哪個包編出來的,然後新增到DEPENDS就好了