i am trying to patch kernel 2.4.2 for HTB support but it fails... [root@localhost linux-2.4.2]# patch -p1 -i /home/opsteam/htb_2.4.14.diff patching file net/sched/Config.in patching file net/sched/Makefile Hunk #1 FAILED at 16. 1 out of 1 hunk FAILED -- saving rejects to file net/sched/Makefile.rej patching file net/sched/sch_htb.c patching file include/linux/pkt_sched.h patching file net/sched/sch_api.c [root@localhost linux-2.4.2]#
this is what Makefile.rej says; *************** *** 16,21 **** obj-$(CONFIG_NET_SCH_CSZ) += sch_csz.o obj-$(CONFIG_NET_SCH_HPFQ) += sch_hpfq.o obj-$(CONFIG_NET_SCH_HFSC) += sch_hfsc.o obj-$(CONFIG_NET_SCH_SFQ) += sch_sfq.o obj-$(CONFIG_NET_SCH_RED) += sch_red.o obj-$(CONFIG_NET_SCH_TBF) += sch_tbf.o --- 16,22 ---- obj-$(CONFIG_NET_SCH_CSZ) += sch_csz.o obj-$(CONFIG_NET_SCH_HPFQ) += sch_hpfq.o obj-$(CONFIG_NET_SCH_HFSC) += sch_hfsc.o + obj-$(CONFIG_NET_SCH_HTB) += sch_htb.o obj-$(CONFIG_NET_SCH_SFQ) += sch_sfq.o obj-$(CONFIG_NET_SCH_RED) += sch_red.o obj-$(CONFIG_NET_SCH_TBF) += sch_tbf.o ~ any clues??? ************************** Mehul Vora ICQ : 38058286
