ath9k: always enable fast clock for 5 ghz regardless of the eeprom setting
[openwrt.git] / package / base-files / files / etc / init.d / sysctl
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
3
4 START=99
5 start() {
6 [ -f /etc/sysctl.conf ] && sysctl -p -e >&-
7 }
This page took 0.03947 seconds and 5 git commands to generate.