diff --git a/target/linux/generic-2.6/patches-2.6.25/150-netfilter_imq.patch b/target/linux/generic-2.6/patches-2.6.25/150-netfilter_imq.patch
index fdf749d432a04caa3f0654af949bc8ee0b870f3c..3e2423ffe9cf6c3c5a51b5047e69c6c4d259935a 100644
--- a/target/linux/generic-2.6/patches-2.6.25/150-netfilter_imq.patch
+++ b/target/linux/generic-2.6/patches-2.6.25/150-netfilter_imq.patch
@@ -79,7 +79,7 @@
 +
 +struct imq_private {
 +	struct tasklet_struct tasklet;
-+	int tasklet_pending;
++	unsigned long tasklet_pending;
 +};
 +
 +static nf_hookfn imq_nf_hook;
diff --git a/target/linux/generic-2.6/patches-2.6.26/150-netfilter_imq.patch b/target/linux/generic-2.6/patches-2.6.26/150-netfilter_imq.patch
index ba9a93c135958374149377d656d5d59ddd648a9d..d43baf01db026114b0138b2f72926b8d790498f0 100644
--- a/target/linux/generic-2.6/patches-2.6.26/150-netfilter_imq.patch
+++ b/target/linux/generic-2.6/patches-2.6.26/150-netfilter_imq.patch
@@ -79,7 +79,7 @@
 +
 +struct imq_private {
 +	struct tasklet_struct tasklet;
-+	int tasklet_pending;
++	unsigned long tasklet_pending;
 +};
 +
 +static nf_hookfn imq_nf_hook;