From 7530177c7c59795b4e5c0767453444837ee5d622 Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 12 Jun 2012 15:10:24 -0400 Subject: Generalize the Crypto hardware option and add GUI support for AES-NI. --- etc/rc.bootup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/rc.bootup') diff --git a/etc/rc.bootup b/etc/rc.bootup index 8b78866..a4479ab 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -215,8 +215,8 @@ echo "Setting up extended sysctls..."; system_setup_sysctl(); echo "done.\n"; -/* enable glxsb if wanted */ -load_glxsb(); +/* enable optional crypto modules */ +load_crypto(); /* run any early shell commands specified in config.xml */ system_do_shell_commands(1); -- cgit v1.1