diff options
author | John Crispin <blogic@openwrt.org> | 2008-06-07 10:12:15 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2008-06-07 10:12:15 +0000 |
commit | 8e893e448823d5ce2a8582b2ac0a0db1512d969e (patch) | |
tree | 0d36e0de1db867749d0110149c8435e91ba6bf1a /target/linux/ifxmips/patches | |
parent | 2bc5f0524a72db7531d0ee19bab6efbf79b4b068 (diff) | |
download | upstream-8e893e448823d5ce2a8582b2ac0a0db1512d969e.tar.gz upstream-8e893e448823d5ce2a8582b2ac0a0db1512d969e.tar.bz2 upstream-8e893e448823d5ce2a8582b2ac0a0db1512d969e.zip |
clean up etehrnet driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11389 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |