From f573eaa47a9af9fd3a85871a912e7f9501cb3615 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Thu, 24 Jul 2008 11:27:57 +0100 Subject: [PATCH] Add helper waf proxy script --- src/devices/wifi/waf | 1 + 1 file changed, 1 insertion(+) create mode 100755 src/devices/wifi/waf diff --git a/src/devices/wifi/waf b/src/devices/wifi/waf new file mode 100755 index 000000000..4283ec141 --- /dev/null +++ b/src/devices/wifi/waf @@ -0,0 +1 @@ +exec "`dirname "$0"`"/../../../waf "$@"