also copy the firmware

pull/8/head
Robert Nelson 15 years ago committed by Robert Nelson
parent 913a48ed64
commit 7cd833bde1

@ -1,5 +1,5 @@
diff --git a/lib/chroot-setup.sh b/lib/chroot-setup.sh diff --git a/lib/chroot-setup.sh b/lib/chroot-setup.sh
index 61bc6ae..5c7778a 100644 index 61bc6ae..3406f4e 100644
--- a/lib/chroot-setup.sh --- a/lib/chroot-setup.sh
+++ b/lib/chroot-setup.sh +++ b/lib/chroot-setup.sh
@@ -110,6 +110,9 @@ EOF @@ -110,6 +110,9 @@ EOF
@ -12,7 +12,7 @@ index 61bc6ae..5c7778a 100644
return 0 return 0
} }
@@ -120,6 +123,22 @@ chroot_cleanup () { @@ -120,6 +123,23 @@ chroot_cleanup () {
mv /target/sbin/initctl.REAL /target/sbin/initctl mv /target/sbin/initctl.REAL /target/sbin/initctl
fi fi
@ -28,6 +28,7 @@ index 61bc6ae..5c7778a 100644
+ cp /tmp/mmc/uInitrd /tmp/mmc/uInitrd.net + cp /tmp/mmc/uInitrd /tmp/mmc/uInitrd.net
+ cp /tmp/mmc/uInitrd.final /tmp/mmc/uInitrd + cp /tmp/mmc/uInitrd.final /tmp/mmc/uInitrd
+ cp -r /lib/modules/`uname -r`/ /target/lib/modules/ + cp -r /lib/modules/`uname -r`/ /target/lib/modules/
+ cp -r /lib/firmware/ /target/lib/
+ rm -f /etc/rcn.conf + rm -f /etc/rcn.conf
+ umount /tmp/mmc + umount /tmp/mmc
+ fi + fi

@ -1,5 +1,5 @@
diff --git a/lib/chroot-setup.sh b/lib/chroot-setup.sh diff --git a/lib/chroot-setup.sh b/lib/chroot-setup.sh
index 61bc6ae..75aa52f 100644 index 61bc6ae..bc67b04 100644
--- a/lib/chroot-setup.sh --- a/lib/chroot-setup.sh
+++ b/lib/chroot-setup.sh +++ b/lib/chroot-setup.sh
@@ -110,6 +110,8 @@ EOF @@ -110,6 +110,8 @@ EOF
@ -11,7 +11,7 @@ index 61bc6ae..75aa52f 100644
return 0 return 0
} }
@@ -120,6 +122,18 @@ chroot_cleanup () { @@ -120,6 +122,19 @@ chroot_cleanup () {
mv /target/sbin/initctl.REAL /target/sbin/initctl mv /target/sbin/initctl.REAL /target/sbin/initctl
fi fi
@ -23,6 +23,7 @@ index 61bc6ae..75aa52f 100644
+ cp /tmp/mmc/uInitrd /tmp/mmc/uInitrd.net + cp /tmp/mmc/uInitrd /tmp/mmc/uInitrd.net
+ cp /tmp/mmc/uInitrd.final /tmp/mmc/uInitrd + cp /tmp/mmc/uInitrd.final /tmp/mmc/uInitrd
+ cp -r /lib/modules/`uname -r`/ /target/lib/modules/ + cp -r /lib/modules/`uname -r`/ /target/lib/modules/
+ cp -r /lib/firmware/ /target/lib/
+ rm -f /etc/rcn.conf + rm -f /etc/rcn.conf
+ umount /tmp/mmc + umount /tmp/mmc
+ fi + fi

Loading…
Cancel
Save