duh: busybox cp cant do update, just do recurive and force overwrite

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/10/merge
Robert Nelson 12 years ago
parent cc0d6964bd
commit 49d47b3895

@ -23,7 +23,7 @@ index 0000000..6d06fc7
+ fi
+
+ if [ -d /lib/firmware/ ] ; then
+ cp --recursive --update /lib/firmware/ /target/lib/ || true
+ cp -rf /lib/firmware/ /target/lib/ || true
+ fi
+
+ rm -f /etc/rcn.conf

@ -20,7 +20,7 @@ index 0000000..6d06fc7
+ echo "vm.min_free_kbytes = 8192" >> /target/etc/sysctl.conf
+
+ if [ -d /lib/firmware/ ] ; then
+ cp --recursive --update /lib/firmware/ /target/lib/ || true
+ cp -rf /lib/firmware/ /target/lib/ || true
+ fi
+
+ rm -f /etc/rcn.conf

Loading…
Cancel
Save