#!/bin/sh
# vim: set sw=4 ts=4 sts=4 et :
make -C buildroot O="${PWD}"/_build BR2_EXTERNAL="${PWD}" pythonctnr_defconfig
make -C _build