diff options
author | Mike Westerhof <mwester@dls.net> | 2006-07-11 05:17:27 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-11 05:17:27 +0000 |
commit | 137b2b19ca339eedb6069615f0f317f26094269d (patch) | |
tree | b736b6a07e73314dc140dc45e673be57871f5bbc /packages/nslu2-binary-only | |
parent | c5caa8e5bab6d22e201661d904853c3b65ea23c2 (diff) |
Unslung: netconsole - fix module parameter and change linuxrc to match.
Diffstat (limited to 'packages/nslu2-binary-only')
-rwxr-xr-x | packages/nslu2-binary-only/unslung-rootfs/linuxrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/nslu2-binary-only/unslung-rootfs/linuxrc b/packages/nslu2-binary-only/unslung-rootfs/linuxrc index c12984bf1d..77185b9443 100755 --- a/packages/nslu2-binary-only/unslung-rootfs/linuxrc +++ b/packages/nslu2-binary-only/unslung-rootfs/linuxrc @@ -13,7 +13,7 @@ if ( [ -f "/.nc" ] ) ; then /sbin/insmod ixp425_eth.o /sbin/ifconfig ixp0 $NC_SLUGIP /bin/echo "Insmod netconsole" - /sbin/insmod netconsole.o target_ip=$NC_TARGIP + /sbin/insmod netconsole.o target_ipaddr=$NC_TARGIP /bin/echo "Redirecting output via nc and restarting /linuxrc ..." export RERUN=1 exec /linuxrc 2>&1 | tee /dev/console | /usr/bin/nc $NC_TARGIP 6666 |