diff options
Diffstat (limited to 'package')
-rwxr-xr-x | package/base-files/src/sbin/adkupdate | 3 | ||||
-rw-r--r-- | package/util-linux-ng/Makefile | 8 |
2 files changed, 7 insertions, 4 deletions
diff --git a/package/base-files/src/sbin/adkupdate b/package/base-files/src/sbin/adkupdate index db1dfb73a..6c2f58006 100755 --- a/package/base-files/src/sbin/adkupdate +++ b/package/base-files/src/sbin/adkupdate @@ -76,5 +76,8 @@ esac sync mount -o bind /etc /tmp/.cfgfs/root +if [ "$system" == "RB532" ];then + umount -f /boot +fi echo "Update sucessful. You should reboot now." diff --git a/package/util-linux-ng/Makefile b/package/util-linux-ng/Makefile index 513c8e22b..ef7b4766d 100644 --- a/package/util-linux-ng/Makefile +++ b/package/util-linux-ng/Makefile @@ -4,14 +4,14 @@ include ${TOPDIR}/rules.mk PKG_NAME:= util-linux-ng -PKG_VERSION:= 2.16.1 -PKG_RELEASE:= 3 -PKG_MD5SUM:= fc57e5fd5be9e569b026b5077fafe84f +PKG_VERSION:= 2.17 +PKG_RELEASE:= 1 +PKG_MD5SUM:= b4c0f196de2f583a4ed91d6f53ba2d88 PKG_DESCR:= Linux utilities PKG_SECTION:= admin PKG_BUILDDEP+= e2fsprogs ncurses PKG_URL:= http://userweb.kernel.org/~kzak/util-linux-ng -PKG_SITES:= ${MASTER_SITE_KERNEL:=utils/util-linux-ng/v2.16/} +PKG_SITES:= ${MASTER_SITE_KERNEL:=utils/util-linux-ng/v${PKG_VERSION}/} PKG_DESCR_FDISK:= Partition table manipulation utility PKG_DESCR_SFDISK:= Scriptable Partition table manipulation utility |