X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fuboot-lantiq%2Fpatches%2F300-httpd.patch;fp=package%2Fuboot-lantiq%2Fpatches%2F300-httpd.patch;h=25e84cde3e4d042d62b37a732635c5060ffb4708;hb=52c5d88da9e06edcb5d1b2cc3bef42b09e6988dd;hp=f9a81e90c67645b4ccc8beb211b107e0141e768f;hpb=0f3c8610c4b1d4c55efb2f0c2bba4c7eb639a1bf;p=openwrt-github%2F.git diff --git a/package/uboot-lantiq/patches/300-httpd.patch b/package/uboot-lantiq/patches/300-httpd.patch index f9a81e90c6..25e84cde3e 100644 --- a/package/uboot-lantiq/patches/300-httpd.patch +++ b/package/uboot-lantiq/patches/300-httpd.patch @@ -165,7 +165,7 @@ NetRxPacket = inpkt; NetRxPacketLen = len; et = (Ethernet_t *)inpkt; -@@ -1952,3 +1972,161 @@ ushort getenv_VLAN(char *var) +@@ -1952,3 +1972,162 @@ ushort getenv_VLAN(char *var) { return (string_to_VLAN(getenv(var))); } @@ -249,6 +249,8 @@ + NetArpWaitTxPacketSize = 0; + } + ++restart: ++ + eth_halt(); +#ifdef CONFIG_NET_MULTI + eth_set_current(); @@ -258,7 +260,6 @@ + return(-1); + } + -+restart: +#ifdef CONFIG_NET_MULTI + memcpy (NetOurEther, eth_get_dev()->enetaddr, 6); +#else