I trying to modify the files as it is writen into the htb pach (htb2_2.4.17.diff) then i tryied to recompile my kernel(2.4.17) - make xconfig make dep make clean make bzImage i find an error message: Id:cannot open sch_epd.o :aucun fichier ou repertoire de ce type what is the problem here? thans you in advance ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com
Martin Devera
2002-Jun-07 18:23 UTC
Re: New disc Problem of compilation(for Martin Devera)
To add new qdisc you have to change: include/linux/pkt_sched.h: for your defs and userspace structs [optional] net/sched/sch_epd.c: your new qdisc net/sched/Config.in: select option for "make xxxconfig" [optional] net/sched/Makefile: to add net/sched/sch_epd.o to compilation process net/sched/sch_api.c: to add INIT_QDISC() call to init (register) qdisc if it is not module devik On Fri, 7 Jun 2002, [iso-8859-1] alouini khalif wrote:> I trying to modify the files as it is writen into the > htb pach (htb2_2.4.17.diff) > then i tryied to recompile my kernel(2.4.17) > - make xconfig > make dep > make clean > make bzImage > i find an error message: > > Id:cannot open sch_epd.o :aucun fichier ou repertoire > de ce type > > what is the problem here? > > thans you in advance > > ___________________________________________________________ > Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! > Yahoo! Mail : http://fr.mail.yahoo.com > _______________________________________________ > LARTC mailing list / LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ > >