summaryrefslogtreecommitdiff
path: root/strata/cpe-wrt/fstools.morph
diff options
context:
space:
mode:
authorSimon Hoinkis <simon.hoinkis@codethink.co.uk>2015-03-19 14:50:08 +0000
committerRichard Dale <richard.dale@codethink.co.uk>2015-05-19 16:56:06 +0100
commitbb14cfdb9d2358ec663926f080118685c629bef7 (patch)
tree894ac63beda64ccf9d66d5f1e61792cc5d430f45 /strata/cpe-wrt/fstools.morph
parentd2501ac90d1841ab85f57ef58790d2328253fe41 (diff)
downloaddefinitions-bb14cfdb9d2358ec663926f080118685c629bef7.tar.gz
Update various OpenWrt packages
* OpenWrt (base-files): Search and replace 'export -n' with 'export' in lib/functions/preinit.sh * procd: Install the binaries in /sbin * fstools: Install the binaries in /sbin * uci, ubox, ubus, firewall3: Create the correct symlinks in /bin * Busybox: Change to a repository which includes OpenWrt patches and delete the false sed command TODO: * Complete the adding of iwinfo for rpcd * Busybox build
Diffstat (limited to 'strata/cpe-wrt/fstools.morph')
-rw-r--r--strata/cpe-wrt/fstools.morph7
1 files changed, 7 insertions, 0 deletions
diff --git a/strata/cpe-wrt/fstools.morph b/strata/cpe-wrt/fstools.morph
index cf5a730a..0a455968 100644
--- a/strata/cpe-wrt/fstools.morph
+++ b/strata/cpe-wrt/fstools.morph
@@ -3,3 +3,10 @@ kind: chunk
pre-configure-commands:
- sed -i "s/-Werror//" CMakeLists.txt
+
+build-commands:
+- cmake -DCMAKE_INSTALL_PREFIX=/
+- make
+
+install-commands:
+- make install