Skip to content

Commit

Permalink
Merge pull request #181 from AuxXxilium/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
AuxXxilium authored Nov 16, 2023
2 parents d83b58f + 6187fa3 commit e6ede09
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 1 deletion.
Binary file added rtcwake/all/usr/sbin/rtcwake
Binary file not shown.
6 changes: 6 additions & 0 deletions rtcwake/install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env ash

if [ "${1}" = "late" ]; then
echo "Installing addon rtcwake"
cp -vf /usr/sbin/rtcwake /tmpRoot/usr/sbin/rtcwake
fi
27 changes: 27 additions & 0 deletions rtcwake/manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
version: 1
name: rtcwake
description: "rtcwake from util-linux"
all:
install-script: "install.sh"
copy: "all"
available-for:
apollolake-4.4.180:
broadwell-4.4.180:
broadwellnk-4.4.180:
broadwellnkv2-4.4.180:
broadwellntbap-4.4.180:
denverton-4.4.180:
geminilake-4.4.180:
purley-4.4.180:
v1000-4.4.180:
r1000-4.4.180:
apollolake-4.4.302:
broadwell-4.4.302:
broadwellnk-4.4.302:
broadwellnkv2-4.4.302:
broadwellntbap-4.4.302:
denverton-4.4.302:
geminilake-4.4.302:
purley-4.4.302:
v1000-4.4.302:
r1000-4.4.302:
1 change: 0 additions & 1 deletion sortnetif/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
version: 1
name: sortnetif
description: "Sort network interface name.(parameters: empty: sorted by busid; mac1,mac2,...: sorted by macs sequence)."
# system: true
all:
install-script: "install.sh"
copy: all
Expand Down

0 comments on commit e6ede09

Please sign in to comment.