diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-03-10 18:09:53 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-03-10 18:09:53 +0000 |
commit | d08b2b02cfd72074cd05f2fdb39f1589235888fa (patch) | |
tree | 907759cbb731760fefd7d004338183df302eafb6 /package/base-files/files/etc/preinit | |
parent | f00bcb24be700b9ae9c56882ec7787d7df5f3a0f (diff) | |
download | upstream-d08b2b02cfd72074cd05f2fdb39f1589235888fa.tar.gz upstream-d08b2b02cfd72074cd05f2fdb39f1589235888fa.tar.bz2 upstream-d08b2b02cfd72074cd05f2fdb39f1589235888fa.zip |
base-files: fix preinit code typos
Signed-off-by: Ithamar R. Adema <ithamar.adema@team-embedded.nl>
Acked-by: Daniel Dickinson <cshore@csolve.net>
SVN-Revision: 20124
Diffstat (limited to 'package/base-files/files/etc/preinit')
-rwxr-xr-x | package/base-files/files/etc/preinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/etc/preinit b/package/base-files/files/etc/preinit index eff382af3d..56c02e4674 100755 --- a/package/base-files/files/etc/preinit +++ b/package/base-files/files/etc/preinit @@ -9,7 +9,7 @@ preinit_essential_hook= preinit_main_hook= failsafe_hook= initramfs_hook= -preinit_mount_root= +preinit_mount_root_hook= pi_ifname= pi_ip=192.168.1.1 |