cleanup and bump libdevuansdk

This commit is contained in:
parazyd 2017-02-14 20:04:03 +01:00
parent 3c483ee1bd
commit ac62f62446
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
3 changed files with 2 additions and 11 deletions

1
config
View File

@ -32,4 +32,5 @@ MAKEOPTS="-j$(expr $(grep -c 'processor' /proc/cpuinfo) + 1)"
## extra_packages for all images
extra_packages+=(fake-hwclock busybox-syslogd busybox-static openntpd)
extra_packages+=(fbterm)
purge_packages+=(rsyslog)

@ -1 +1 @@
Subproject commit a4cf35c5b6082405346a43ac5cda48eeebaabd4a
Subproject commit f002c12258492bf20d5aef25c68de59b3fdb4500

10
sdk
View File

@ -50,16 +50,6 @@ load() {
req=(os)
ckreq || return 1
## initialize binfmt_misc if not already, needed to run qemu
#if [[ -f /etc/init.d/binfmt-support ]]; then
# sudo /etc/init.d/binfmt-support restart
#else
# [[ -d /proc/sys/fs/binfmt_misc ]] \
# || sudo modprobe binfmt_misc
# [[ -f /proc/sys/fs/binfmt_misc/register ]] \
# || sudo mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc
#fi
os_map=(
"devuan" "$R/lib/libdevuansdk/libdevuansdk"
)