1#!/bin/sh
2
3do_ramips() {
4	. /lib/ramips.sh
5}
6
7boot_hook_add preinit_main do_ramips
8