mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
common/post-build: Make architecture independent
Until there's a real need to specify a variant, let's just not.
This commit is contained in:
@@ -9,8 +9,6 @@ rm "$TARGET_DIR/etc/os-release"
|
||||
echo "ID=infix"
|
||||
echo "VERSION_ID=${BR2_VERSION}"
|
||||
echo "PRETTY_NAME=\"Inf/IX by KernelKit\""
|
||||
echo "VARIANT=AMD64"
|
||||
echo "VARIANT_ID=amd64"
|
||||
echo "HOME_URL=https://github.com/KernelKit"
|
||||
} > "$TARGET_DIR/etc/os-release"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user