diff options
author | mb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-09-12 11:05:55 +0000 |
---|---|---|
committer | mb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-09-12 11:05:55 +0000 |
commit | 0748f978567bc71c4c46c0e04a5eba3603171b64 (patch) | |
tree | c187778614725017a788864badf1ca75edbcff88 /package/iproute2/patches/100-allow_pfifo_fast.patch | |
parent | 8eeeaa5f3ffc20ddeca17d6dcf374faa1dc4f172 (diff) |
iproute2: Add lex/yacc files dependencies. Refresh other patches.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23027 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iproute2/patches/100-allow_pfifo_fast.patch')
-rw-r--r-- | package/iproute2/patches/100-allow_pfifo_fast.patch | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/package/iproute2/patches/100-allow_pfifo_fast.patch b/package/iproute2/patches/100-allow_pfifo_fast.patch index d6c15aeb6b..f74b7b9a22 100644 --- a/package/iproute2/patches/100-allow_pfifo_fast.patch +++ b/package/iproute2/patches/100-allow_pfifo_fast.patch @@ -1,6 +1,10 @@ ---- a/tc/q_fifo.c -+++ b/tc/q_fifo.c -@@ -94,5 +94,6 @@ struct qdisc_util pfifo_qdisc_util = { +--- + tc/q_fifo.c | 1 + + 1 file changed, 1 insertion(+) + +--- iproute2-2.6.35.orig/tc/q_fifo.c ++++ iproute2-2.6.35/tc/q_fifo.c +@@ -98,5 +98,6 @@ struct qdisc_util pfifo_head_drop_qdisc_ extern int prio_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt); struct qdisc_util pfifo_fast_qdisc_util = { .id = "pfifo_fast", |