build: use 128MiB as the boot/kernel partition size on armvirt target
[openwrt/staging/hauke.git] / config / check-uname.sh
1 [ "$(uname)" = "$1" ] && echo y || echo n