wap54g support
[openwrt.git] / obsolete-buildroot / sources / openwrt / root / sbin / wifi
index 03ec66e..6360fff 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/ash
-  alias debug=${DEBUG:-:}
-  debug "### wifi $1 ###"
-  if=$(awk 'sub(":","") {print $1}' /proc/net/wireless)
-  $DEBUG wlconf $if $1
+alias debug=${DEBUG:-:}
+debug "### wifi $1 ###"
+if=$(awk 'sub(":","") {print $1}' /proc/net/wireless)
+$DEBUG wlconf $if $1
This page took 0.02333 seconds and 4 git commands to generate.