diff options
author | John Crispin <john@openwrt.org> | 2008-06-07 10:12:15 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2008-06-07 10:12:15 +0000 |
commit | f3523c6e9cbc23372c4cbeaeeb389c8d0378621a (patch) | |
tree | a8e8c73904b95aa18750e8eff19d27b94a10098d /target/linux/ifxmips/patches | |
parent | 8fdb13375284872031c8488d7ed4c4e31145e7cb (diff) | |
download | upstream-f3523c6e9cbc23372c4cbeaeeb389c8d0378621a.tar.gz upstream-f3523c6e9cbc23372c4cbeaeeb389c8d0378621a.tar.bz2 upstream-f3523c6e9cbc23372c4cbeaeeb389c8d0378621a.zip |
clean up etehrnet driver
SVN-Revision: 11389
Diffstat (limited to 'target/linux/ifxmips/patches')
-rw-r--r-- | target/linux/ifxmips/patches/110-drivers.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ifxmips/patches/110-drivers.patch b/target/linux/ifxmips/patches/110-drivers.patch index c52805dec9..c3091be13a 100644 --- a/target/linux/ifxmips/patches/110-drivers.patch +++ b/target/linux/ifxmips/patches/110-drivers.patch @@ -90,4 +90,4 @@ Index: linux-2.6.25.4/drivers/net/Makefile obj-$(CONFIG_NETXEN_NIC) += netxen/ obj-$(CONFIG_NIU) += niu.o obj-$(CONFIG_VIRTIO_NET) += virtio_net.o -+obj-$(CONFIG_IFXMIPS_MII0) += drivers/net/ifxmips_mii0.o ++obj-$(CONFIG_IFXMIPS_MII0) += ifxmips_mii0.o |