diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-02 14:48:27 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-02 14:48:27 +0000 |
commit | c69ffda546522ae67544ad717a45abbc2ca3527f (patch) | |
tree | fb2de31fd6d40b87d35e63d5b8e01a03e9f0bbf8 /target/linux/ramips/patches-4.3/0507-net-next-mediatek-add-support-for-rt3883.patch | |
parent | 140be9f1a5915e952722813e60716a257d622f74 (diff) | |
download | mtk-20170518-c69ffda546522ae67544ad717a45abbc2ca3527f.zip mtk-20170518-c69ffda546522ae67544ad717a45abbc2ca3527f.tar.gz mtk-20170518-c69ffda546522ae67544ad717a45abbc2ca3527f.tar.bz2 |
ramips: clean up and refresh kernel patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48070
Diffstat (limited to 'target/linux/ramips/patches-4.3/0507-net-next-mediatek-add-support-for-rt3883.patch')
-rw-r--r-- | target/linux/ramips/patches-4.3/0507-net-next-mediatek-add-support-for-rt3883.patch | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/ramips/patches-4.3/0507-net-next-mediatek-add-support-for-rt3883.patch b/target/linux/ramips/patches-4.3/0507-net-next-mediatek-add-support-for-rt3883.patch index 1b98155..53d35d0 100644 --- a/target/linux/ramips/patches-4.3/0507-net-next-mediatek-add-support-for-rt3883.patch +++ b/target/linux/ramips/patches-4.3/0507-net-next-mediatek-add-support-for-rt3883.patch @@ -14,9 +14,6 @@ Signed-off-by: Michael Lee <igvtee@gmail.com> 1 file changed, 75 insertions(+) create mode 100644 drivers/net/ethernet/mediatek/soc_rt3883.c -diff --git a/drivers/net/ethernet/mediatek/soc_rt3883.c b/drivers/net/ethernet/mediatek/soc_rt3883.c -new file mode 100644 -index 0000000..7f34d4d --- /dev/null +++ b/drivers/net/ethernet/mediatek/soc_rt3883.c @@ -0,0 +1,75 @@ @@ -95,6 +92,3 @@ index 0000000..7f34d4d +}; + +MODULE_DEVICE_TABLE(of, of_fe_match); --- -1.7.10.4 - |