Skip to content

Commit 5e63649

Browse files
committed
Do not mark kernel and uboot
1 parent 0bcb3ca commit 5e63649

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

simpleimage/make_rootfs.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,6 @@ add_platform_scripts() {
163163
cp -av ./platform-scripts/* "$DEST/usr/local/sbin"
164164
chown root.root "$DEST/usr/local/sbin/"*
165165
chmod 755 "$DEST/usr/local/sbin/"*
166-
167-
# Set Kernel and U-boot update version
168-
do_chroot /usr/bin/env MARK_ONLY=1 /usr/local/sbin/pine64_update_kernel.sh
169-
do_chroot /usr/bin/env MARK_ONLY=1 /usr/local/sbin/pine64_update_uboot.sh
170166
}
171167

172168
add_mackeeper_service() {

0 commit comments

Comments
 (0)