diff options
author | John Crispin <blogic@openwrt.org> | 2014-12-07 16:53:30 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-12-07 16:53:30 +0000 |
commit | c53e189dfbf8b6f47c94561099c41f3412c6c8cd (patch) | |
tree | e44261a018fda172c0af5e83d1d54ea7107d2856 /package/boot/uboot-lantiq/patches | |
parent | f374eae83c31e0d421805a0fb74a0fa57d1724ef (diff) | |
download | upstream-c53e189dfbf8b6f47c94561099c41f3412c6c8cd.tar.gz upstream-c53e189dfbf8b6f47c94561099c41f3412c6c8cd.tar.bz2 upstream-c53e189dfbf8b6f47c94561099c41f3412c6c8cd.zip |
packages: fix typo in OpenWrt name
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43542 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot/uboot-lantiq/patches')
-rw-r--r-- | package/boot/uboot-lantiq/patches/0013-net-switchlib-add-driver-for-REALTEK-RTL8306.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-lantiq/patches/0013-net-switchlib-add-driver-for-REALTEK-RTL8306.patch b/package/boot/uboot-lantiq/patches/0013-net-switchlib-add-driver-for-REALTEK-RTL8306.patch index 19734256ca..4c01ad024a 100644 --- a/package/boot/uboot-lantiq/patches/0013-net-switchlib-add-driver-for-REALTEK-RTL8306.patch +++ b/package/boot/uboot-lantiq/patches/0013-net-switchlib-add-driver-for-REALTEK-RTL8306.patch @@ -20,7 +20,7 @@ Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> +++ b/drivers/net/switch/rtl8306.c @@ -0,0 +1,332 @@ +/* -+ * Based on OpenWRT linux driver ++ * Based on OpenWrt linux driver + * + * Copyright (C) 2011-2012 Daniel Schwierzeck, daniel.schwierzeck@gmail.com + * Copyright (C) 2009 Felix Fietkau <nbd@openwrt.org> |