zaurus-2.6.inc: force creation of jffs2 images
[openembedded.git] / recipes / nslu2-binary-only / unslung-rootfs / rc.network-diversion.patch
1 --- nslu2-linksys-ramdisk-2.3r25/etc/rc.d/rc.network.orig       2004-07-27 23:37:55.000000000 -0400
2 +++ nslu2-linksys-ramdisk-2.3r25/etc/rc.d/rc.network    2004-09-01 21:57:46.000000000 -0400
3 @@ -1,3 +1,6 @@
4  #!/bin/sh
5 +
6 +if ( [ -f /unslung/rc.network ] && . /unslung/rc.network ) ; then return 0 ; fi
7 +
8  /sbin/ifup; #check_status
9  /bin/echo "call rc.network!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"