source: freewrt/target/linux/brcm-2.4/asus-wl500g/files/etc/preinit.arch@ 0608e75

freewrt_1_0 freewrt_2_0
Last change on this file since 0608e75 was 0608e75, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

add rootfs specific mount_root, simplifys new root filesystems, make mount_root portspecific. add preinit.arch for asus wl500g, without switch stuff

git-svn-id: svn://www.freewrt.org/trunk/freewrt@610 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100755
File size: 132 bytes
Line 
1#!/bin/sh
2
3[ "$(nvram get boot_wait)" != "on" ] && {
4 nvram set boot_wait=on
5 nvram commit
6}
7
8insmod diag
9echo 0x01 >/proc/sys/diag
Note: See TracBrowser for help on using the repository browser.