aboutsummaryrefslogtreecommitdiffstats
path: root/package/uboot-ifxmips/files/net
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2011-02-01 21:38:07 +0000
committerJohn Crispin <blogic@openwrt.org>2011-02-01 21:38:07 +0000
commitdafef5a4f91473021f2a64805bcf8a966d4cbf9d (patch)
treea4324fa0af6620ea3eca5d20ff48fa1e4b1f8468 /package/uboot-ifxmips/files/net
parent6e4ae864800fb754be7bdb180deb04ca31588c92 (diff)
downloadmaster-187ad058-dafef5a4f91473021f2a64805bcf8a966d4cbf9d.tar.gz
master-187ad058-dafef5a4f91473021f2a64805bcf8a966d4cbf9d.tar.bz2
master-187ad058-dafef5a4f91473021f2a64805bcf8a966d4cbf9d.zip
drop uboot-ifxmips, use uboot-lantiq instead
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25294 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uboot-ifxmips/files/net')
-rw-r--r--package/uboot-ifxmips/files/net/ifx_eth.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/uboot-ifxmips/files/net/ifx_eth.c b/package/uboot-ifxmips/files/net/ifx_eth.c
deleted file mode 100644
index 02e72aef3d..0000000000
--- a/package/uboot-ifxmips/files/net/ifx_eth.c
+++ /dev/null
@@ -1,4 +0,0 @@
-
-#define IFX_ETH_INITIALIZE_EXTERN extern int danube_switch_initialize(bd_t *);
-#define IFX_ETH_INITIALIZE(bd_t) danube_switch_initialize(bd_t);
-