summaryrefslogtreecommitdiff
path: root/strata/cpe-wrt.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.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.morph')
-rw-r--r--strata/cpe-wrt.morph30
1 files changed, 21 insertions, 9 deletions
diff --git a/strata/cpe-wrt.morph b/strata/cpe-wrt.morph
index 3c2aac79..bf7accab 100644
--- a/strata/cpe-wrt.morph
+++ b/strata/cpe-wrt.morph
@@ -28,12 +28,14 @@ chunks:
- json-c
- lua
- name: uci
+ morph: strata/cpe-wrt/uci.morph
repo: upstream:openwrt/uci
ref: 790d30606d545956a64f183c3199f472a70a6385
unpetrify-ref:
build-depends:
- libubox
- name: ubus
+ morph: strata/cpe-wrt/ubus.morph
repo: upstream:openwrt/ubus
ref: 2d660c519d2fcff95248da9f4fd9b37d61f9eb09
unpetrify-ref:
@@ -47,6 +49,7 @@ chunks:
build-depends:
- uci
- name: ubox
+ morph: strata/cpe-wrt/ubox.morph
repo: upstream:openwrt/ubox
ref: 1dce0407268937cdf37b9c0643632e6c31f5792a
unpetrify-ref:
@@ -54,6 +57,7 @@ chunks:
- ubus
- uci
- name: firewall3
+ morph: strata/cpe-wrt/firewall3.morph
repo: upstream:openwrt/firewall3
ref: 165029cb8c0f1545628f44143aec965e64cef021
unpetrify-ref:
@@ -78,15 +82,6 @@ chunks:
- libubox
- uci
- ubus
-- name: rpcd
- morph: strata/cpe-wrt/rpcd.morph
- repo: upstream:openwrt/rpcd
- ref: 805e8ce8918237d93baafa53413c5c4ef0380504
- unpetrify-ref:
- build-depends:
- - json-c
- - ubus
- - uci
- name: mtd
morph: strata/cpe-wrt/mtd.morph
repo: upstream:mtd-utils
@@ -108,3 +103,20 @@ chunks:
build-depends:
- netifd
- procd
+#- name: iwinfo
+# morph: strata/cpe-wrt/iwinfo.morph
+# repo: git://git.openwrt.org/project/iwinfo.git
+# ref: HEAD
+# unpetrify-ref:
+# build-depends:
+# - uci
+#- name: rpcd
+# morph: strata/cpe-wrt/rpcd.morph
+# repo: upstream:openwrt/rpcd
+# ref: 805e8ce8918237d93baafa53413c5c4ef0380504
+# unpetrify-ref:
+# build-depends:
+# - json-c
+# - iwinfo
+# - ubus
+# - uci