From 392e39d9b2ffde364f3a4c67f9ed8831256de2d2 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 23 Oct 2014 14:25:20 -0400 Subject: build: Remove oh-autobuild commands There's no major advantage to using opkhelper for this package. --- diff --git a/build b/build index 1997461..bc113d4 100755 --- a/build +++ b/build @@ -8,9 +8,9 @@ nop: build: mkdir -p src/toolchain/dl/ (cd src/toolchain/dl/ && ln -sf ../../../../toolchain/* ./) - oh-autobuild -T toolchain + (cd src/ && make toolchain) chmod a+x src/target_firmware/firmware-crc.sh - oh-autobuild -B src/target_firmware + (cd src/target_firmware/ && make) touch $@ install: build -- cgit v0.9.1