diff options
author | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-20 16:14:01 +0000 |
---|---|---|
committer | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-20 16:14:01 +0000 |
commit | 58b41997f202fb24c4556fe295ea33ee83d9c5af (patch) | |
tree | d7ae99137bb8279fe45e16ae9d0752b83c295f15 /target/linux/atheros/patches-2.6.27/135-ar2313_2.6.26.patch | |
parent | 099b7c06385d3852363461a08d3804b2845a4698 (diff) |
[atheros]: remove atheros target for kernel 2.6.27.
When support for kernel 2.6.28 is added this is not needed any more.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14582 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros/patches-2.6.27/135-ar2313_2.6.26.patch')
-rw-r--r-- | target/linux/atheros/patches-2.6.27/135-ar2313_2.6.26.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/atheros/patches-2.6.27/135-ar2313_2.6.26.patch b/target/linux/atheros/patches-2.6.27/135-ar2313_2.6.26.patch deleted file mode 100644 index a39b46c0b8..0000000000 --- a/target/linux/atheros/patches-2.6.27/135-ar2313_2.6.26.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/drivers/net/ar2313/ar2313.c -+++ b/drivers/net/ar2313/ar2313.c -@@ -291,7 +291,7 @@ int __init ar2313_probe(struct platform_ - sp->mii_bus.write = mdiobus_write; - sp->mii_bus.reset = mdiobus_reset; - sp->mii_bus.name = "ar2313_eth_mii"; -- sp->mii_bus.id = 0; -+ snprintf(sp->mii_bus.id, MII_BUS_ID_SIZE, "0"); - sp->mii_bus.irq = kmalloc(sizeof(int), GFP_KERNEL); - *sp->mii_bus.irq = PHY_POLL; - |