diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-06-04 11:25:53 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-06-04 11:25:53 +0000 |
commit | 91142205534e135a29ceb3992708bf2ca3219021 (patch) | |
tree | 16e69db35c7fdf48ea76876109b0b38845361209 /package/aodv-uu | |
parent | d5b15895ef66b9a664afa72d88507060e1f0a270 (diff) | |
download | master-31e0f0ae-91142205534e135a29ceb3992708bf2ca3219021.tar.gz master-31e0f0ae-91142205534e135a29ceb3992708bf2ca3219021.tar.bz2 master-31e0f0ae-91142205534e135a29ceb3992708bf2ca3219021.zip |
refresh all package patches in the buildroot using quilt
SVN-Revision: 7490
Diffstat (limited to 'package/aodv-uu')
4 files changed, 31 insertions, 22 deletions
diff --git a/package/aodv-uu/patches/001-normalize.patch b/package/aodv-uu/patches/001-normalize.patch index 3c76700fbb..bdc6fdae4e 100644 --- a/package/aodv-uu/patches/001-normalize.patch +++ b/package/aodv-uu/patches/001-normalize.patch @@ -1,6 +1,7 @@ -diff -urN aodv-uu-0.9.1/lnx/Makefile aodv-uu-0.9.1.new/lnx/Makefile ---- aodv-uu-0.9.1/lnx/Makefile 2005-03-17 22:37:59.000000000 +0100 -+++ aodv-uu-0.9.1.new/lnx/Makefile 2006-07-25 15:46:02.000000000 +0200 +Index: aodv-uu-0.9.3/lnx/Makefile +=================================================================== +--- aodv-uu-0.9.3.orig/lnx/Makefile 2007-06-04 13:22:19.859836128 +0200 ++++ aodv-uu-0.9.3/lnx/Makefile 2007-06-04 13:22:19.932825032 +0200 @@ -30,7 +30,7 @@ KCFLAGS=-Wall -Wno-strict-aliasing -O2 $(KDEFS) $(KINC) $(XDEFS) KCFLAGS_ARM=-Wall -O2 -D__KERNEL__ -DMODULE -nostdinc $(shell $(ARM_CC) -print-search-dirs | sed -ne 's/install: \(.*\)/-I \1include/gp') -I$(KERNEL_INC) @@ -10,15 +11,16 @@ diff -urN aodv-uu-0.9.1/lnx/Makefile aodv-uu-0.9.1.new/lnx/Makefile .PHONY: clean clean-2.4 clean-2.6 indent default # Check for kernel version -@@ -87,5 +87,3 @@ - +@@ -89,5 +89,3 @@ + etags *.c *.h indent: indent -kr -i8 -ts8 -sob -l80 -ss -ncs *.c *.h -endif - -diff -urN aodv-uu-0.9.1/Makefile aodv-uu-0.9.1.new/Makefile ---- aodv-uu-0.9.1/Makefile 2006-07-25 15:03:49.000000000 +0200 -+++ aodv-uu-0.9.1.new/Makefile 2006-07-25 15:03:59.000000000 +0200 +Index: aodv-uu-0.9.3/Makefile +=================================================================== +--- aodv-uu-0.9.3.orig/Makefile 2007-06-04 13:22:19.866835064 +0200 ++++ aodv-uu-0.9.3/Makefile 2007-06-04 13:22:19.932825032 +0200 @@ -87,7 +87,7 @@ mips: aodvd-mips kaodv-mips @@ -28,7 +30,7 @@ diff -urN aodv-uu-0.9.1/Makefile aodv-uu-0.9.1.new/Makefile ./endian > endian.h $(OBJS): %.o: %.c Makefile -@@ -138,19 +138,18 @@ +@@ -143,19 +143,18 @@ @makedepend -Y./ -- $(DEFS) -- $(SRC) &>/dev/null @makedepend -a -Y./ -- $(KDEFS) kaodv.c &>/dev/null diff --git a/package/aodv-uu/patches/002-linux_2.6.19_ip_route_me_harder_change.patch b/package/aodv-uu/patches/002-linux_2.6.19_ip_route_me_harder_change.patch index b8b6583b09..638de87ff7 100644 --- a/package/aodv-uu/patches/002-linux_2.6.19_ip_route_me_harder_change.patch +++ b/package/aodv-uu/patches/002-linux_2.6.19_ip_route_me_harder_change.patch @@ -1,6 +1,7 @@ -diff -ruN aodv-uu-0.9.3-old/lnx/kaodv-mod.c aodv-uu-0.9.3-new/lnx/kaodv-mod.c ---- aodv-uu-0.9.3-old/lnx/kaodv-mod.c 2006-09-20 19:58:38.000000000 +0200 -+++ aodv-uu-0.9.3-new/lnx/kaodv-mod.c 2006-12-16 22:08:01.000000000 +0100 +Index: aodv-uu-0.9.3/lnx/kaodv-mod.c +=================================================================== +--- aodv-uu-0.9.3.orig/lnx/kaodv-mod.c 2007-06-04 13:22:19.830840536 +0200 ++++ aodv-uu-0.9.3/lnx/kaodv-mod.c 2007-06-04 13:22:20.130794936 +0200 @@ -19,7 +19,7 @@ * Author: Erik Nordström, <erik.nordstrom@it.uu.se> * @@ -22,9 +23,10 @@ diff -ruN aodv-uu-0.9.3-old/lnx/kaodv-mod.c aodv-uu-0.9.3-new/lnx/kaodv-mod.c } break; case NF_IP_POST_ROUTING: -diff -ruN aodv-uu-0.9.3-old/lnx/kaodv-queue.c aodv-uu-0.9.3-new/lnx/kaodv-queue.c ---- aodv-uu-0.9.3-old/lnx/kaodv-queue.c 2006-09-20 19:58:38.000000000 +0200 -+++ aodv-uu-0.9.3-new/lnx/kaodv-queue.c 2006-12-16 22:17:16.000000000 +0100 +Index: aodv-uu-0.9.3/lnx/kaodv-queue.c +=================================================================== +--- aodv-uu-0.9.3.orig/lnx/kaodv-queue.c 2007-06-04 13:22:19.837839472 +0200 ++++ aodv-uu-0.9.3/lnx/kaodv-queue.c 2007-06-04 13:22:20.130794936 +0200 @@ -29,6 +29,7 @@ #include <linux/spinlock.h> #include <linux/sysctl.h> diff --git a/package/aodv-uu/patches/003-linux_2.6.19_security_netlink_recv_change.patch b/package/aodv-uu/patches/003-linux_2.6.19_security_netlink_recv_change.patch index 725f03bc2f..53d90643dc 100644 --- a/package/aodv-uu/patches/003-linux_2.6.19_security_netlink_recv_change.patch +++ b/package/aodv-uu/patches/003-linux_2.6.19_security_netlink_recv_change.patch @@ -1,6 +1,7 @@ -diff -ruN aodv-uu-0.9.3-old/lnx/kaodv-netlink.c aodv-uu-0.9.3-new/lnx/kaodv-netlink.c ---- aodv-uu-0.9.3-old/lnx/kaodv-netlink.c 2006-09-20 19:58:38.000000000 +0200 -+++ aodv-uu-0.9.3-new/lnx/kaodv-netlink.c 2006-12-16 22:14:14.000000000 +0100 +Index: aodv-uu-0.9.3/lnx/kaodv-netlink.c +=================================================================== +--- aodv-uu-0.9.3.orig/lnx/kaodv-netlink.c 2007-06-04 13:22:19.810843576 +0200 ++++ aodv-uu-0.9.3/lnx/kaodv-netlink.c 2007-06-04 13:22:20.326765144 +0200 @@ -284,7 +284,11 @@ /* RCV_SKB_FAIL(-EINVAL); */ diff --git a/package/aodv-uu/patches/004-linux_2.6.19_includes.patch b/package/aodv-uu/patches/004-linux_2.6.19_includes.patch index 92cae3e1c8..8dc1adf013 100644 --- a/package/aodv-uu/patches/004-linux_2.6.19_includes.patch +++ b/package/aodv-uu/patches/004-linux_2.6.19_includes.patch @@ -1,5 +1,7 @@ ---- aodv-uu-0.9.3-old/main.c 2006-09-20 19:58:38.000000000 +0200 -+++ aodv-uu-0.9.3/main.c 2006-12-16 22:27:36.000000000 +0100 +Index: aodv-uu-0.9.3/main.c +=================================================================== +--- aodv-uu-0.9.3.orig/main.c 2007-06-04 13:22:19.782847832 +0200 ++++ aodv-uu-0.9.3/main.c 2007-06-04 13:22:20.513736720 +0200 @@ -26,6 +26,8 @@ #include <sys/types.h> #include <sys/socket.h> @@ -9,8 +11,10 @@ #include <linux/sockios.h> #include <linux/wireless.h> #include <getopt.h> ---- aodv-uu-0.9.3-old/nl.c 2006-09-20 19:58:38.000000000 +0200 -+++ aodv-uu-0.9.3/nl.c 2006-12-16 22:29:55.000000000 +0100 +Index: aodv-uu-0.9.3/nl.c +=================================================================== +--- aodv-uu-0.9.3.orig/nl.c 2007-06-04 13:22:19.789846768 +0200 ++++ aodv-uu-0.9.3/nl.c 2007-06-04 13:22:20.513736720 +0200 @@ -33,6 +33,10 @@ #include <netinet/in.h> #include <arpa/inet.h> |