michael249478
Occasional Visitor
Hi
Someone could help me, for building an iptables extension on asusmerlin firmware ?
I downloaded firmware source and the toolchain (via docker), i am able to build the firmware with thoses commands:
source /home/docker/envs/bcm-hnd-ax-4.19.sh
cd /build/release/src-rt-5.04axhnd.675x/
make gt-*****
I want to include an additionnel iptables module in the firmware .
i see ".h" and ".c" files those location
/build/release/src-rt-5.04axhnd.675x/kernel/linux-4.19/net/netfilter/xt_rateest.c and /build/var/lib/docker/volumes/asusmerlin/release/src-rt-5.04axhnd.675x/kernel/linux-4.19/include/net/netfilter/xt_rateest.h.
but how to tell make command to build those modules ?
Thanks in advance for help
Best regards
Someone could help me, for building an iptables extension on asusmerlin firmware ?
I downloaded firmware source and the toolchain (via docker), i am able to build the firmware with thoses commands:
source /home/docker/envs/bcm-hnd-ax-4.19.sh
cd /build/release/src-rt-5.04axhnd.675x/
make gt-*****
I want to include an additionnel iptables module in the firmware .
i see ".h" and ".c" files those location
/build/release/src-rt-5.04axhnd.675x/kernel/linux-4.19/net/netfilter/xt_rateest.c and /build/var/lib/docker/volumes/asusmerlin/release/src-rt-5.04axhnd.675x/kernel/linux-4.19/include/net/netfilter/xt_rateest.h.
but how to tell make command to build those modules ?
Thanks in advance for help
Best regards