diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-12-19 19:34:52 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-12-19 19:34:52 +0000 |
commit | 427f5c53f9815b00374317554fc2a73a9718b151 (patch) | |
tree | c3a23d1853aa6da043c227918e89c8c534d6d358 /target/linux/rb532-2.6/patches/110-korina_ethernet.patch | |
parent | e81aa1003ce9f59aa1e842bee5a2b82ddba34350 (diff) |
add missing copyright
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5860 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rb532-2.6/patches/110-korina_ethernet.patch')
-rw-r--r-- | target/linux/rb532-2.6/patches/110-korina_ethernet.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/rb532-2.6/patches/110-korina_ethernet.patch b/target/linux/rb532-2.6/patches/110-korina_ethernet.patch index 659d15d9ec..5a6bf6f5dc 100644 --- a/target/linux/rb532-2.6/patches/110-korina_ethernet.patch +++ b/target/linux/rb532-2.6/patches/110-korina_ethernet.patch @@ -18,13 +18,14 @@ diff -urN linux.old/drivers/net/Kconfig linux.dev/drivers/net/Kconfig diff -urN linux.old/drivers/net/korina.c linux.dev/drivers/net/korina.c --- linux.old/drivers/net/korina.c 1970-01-01 01:00:00.000000000 +0100 +++ linux.dev/drivers/net/korina.c 2006-12-14 03:18:45.000000000 +0100 -@@ -0,0 +1,1159 @@ +@@ -0,0 +1,1160 @@ +/************************************************************************** + * + * BRIEF MODULE DESCRIPTION + * Driver for the IDT RC32434 on-chip ethernet controller. + * + * Copyright 2004 IDT Inc. (rischelp@idt.com) ++ * Copyright 2006 Felix Fietkau <nbd@openwrt.org> + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the |