diff options
Diffstat (limited to 'package/base-files/files/etc/init.d/boot')
-rwxr-xr-x | package/base-files/files/etc/init.d/boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/etc/init.d/boot b/package/base-files/files/etc/init.d/boot index 4a2010ce89..904f7db75e 100755 --- a/package/base-files/files/etc/init.d/boot +++ b/package/base-files/files/etc/init.d/boot @@ -47,7 +47,7 @@ boot() { } rm -f /tmp/wireless.tmp - /bin/board_detect + /bin/config_generate uci_apply_defaults # temporary hack until configd exists |