Skip to content

Commit

Permalink
Fix for the openwrt 'fix'
Browse files Browse the repository at this point in the history
finger foo'd the variable name
  • Loading branch information
Dave Taht committed Jan 10, 2012
1 parent e24ff88 commit 7855510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debloat
Expand Up @@ -173,7 +173,7 @@ end
if is_openwrt() then
env.INSMOD = "/sbin/insmod"
env.ETHTOOL = "/usr/sbin/ethtool"
env.ETHTOOL = "/usr/sbin/tc"
env.TC = "/usr/sbin/tc"
end

-- pull params from conf file
Expand Down

0 comments on commit 7855510

Please sign in to comment.