diff options
Diffstat (limited to 'package/adktest')
| -rw-r--r-- | package/adktest/Makefile | 2 | ||||
| -rwxr-xr-x | package/adktest/files/adktest.init | 1 | ||||
| -rwxr-xr-x | package/adktest/src/quit | 2 | 
3 files changed, 3 insertions, 2 deletions
| diff --git a/package/adktest/Makefile b/package/adktest/Makefile index 3e1ad35c3..b6571a199 100644 --- a/package/adktest/Makefile +++ b/package/adktest/Makefile @@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk  PKG_NAME:=		adktest  PKG_VERSION:=		0.1 -PKG_RELEASE:=		10 +PKG_RELEASE:=		11  PKG_DESCR:=		helper tools and scripts for qemu testing  PKG_SECTION:=		base/tests  PKG_URL:=		http://openadk.org/ diff --git a/package/adktest/files/adktest.init b/package/adktest/files/adktest.init index e1fe9a8c2..3969eb585 100755 --- a/package/adktest/files/adktest.init +++ b/package/adktest/files/adktest.init @@ -17,6 +17,7 @@ start)  	fi  	echo "Starting test script ..."  	if [ -x /run.sh ];then +		mount -o remount,rw /  		/run.sh  		quit  	else diff --git a/package/adktest/src/quit b/package/adktest/src/quit index 74c5f01b8..00468d36a 100755 --- a/package/adktest/src/quit +++ b/package/adktest/src/quit @@ -1,7 +1,7 @@  #!/bin/sh  arch=$(uname -m)  case $arch in -  arc|blackfin|m68k|metag|openrisc|riscv64|s390x|sh4eb) +  arc|blackfin|kvx|m68k|metag|riscv64|s390x|sh4eb)      poweroff      ;;    *) | 
