summaryrefslogtreecommitdiff
path: root/strata/cpe-wrt/base-files.morph
blob: a0f5dc0f28b7971dd47e9cde222ce836a1705548 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: base-files
kind: chunk

#build-commands:
#- |
#  export TOPDIR="../.."
#  export INCLUDE_DIR="TOPDIR/include"
#  cd package/base-files && make

install-commands:
# FHS directories
- |
  cp -r package/base-files/files/* "$DESTDIR"/

# procd files
-  install package/system/procd/files/hotplug.json "$DESTDIR"/etc/
-  install package/system/procd/files/hotplug-preinit.json "$DESTDIR"/etc/
-  install package/system/procd/files/reload_config "$DESTDIR"/sbin/
-  install package/system/procd/files/procd.sh "$DESTDIR"/lib/functions/

#netifd
- |
  cp -r package/network/config/netifd/files/* "$DESTDIR"/

#ubox
- |
  cp -r package/system/ubox/files/* "$DESTDIR"/etc/init.d/log

#ubox
- |
  cp -r package/system/uci/files/* "$DESTDIR"/