hi all, while compliling kernel 2.4.18 with iptables 1.2.5 & "CONFIG_IP_NF_MATCH_TIME=m" i got the following error-->
mkdir -p pcmcia; \
find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.18; fi
depmod: *** Unresolved symbols in
/lib/modules/2.4.18/kernel/net/ipv4/netfilter/ipt_time.o
depmod: get_fast_time
make: *** [_modinst_post] Error 1
can anyone tellme the what i have missed ?
regards
A.H
