mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-09 22:37:27 +03:00
[package] sysupgrade: install /bin/sleep into ramdisk too and add completition notice (#4747)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14784 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
30b01afb89
commit
3099fb8fb3
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007 OpenWrt.org
|
# Copyright (C) 2007-2009 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
include $(INCLUDE_DIR)/kernel.mk
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
||||||
PKG_NAME:=base-files
|
PKG_NAME:=base-files
|
||||||
PKG_RELEASE:=15
|
PKG_RELEASE:=16
|
||||||
|
|
||||||
PKG_FILE_DEPEND:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
|
PKG_FILE_DEPEND:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ pivot() { # <new_root> <old_root>
|
|||||||
}
|
}
|
||||||
|
|
||||||
run_ramfs() { # <command> [...]
|
run_ramfs() { # <command> [...]
|
||||||
install_bin /bin/busybox /bin/ash /bin/sh /bin/mount /bin/umount /sbin/pivot_root /usr/bin/wget /sbin/reboot /bin/sync /bin/dd /bin/grep /bin/cp /bin/mv /bin/tar /usr/bin/md5sum "/usr/bin/[" /bin/vi /bin/ls /bin/cat /usr/bin/awk /usr/bin/hexdump
|
install_bin /bin/busybox /bin/ash /bin/sh /bin/mount /bin/umount /sbin/pivot_root /usr/bin/wget /sbin/reboot /bin/sync /bin/dd /bin/grep /bin/cp /bin/mv /bin/tar /usr/bin/md5sum "/usr/bin/[" /bin/vi /bin/ls /bin/cat /usr/bin/awk /usr/bin/hexdump /bin/sleep
|
||||||
install_bin /sbin/mtd
|
install_bin /sbin/mtd
|
||||||
for file in $RAMFS_COPY_BIN; do
|
for file in $RAMFS_COPY_BIN; do
|
||||||
install_bin $file
|
install_bin $file
|
||||||
@ -160,6 +160,7 @@ do_upgrade() {
|
|||||||
jffs2_copy_config
|
jffs2_copy_config
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
v "Upgrade completed"
|
||||||
[ -n "$DELAY" ] && sleep "$DELAY"
|
[ -n "$DELAY" ] && sleep "$DELAY"
|
||||||
ask_bool 1 "Reboot" && reboot
|
ask_bool 1 "Reboot" && reboot
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user