wing: Attempt to fix cross compile issues.
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 10 Oct 2010 13:26:18 +0000 (13:26 +0000)
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 10 Oct 2010 13:26:18 +0000 (13:26 +0000)
commit527c756fd1a2dc06ecc30e24141eddbae2533c2c
tree31889d04c0431773caa903b5687b1493ac13b671
parent5f7e4492a7f7a1bd91eac193a2aef666c2c9f1bf
wing: Attempt to fix cross compile issues.
The target build inherits configure properties from the host. This results in broken compile for an ARM target and PPC host. (and other combinations as well).
This tries to fix it. However, it still is not 100% safe. However, it does work on ARM/PPC with these changes.
We should either split this into host and target packages, or run a "make clean" between the host and target parts.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23376 3c298f89-4303-0410-b956-a3cf2f4a3e73
net/wing/Makefile
net/wing/patches/100-cross-compile.patch [new file with mode: 0644]