summaryrefslogtreecommitdiff
path: root/package/base-files-network
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-11-03 20:02:25 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-11-03 20:02:25 +0000
commit44ba13b57890b62ecd30ba8a7ce2758e5b44ee89 (patch)
tree56f0a6042ca4eef7e2247e7ec5db522a667be2b1 /package/base-files-network
parente3daeabda38fff68d4a6f82869dfaa9068cf0e4e (diff)
downloadmtk-20170518-44ba13b57890b62ecd30ba8a7ce2758e5b44ee89.zip
mtk-20170518-44ba13b57890b62ecd30ba8a7ce2758e5b44ee89.tar.gz
mtk-20170518-44ba13b57890b62ecd30ba8a7ce2758e5b44ee89.tar.bz2
base-files: load modules early, run wifi detect afterwards and only then process uci defaults
this allows uci-defaults scripts to override wifi settings SVN-Revision: 28733
Diffstat (limited to 'package/base-files-network')
-rwxr-xr-xpackage/base-files-network/files/etc/init.d/network5
1 files changed, 0 insertions, 5 deletions
diff --git a/package/base-files-network/files/etc/init.d/network b/package/base-files-network/files/etc/init.d/network
index fc51221..ad73e60 100755
--- a/package/base-files-network/files/etc/init.d/network
+++ b/package/base-files-network/files/etc/init.d/network
@@ -10,11 +10,6 @@ boot() {
include /lib/network
setup_switch
- /sbin/wifi detect > /tmp/wireless.tmp
- [ -s /tmp/wireless.tmp ] && {
- cat /tmp/wireless.tmp >> /etc/config/wireless
- }
- rm -f /tmp/wireless.tmp
grep -qs config /etc/config/wireless && {
/sbin/wifi up
}