Bläddra i källkod

Merge branch 'master' of git+ssh://openadk.org/git/openadk

Waldemar Brodkorb 14 år sedan
förälder
incheckning
254ae86e16
2 ändrade filer med 7 tillägg och 4 borttagningar
  1. 3 0
      package/base-files/src/sbin/adkupdate
  2. 4 4
      package/util-linux-ng/Makefile

+ 3 - 0
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."

+ 4 - 4
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