Skip to content

Commit 6087c7e

Browse files
committed
Remove ttyFIQ0 as it is no longer used
1 parent 9e92c3c commit 6087c7e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

rootfs/make_rootfs.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,6 @@ fe00::0 ip6-localnet
255255
ff00::0 ip6-mcastprefix
256256
ff02::1 ip6-allnodes
257257
ff02::2 ip6-allrouters
258-
EOF
259-
cat >> "$DEST/etc/securetty" <<EOF
260-
# Rock 64
261-
ttyFIQ0
262258
EOF
263259
for arch in $EXTRA_ARCHS; do
264260
if [[ "$arch" != "$BUILD_ARCH" ]]; then

0 commit comments

Comments
 (0)