2018-01-24 12:52:41 +01:00
|
|
|
DEPENDS="bbstatic"
|
|
|
|
|
2018-02-18 01:33:45 +01:00
|
|
|
build() {
|
2019-03-24 16:45:27 +01:00
|
|
|
return
|
2017-12-09 21:51:48 +01:00
|
|
|
}
|
|
|
|
|
2018-02-18 01:33:45 +01:00
|
|
|
deploy() {
|
2019-03-06 10:03:12 +01:00
|
|
|
cp $SCRIPTDIR/pkg/initrd/*.{desc,files} "$PKGDEPLOYDIR"
|
2019-02-03 17:13:28 +01:00
|
|
|
|
2019-03-24 16:45:27 +01:00
|
|
|
pkg install -R "$REPODIR" -r "$TCDIR/$TARGET" -l pkg $DEPENDS \
|
2019-03-06 10:03:12 +01:00
|
|
|
>> "$PKGDEPLOYDIR/initrd.files"
|
2019-02-03 17:13:28 +01:00
|
|
|
|
2019-04-22 11:57:09 +02:00
|
|
|
echo "file init 0755 0 0 $SCRIPTDIR/pkg/$PKGNAME/initrd.skel" \
|
2019-03-06 10:03:12 +01:00
|
|
|
>> "$PKGDEPLOYDIR/initrd.files"
|
2017-12-09 21:51:48 +01:00
|
|
|
}
|
2018-05-06 17:23:31 +02:00
|
|
|
|
|
|
|
check_update() {
|
|
|
|
return
|
2019-02-03 17:13:28 +01:00
|
|
|
}
|