Compare commits

...

2 Commits

Author SHA1 Message Date
Alex D. 9898be1559
Bump patch 2023-10-21 11:45:35 +00:00
Alex D. bf4939e26f
Bump default config to new netdev structure 2023-10-21 11:43:33 +00:00
45 changed files with 14 additions and 18 deletions

View File

@ -5,7 +5,7 @@
pkgname=linux
majorver=6
minorver=5
patchver=1
patchver=7
_configs="
config-full.x86_64
@ -257,7 +257,7 @@ _pkg_extmod() {
sha512sums="
efc66eef13698e7210b7dd30ac5f664f64b4b186e6061b322b369d3e27a46e35696f3ee441b12928211992867a06042beb3d31903e469e0bd78c13895afa853e linux-6.5.tar.gz
27a6ec30ee6bf5d15a9cbdf48aca1ba4e171de0fac10f39b4d36e192fe3b2c6dc6163c9d768e4d2cee2df366d3a23e767a86e3786e6422b2c6eb3fb0b2354fe1 linux-6.5.1.patch.xz
4c77a595fa76e8b0a07aff0aa681af7ae3d91231964662158b6a484ba477679d85dae8e12152ea95893d0794c6cef4f1394f908b7da6d6bf34b59d8b33d8c392 linux-6.5.7.patch.xz
fcff404de4f54f483a53ecd81c9f9cd3e42c837dcfda1b6bb426298f33075378b562087fc97833fe7804dcd28edfd0e5c54d9d4c244013364f9d1f9bd3b59616 config-full.x86_64
32d1da2d0d42e585294bf1e7a701229a249d51e505cced5aeb7818ce4865cb4402f5cc0b084b77630dab5e87ef19dce01bb0533e28f11f0df888befba54c1b0d config-slim.x86_64
9e3cfc61a6627a2c8a37f33d4231b77c594fa41da14eace23f1518eb0024404e70b737a096a9ee9c96139cd3dcd7dcb0571f95ca7636296a6ef5f91af53d7053 config-rockpro64.aarch64

View File

@ -3,7 +3,7 @@
. ../../APKBUILD.template
pkgname=nnd-s6-services
pkgver=2.55
pkgver=2.56
pkgrel=0
pkgdesc="Base services for s6"
depends="s6-rc s6-portable-utils s6-linux-utils"

View File

@ -0,0 +1 @@
bundle

View File

@ -0,0 +1 @@
bundle

View File

@ -0,0 +1 @@
bundle

View File

@ -0,0 +1 @@
bundle

View File

@ -0,0 +1,6 @@
#!/bin/execlineb -P
s6-envdir -i /etc/s6/env/path
emptyenv -p
define INTERFACE br0
fdmove -c 2 1
udhcpc -i $INTERFACE -f -S

View File

@ -0,0 +1 @@
longrun

View File

@ -1,7 +0,0 @@
#!/bin/execlineb -P
s6-envdir -i /etc/s6/env/path
emptyenv -p
define INTERFACE br0
define PROP stp_state
define STATE 0
ip link set $INTERFACE type bridge $PROP $STATE

View File

@ -1 +0,0 @@
oneshot

View File

@ -1,7 +0,0 @@
#!/bin/execlineb -P
s6-envdir -i /etc/s6/env/path
emptyenv -p
define INTERFACE br0
define PROP stp_state
define STATE 1
ip link set $INTERFACE type bridge $PROP $STATE