Compare commits
11 Commits
project/fi
...
feature/lc
Author | SHA1 | Date | |
---|---|---|---|
|
be050f3f79 | ||
|
b232fe9914 | ||
|
0492eeb47b | ||
|
2b4c4e6007 | ||
|
8b7f9c2f8f | ||
|
71d92696a6 | ||
|
898d78c355 | ||
|
0c5bcad4b0 | ||
|
6a9c629359 | ||
|
269e538c2f | ||
|
7e1501f388 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -11,4 +11,3 @@
|
|||||||
/ntnu-b2xx
|
/ntnu-b2xx
|
||||||
/stamp9g20
|
/stamp9g20
|
||||||
/lctr-rpi
|
/lctr-rpi
|
||||||
build.bash
|
|
||||||
|
@@ -23,10 +23,9 @@
|
|||||||
TAG := glued
|
TAG := glued
|
||||||
VERSION := 2016.05.0
|
VERSION := 2016.05.0
|
||||||
VOLUME := $(CURDIR)/..
|
VOLUME := $(CURDIR)/..
|
||||||
DNS := 8.8.8.8
|
|
||||||
|
|
||||||
all:
|
all:
|
||||||
docker build -t $(TAG):$(VERSION) .
|
docker build -t $(TAG):$(VERSION) .
|
||||||
|
|
||||||
shell:
|
shell:
|
||||||
docker run -w $(VOLUME) --dns=$(DNS) -i -a stdin -a stdout -v $(VOLUME):$(VOLUME) -t $(TAG):$(VERSION)
|
docker run -w $(VOLUME) -i -a stdin -a stdout -v $(VOLUME):$(VOLUME) -t $(TAG):$(VERSION)
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
###########################################################################
|
###########################################################################
|
||||||
# GLUED: GNU/Linux Uniform Environment Distribution #
|
# GLUED: GNU/Linux Uniform Environment Distribution #
|
||||||
# Copyright (C) 2007-2019 Universidade do Porto - Faculdade de Engenharia #
|
# Copyright (C) 2007-2017 Universidade do Porto - Faculdade de Engenharia #
|
||||||
# Laboratório de Sistemas e Tecnologia Subaquática (LSTS) #
|
# Laboratório de Sistemas e Tecnologia Subaquática (LSTS) #
|
||||||
###########################################################################
|
###########################################################################
|
||||||
# This program is free software; you can redistribute it and/or modify #
|
# This program is free software; you can redistribute it and/or modify #
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
###########################################################################
|
###########################################################################
|
||||||
# GLUED: GNU/Linux Uniform Environment Distribution #
|
# GLUED: GNU/Linux Uniform Environment Distribution #
|
||||||
# Copyright (C) 2007-2019 Universidade do Porto - Faculdade de Engenharia #
|
# Copyright (C) 2007-2017 Universidade do Porto - Faculdade de Engenharia #
|
||||||
# Laboratório de Sistemas e Tecnologia Subaquática (LSTS) #
|
# Laboratório de Sistemas e Tecnologia Subaquática (LSTS) #
|
||||||
###########################################################################
|
###########################################################################
|
||||||
# This program is free software; you can redistribute it and/or modify #
|
# This program is free software; you can redistribute it and/or modify #
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
###########################################################################
|
###########################################################################
|
||||||
|
|
||||||
# Config: GLUED version.
|
# Config: GLUED version.
|
||||||
cfg_glued_version='2017.11'
|
cfg_glued_version='2016.05'
|
||||||
# Config: GLUED vendor.
|
# Config: GLUED vendor.
|
||||||
cfg_glued_vendor='lsts'
|
cfg_glued_vendor='lsts'
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
###########################################################################
|
###########################################################################
|
||||||
# GLUED: GNU/Linux Uniform Environment Distribution #
|
# GLUED: GNU/Linux Uniform Environment Distribution #
|
||||||
# Copyright (C) 2007-2019 Universidade do Porto - Faculdade de Engenharia #
|
# Copyright (C) 2007-2017 Universidade do Porto - Faculdade de Engenharia #
|
||||||
# Laboratório de Sistemas e Tecnologia Subaquática (LSTS) #
|
# Laboratório de Sistemas e Tecnologia Subaquática (LSTS) #
|
||||||
###########################################################################
|
###########################################################################
|
||||||
# This program is free software; you can redistribute it and/or modify #
|
# This program is free software; you can redistribute it and/or modify #
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
###########################################################################
|
###########################################################################
|
||||||
# GLUED: GNU/Linux Uniform Environment Distribution #
|
# GLUED: GNU/Linux Uniform Environment Distribution #
|
||||||
# Copyright (C) 2007-2019 Universidade do Porto - Faculdade de Engenharia #
|
# Copyright (C) 2007-2017 Universidade do Porto - Faculdade de Engenharia #
|
||||||
# Laboratório de Sistemas e Tecnologia Subaquática (LSTS) #
|
# Laboratório de Sistemas e Tecnologia Subaquática (LSTS) #
|
||||||
###########################################################################
|
###########################################################################
|
||||||
# This program is free software; you can redistribute it and/or modify #
|
# This program is free software; you can redistribute it and/or modify #
|
||||||
@@ -72,7 +72,7 @@ download()
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# First try LSTS mirror.
|
# First try LSTS mirror.
|
||||||
lsts_url="https://www.lsts.pt/glued/$(basename $u)"
|
lsts_url="http://lsts.pt/glued/$(basename $u)"
|
||||||
download_tool "$lsts_url" "$cfg_dir_downloads/$file"
|
download_tool "$lsts_url" "$cfg_dir_downloads/$file"
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
# Then try OceanScan-MST mirror.
|
# Then try OceanScan-MST mirror.
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
###########################################################################
|
###########################################################################
|
||||||
# GLUED: GNU/Linux Uniform Environment Distribution #
|
# GLUED: GNU/Linux Uniform Environment Distribution #
|
||||||
# Copyright (C) 2007-2019 Universidade do Porto - Faculdade de Engenharia #
|
# Copyright (C) 2007-2017 Universidade do Porto - Faculdade de Engenharia #
|
||||||
# Laboratório de Sistemas e Tecnologia Subaquática (LSTS) #
|
# Laboratório de Sistemas e Tecnologia Subaquática (LSTS) #
|
||||||
###########################################################################
|
###########################################################################
|
||||||
# This program is free software; you can redistribute it and/or modify #
|
# This program is free software; you can redistribute it and/or modify #
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
###########################################################################
|
###########################################################################
|
||||||
# GLUED: GNU/Linux Uniform Environment Distribution #
|
# GLUED: GNU/Linux Uniform Environment Distribution #
|
||||||
# Copyright (C) 2007-2019 Universidade do Porto - Faculdade de Engenharia #
|
# Copyright (C) 2007-2017 Universidade do Porto - Faculdade de Engenharia #
|
||||||
# Laboratório de Sistemas e Tecnologia Subaquática (LSTS) #
|
# Laboratório de Sistemas e Tecnologia Subaquática (LSTS) #
|
||||||
###########################################################################
|
###########################################################################
|
||||||
# This program is free software; you can redistribute it and/or modify #
|
# This program is free software; you can redistribute it and/or modify #
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
###########################################################################
|
###########################################################################
|
||||||
# GLUED: GNU/Linux Uniform Environment Distribution #
|
# GLUED: GNU/Linux Uniform Environment Distribution #
|
||||||
# Copyright (C) 2007-2019 Universidade do Porto - Faculdade de Engenharia #
|
# Copyright (C) 2007-2017 Universidade do Porto - Faculdade de Engenharia #
|
||||||
# Laboratório de Sistemas e Tecnologia Subaquática (LSTS) #
|
# Laboratório de Sistemas e Tecnologia Subaquática (LSTS) #
|
||||||
###########################################################################
|
###########################################################################
|
||||||
# This program is free software; you can redistribute it and/or modify #
|
# This program is free software; you can redistribute it and/or modify #
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
###########################################################################
|
###########################################################################
|
||||||
# GLUED: GNU/Linux Uniform Environment Distribution #
|
# GLUED: GNU/Linux Uniform Environment Distribution #
|
||||||
# Copyright (C) 2007-2019 Universidade do Porto - Faculdade de Engenharia #
|
# Copyright (C) 2007-2017 Universidade do Porto - Faculdade de Engenharia #
|
||||||
# Laboratório de Sistemas e Tecnologia Subaquática (LSTS) #
|
# Laboratório de Sistemas e Tecnologia Subaquática (LSTS) #
|
||||||
###########################################################################
|
###########################################################################
|
||||||
# This program is free software; you can redistribute it and/or modify #
|
# This program is free software; you can redistribute it and/or modify #
|
||||||
|
@@ -37,8 +37,7 @@ configure()
|
|||||||
{
|
{
|
||||||
cd "../boost_$vendor_version" &&
|
cd "../boost_$vendor_version" &&
|
||||||
./bootstrap.sh \
|
./bootstrap.sh \
|
||||||
--with-icu="$cfg_dir_toolchain_sysroot/usr" \
|
--with-icu="$cfg_dir_toolchain_sysroot/usr"
|
||||||
--with-libraries="regex,filesystem,system,thread"
|
|
||||||
|
|
||||||
GXX_VER=$(${cmd_target_cxx} -dumpversion)
|
GXX_VER=$(${cmd_target_cxx} -dumpversion)
|
||||||
echo "using gcc : ${GXX_VER} : ${cmd_target_cxx} : <cxxflags>\"-pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 ${cfg_target_gcc_flags} \" <linkflags>\"\" ;" > user-config.jam
|
echo "using gcc : ${GXX_VER} : ${cmd_target_cxx} : <cxxflags>\"-pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 ${cfg_target_gcc_flags} \" <linkflags>\"\" ;" > user-config.jam
|
||||||
|
@@ -35,11 +35,6 @@ build()
|
|||||||
host_install()
|
host_install()
|
||||||
{
|
{
|
||||||
$cmd_make install
|
$cmd_make install
|
||||||
# make available for cross compilation
|
|
||||||
for f in "${cfg_dir_toolchain_sysroot}/usr/lib/"libcurl*so*; do
|
|
||||||
echo "Doing $f"
|
|
||||||
ln -s -f "$f" "${cfg_dir_toolchain}/lib"
|
|
||||||
done
|
|
||||||
}
|
}
|
||||||
|
|
||||||
target_install()
|
target_install()
|
||||||
|
@@ -1,37 +0,0 @@
|
|||||||
version=\
|
|
||||||
(
|
|
||||||
"10.96"
|
|
||||||
)
|
|
||||||
|
|
||||||
url=\
|
|
||||||
(
|
|
||||||
"https://lsts.pt/glued/exiftoolBin-${version}.tar.gz"
|
|
||||||
)
|
|
||||||
|
|
||||||
md5=\
|
|
||||||
(
|
|
||||||
"71d52bf2d75f023b844dd8c9100daaff"
|
|
||||||
)
|
|
||||||
|
|
||||||
maintainer=\
|
|
||||||
(
|
|
||||||
'Pedro Gonçalves <pedro@lsts.pt>'
|
|
||||||
)
|
|
||||||
|
|
||||||
requires=\
|
|
||||||
(
|
|
||||||
'perl/default'
|
|
||||||
)
|
|
||||||
|
|
||||||
post_unpack()
|
|
||||||
{
|
|
||||||
$cmd_cp -r ../exiftoolBin-${version}/* .
|
|
||||||
}
|
|
||||||
|
|
||||||
target_install()
|
|
||||||
{
|
|
||||||
$cmd_cp -rv usr/* $cfg_dir_toolchain_sysroot/usr/
|
|
||||||
$cmd_cp -rv usr/* $cfg_dir_rootfs/usr/
|
|
||||||
$cmd_cp -rv usr/local/bin/* $cfg_dir_rootfs/usr/bin/
|
|
||||||
}
|
|
||||||
|
|
@@ -1,45 +0,0 @@
|
|||||||
mount_path()
|
|
||||||
{
|
|
||||||
rpath="$cfg_storage_host:$1"
|
|
||||||
lpath="$1"
|
|
||||||
|
|
||||||
mkdir -p "$lpath"
|
|
||||||
|
|
||||||
mount -t nfs -o wsize=32768 "$rpath" "$lpath"
|
|
||||||
if [ $? -eq 0 ]; then
|
|
||||||
echo "* Mounted '$rpath' in '$lpath'"
|
|
||||||
return 0
|
|
||||||
fi
|
|
||||||
|
|
||||||
return 1
|
|
||||||
}
|
|
||||||
|
|
||||||
start()
|
|
||||||
{
|
|
||||||
/usr/bin/rpcbind
|
|
||||||
if [ $? -ne 0 ]; then
|
|
||||||
echo "ERROR: failed to start rpcbind."
|
|
||||||
return 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
for path in $cfg_storage_paths; do
|
|
||||||
n=0; while [ $n -lt "$cfg_storage_timeout" ]; do
|
|
||||||
mount_path "$path"
|
|
||||||
if [ $? -eq 0 ]; then
|
|
||||||
break
|
|
||||||
fi
|
|
||||||
|
|
||||||
let n++
|
|
||||||
sleep 1
|
|
||||||
done
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
||||||
stop()
|
|
||||||
{
|
|
||||||
killall rpcbind
|
|
||||||
|
|
||||||
for path in $cfg_storage_paths; do
|
|
||||||
umount "$path"
|
|
||||||
done
|
|
||||||
}
|
|
@@ -1,76 +0,0 @@
|
|||||||
start_nfs_server()
|
|
||||||
{
|
|
||||||
echo "* Creating NFS administrative folder..."
|
|
||||||
mkdir -p /var/lib/nfs
|
|
||||||
if ! [ -d /var/lib/nfs ]; then
|
|
||||||
echo "ERROR: failed to create data folder."
|
|
||||||
return 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "* Launching rpcbind..."
|
|
||||||
/usr/bin/rpcbind
|
|
||||||
if [ $? -ne 0 ]; then
|
|
||||||
echo "ERROR: failed to start rpcbind."
|
|
||||||
return 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "* Launching rpc.statd..."
|
|
||||||
/usr/bin/rpc.statd
|
|
||||||
if [ $? -ne 0 ]; then
|
|
||||||
echo "ERROR: failed to start rpc.statd."
|
|
||||||
return 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "* Launching rpc.nfsd..."
|
|
||||||
/usr/bin/rpc.nfsd
|
|
||||||
if [ $? -ne 0 ]; then
|
|
||||||
echo "ERROR: failed to start rpc.nfsd."
|
|
||||||
return 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "* Creating NFS filesystem table..."
|
|
||||||
/usr/bin/exportfs -ra
|
|
||||||
if [ $? -ne 0 ]; then
|
|
||||||
echo "ERROR: failed to create filesystem table."
|
|
||||||
return 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "* Launching rpc.mountd..."
|
|
||||||
/usr/bin/rpc.mountd
|
|
||||||
if [ $? -ne 0 ]; then
|
|
||||||
echo "ERROR: failed to start rpc.mountd."
|
|
||||||
return 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "* Exporting NFS filesystems..."
|
|
||||||
/usr/bin/exportfs \
|
|
||||||
-o rw,async,no_root_squash,no_subtree_check \
|
|
||||||
10.0.0.0/16:"$cfg_storage_dir"
|
|
||||||
if [ $? -ne 0 ]; then
|
|
||||||
echo "ERROR: failed to export filesystems."
|
|
||||||
return 1
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
stop_nfs_server()
|
|
||||||
{
|
|
||||||
echo "* Unexporting NFS filesystems..."
|
|
||||||
exportfs -au 2> /dev/null
|
|
||||||
echo "* Terminating rpc.mountd..."
|
|
||||||
killall rpc.mountd 2> /dev/null
|
|
||||||
echo "* Terminating rpc.statd..."
|
|
||||||
killall rpc.statd 2> /dev/null
|
|
||||||
echo "* Terminating rpc.bind..."
|
|
||||||
killall rpcbind 2> /dev/null
|
|
||||||
}
|
|
||||||
|
|
||||||
start()
|
|
||||||
{
|
|
||||||
mkdir -p "$cfg_storage_dir"
|
|
||||||
start_nfs_server
|
|
||||||
}
|
|
||||||
|
|
||||||
stop()
|
|
||||||
{
|
|
||||||
stop_nfs_server
|
|
||||||
}
|
|
@@ -1,49 +0,0 @@
|
|||||||
version=\
|
|
||||||
(
|
|
||||||
'2.3.2'
|
|
||||||
)
|
|
||||||
|
|
||||||
url=\
|
|
||||||
(
|
|
||||||
"http://download.osgeo.org/gdal/2.3.2/gdal-2.3.2.tar.gz"
|
|
||||||
)
|
|
||||||
|
|
||||||
md5=\
|
|
||||||
(
|
|
||||||
'221e4bfe3e8e9443fd33f8fe46f8bf60'
|
|
||||||
)
|
|
||||||
|
|
||||||
maintainer=\
|
|
||||||
(
|
|
||||||
'Tiago Sá Marques <tsmarques@lsts.pt>'
|
|
||||||
)
|
|
||||||
|
|
||||||
configure()
|
|
||||||
{
|
|
||||||
"./configure" \
|
|
||||||
--prefix="$cfg_dir_toolchain_sysroot/usr" \
|
|
||||||
--target="$cfg_target_canonical" \
|
|
||||||
--host="$cfg_target_canonical" \
|
|
||||||
--build="$cfg_host_canonical" \
|
|
||||||
--includedir="$cfg_dir_toolchain_sysroot/usr/include/gdal" \
|
|
||||||
--with-build-sysroot="$cfg_dir_toolchain_sysroot" \
|
|
||||||
--with-sysroot="$cfg_dir_toolchain_sysroot"
|
|
||||||
}
|
|
||||||
|
|
||||||
build()
|
|
||||||
{
|
|
||||||
$cmd_make
|
|
||||||
}
|
|
||||||
|
|
||||||
host_install()
|
|
||||||
{
|
|
||||||
$cmd_make install
|
|
||||||
}
|
|
||||||
|
|
||||||
target_install()
|
|
||||||
{
|
|
||||||
cp -a "$cfg_dir_toolchain_sysroot/usr/lib/"libgdal*so* $cfg_dir_rootfs/lib
|
|
||||||
for f in "$cfg_dir_rootfs/lib/"libgdal*so; do
|
|
||||||
$cmd_target_strip "$f"
|
|
||||||
done
|
|
||||||
}
|
|
55
rules/libqmi/default.bash
Normal file
55
rules/libqmi/default.bash
Normal file
@@ -0,0 +1,55 @@
|
|||||||
|
version=\
|
||||||
|
(
|
||||||
|
'1.12.8'
|
||||||
|
)
|
||||||
|
|
||||||
|
url=\
|
||||||
|
(
|
||||||
|
"https://www.freedesktop.org/software/libqmi/libqmi-$version.tar.xz"
|
||||||
|
)
|
||||||
|
|
||||||
|
md5=\
|
||||||
|
(
|
||||||
|
'fcad1a581ee9df8de5a753616dc27adf'
|
||||||
|
)
|
||||||
|
|
||||||
|
maintainer=\
|
||||||
|
(
|
||||||
|
'Tiago Sá Marques <tsmarques@fe.up.pt>'
|
||||||
|
)
|
||||||
|
|
||||||
|
requires=\
|
||||||
|
(
|
||||||
|
'glib/default'
|
||||||
|
'libffi/default'
|
||||||
|
)
|
||||||
|
|
||||||
|
configure()
|
||||||
|
{
|
||||||
|
export PKG_CONFIG="${cfg_dir_toolchain}/bin/pkg-config"
|
||||||
|
export PKG_CONFIG_PATH="$cfg_dir_toolchain_sysroot/usr/lib/pkgconfig"
|
||||||
|
./configure \
|
||||||
|
--prefix="$cfg_dir_rootfs/usr" \
|
||||||
|
--target="$cfg_target_canonical" \
|
||||||
|
--host="$cfg_target_canonical" \
|
||||||
|
--build="$cfg_host_canonical" \
|
||||||
|
--with-sysroot="$cfg_dir_toolchain_sysroot" \
|
||||||
|
--without-udev
|
||||||
|
}
|
||||||
|
|
||||||
|
build()
|
||||||
|
{
|
||||||
|
export PKG_CONFIG="${cfg_dir_toolchain}/bin/pkg-config"
|
||||||
|
export PKG_CONFIG_PATH="$cfg_dir_toolchain_sysroot/usr/lib/pkgconfig"
|
||||||
|
$cmd_make CC=$cmd_target_cc
|
||||||
|
}
|
||||||
|
|
||||||
|
target_install()
|
||||||
|
{
|
||||||
|
$cmd_make install
|
||||||
|
$cmd_cp "$cfg_dir_toolchain_sysroot"/usr/lib/libffi.* "$cfg_dir_rootfs"/usr/lib/
|
||||||
|
$cmd_cp "$cfg_dir_toolchain_sysroot"/usr/lib/libgio* "$cfg_dir_rootfs"/usr/lib/
|
||||||
|
$cmd_cp "$cfg_dir_toolchain_sysroot"/usr/lib/libgmodule* "$cfg_dir_rootfs"/usr/lib/
|
||||||
|
$cmd_cp "$cfg_dir_toolchain_sysroot"/usr/lib/libgobject* "$cfg_dir_rootfs"/usr/lib/
|
||||||
|
$cmd_cp "$cfg_dir_toolchain_sysroot"/usr/lib/libglib* "$cfg_dir_rootfs"/usr/lib/
|
||||||
|
}
|
@@ -63,11 +63,6 @@ host_install()
|
|||||||
{
|
{
|
||||||
cd ${pkg_build_dir}/../build &&
|
cd ${pkg_build_dir}/../build &&
|
||||||
$cmd_make install
|
$cmd_make install
|
||||||
|
|
||||||
# make available for cross compilation
|
|
||||||
for f in "$cfg_dir_toolchain_sysroot/usr/lib/"libopencv*so*; do
|
|
||||||
ln -s -f "$f" "$cfg_dir_toolchain/lib"
|
|
||||||
done
|
|
||||||
}
|
}
|
||||||
|
|
||||||
target_install()
|
target_install()
|
||||||
|
@@ -1,6 +0,0 @@
|
|||||||
cfg_hostname='lauv-blue'
|
|
||||||
cfg_eth_ext_ip='10.0.2.55'
|
|
||||||
cfg_eth_ext_mk='255.255.0.0'
|
|
||||||
cfg_eth_ext_gw='10.0.0.1'
|
|
||||||
cfg_ptpd_interface='eth0'
|
|
||||||
cfg_services1=''
|
|
@@ -1,3 +0,0 @@
|
|||||||
cfg_hostname='lauv-nemo-1-aux'
|
|
||||||
cfg_eth_ext_ip='10.0.10.63'
|
|
||||||
cfg_packages="$cfg_packages boost"
|
|
@@ -6,5 +6,5 @@ cfg_ptpd_interface='eth0'
|
|||||||
cfg_services0='network dropbear storage upgrade syslog ptpd'
|
cfg_services0='network dropbear storage upgrade syslog ptpd'
|
||||||
cfg_services1=''
|
cfg_services1=''
|
||||||
cfg_services2='trex'
|
cfg_services2='trex'
|
||||||
cfg_packages='dropbear rsync busybox e2fsprogs dosfstools ptpd rpcbind nfs-utils rpi-boot-firmware linux/rpi libantlr3c boost'
|
cfg_packages='dropbear rsync busybox e2fsprogs dosfstools ptpd rpcbind nfs-utils rpi-boot-firmware linux/rpi libantlr3c boost europa'
|
||||||
|
|
||||||
|
@@ -6,5 +6,5 @@ cfg_ptpd_interface='eth0'
|
|||||||
cfg_services0='network dropbear storage upgrade syslog ptpd'
|
cfg_services0='network dropbear storage upgrade syslog ptpd'
|
||||||
cfg_services1=''
|
cfg_services1=''
|
||||||
cfg_services2='trex'
|
cfg_services2='trex'
|
||||||
cfg_packages='dropbear rsync busybox e2fsprogs dosfstools ptpd rpcbind nfs-utils rpi-boot-firmware linux/rpi libantlr3c boost'
|
cfg_packages='dropbear rsync busybox e2fsprogs dosfstools ptpd rpcbind nfs-utils rpi-boot-firmware linux/rpi libantlr3c boost europa'
|
||||||
|
|
||||||
|
@@ -1,10 +0,0 @@
|
|||||||
cfg_hostname='lauv-xplore-3-aux'
|
|
||||||
cfg_eth_ext_ip='10.0.10.143'
|
|
||||||
cfg_eth_ext_mk='255.255.0.0'
|
|
||||||
cfg_eth_ext_gw='10.0.0.1'
|
|
||||||
cfg_ptpd_interface='eth0'
|
|
||||||
cfg_services0='network dropbear storage upgrade syslog ptpd'
|
|
||||||
cfg_services1=''
|
|
||||||
cfg_services2='trex'
|
|
||||||
cfg_packages='dropbear rsync busybox e2fsprogs dosfstools ptpd rpcbind nfs-utils rpi-boot-firmware linux/rpi libantlr3c boost'
|
|
||||||
|
|
@@ -1,10 +0,0 @@
|
|||||||
cfg_hostname='lauv-xplore-4-aux'
|
|
||||||
cfg_eth_ext_ip='10.0.10.153'
|
|
||||||
cfg_eth_ext_mk='255.255.0.0'
|
|
||||||
cfg_eth_ext_gw='10.0.0.1'
|
|
||||||
cfg_ptpd_interface='eth0'
|
|
||||||
cfg_services0='network dropbear storage upgrade syslog ptpd'
|
|
||||||
cfg_services1=''
|
|
||||||
cfg_services2='trex'
|
|
||||||
cfg_packages='dropbear rsync busybox e2fsprogs dosfstools ptpd rpcbind nfs-utils rpi-boot-firmware linux/rpi libantlr3c boost'
|
|
||||||
|
|
@@ -1,10 +0,0 @@
|
|||||||
cfg_hostname='lauv-xplore-5-aux'
|
|
||||||
cfg_eth_ext_ip='10.0.10.163'
|
|
||||||
cfg_eth_ext_mk='255.255.0.0'
|
|
||||||
cfg_eth_ext_gw='10.0.0.1'
|
|
||||||
cfg_ptpd_interface='eth0'
|
|
||||||
cfg_services0='network dropbear storage upgrade syslog ptpd'
|
|
||||||
cfg_services1=''
|
|
||||||
cfg_services2='trex'
|
|
||||||
cfg_packages='dropbear rsync busybox e2fsprogs dosfstools ptpd rpcbind nfs-utils rpi-boot-firmware linux/rpi libantlr3c boost'
|
|
||||||
|
|
@@ -1,2 +0,0 @@
|
|||||||
cfg_hostname='buv-petinga-1'
|
|
||||||
cfg_eth_ext_ip='10.0.10.170'
|
|
@@ -1,4 +1,4 @@
|
|||||||
cfg_hostname='caravela'
|
cfg_hostname='caravela'
|
||||||
cfg_eth_ext_ip='10.0.10.40'
|
cfg_eth_ext_ip='10.0.10.40'
|
||||||
cfg_packages="$cfg_packages ppp iptables"
|
cfg_packages="$cfg_packages ppp iptables libqmi"
|
||||||
cfg_modules="$cfg_modules ftdi_sio"
|
cfg_modules="$cfg_modules ftdi_sio qmi_wwan iptables"
|
||||||
|
@@ -523,7 +523,170 @@ CONFIG_DEFAULT_TCP_CONG="cubic"
|
|||||||
# CONFIG_IPV6 is not set
|
# CONFIG_IPV6 is not set
|
||||||
# CONFIG_NETWORK_SECMARK is not set
|
# CONFIG_NETWORK_SECMARK is not set
|
||||||
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
|
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
|
||||||
# CONFIG_NETFILTER is not set
|
CONFIG_NETFILTER=m
|
||||||
|
# CONFIG_NETFILTER_DEBUG is not set
|
||||||
|
CONFIG_NETFILTER_ADVANCED=m
|
||||||
|
|
||||||
|
#
|
||||||
|
# Core Netfilter Configuration
|
||||||
|
#
|
||||||
|
CONFIG_NETFILTER_NETLINK=m
|
||||||
|
CONFIG_NETFILTER_NETLINK_ACCT=m
|
||||||
|
CONFIG_NETFILTER_NETLINK_QUEUE=m
|
||||||
|
CONFIG_NETFILTER_NETLINK_LOG=m
|
||||||
|
CONFIG_NF_CONNTRACK=m
|
||||||
|
CONFIG_NF_CONNTRACK_MARK=m
|
||||||
|
# CONFIG_NF_CONNTRACK_ZONES is not set
|
||||||
|
CONFIG_NF_CONNTRACK_PROCFS=m
|
||||||
|
CONFIG_NF_CONNTRACK_EVENTS=m
|
||||||
|
CONFIG_NF_CONNTRACK_TIMEOUT=m
|
||||||
|
CONFIG_NF_CONNTRACK_TIMESTAMP=m
|
||||||
|
CONFIG_NF_CONNTRACK_LABELS=m
|
||||||
|
CONFIG_NF_CT_PROTO_DCCP=m
|
||||||
|
CONFIG_NF_CT_PROTO_GRE=m
|
||||||
|
CONFIG_NF_CT_PROTO_SCTP=m
|
||||||
|
CONFIG_NF_CT_PROTO_UDPLITE=m
|
||||||
|
CONFIG_NF_CONNTRACK_AMANDA=m
|
||||||
|
CONFIG_NF_CONNTRACK_FTP=m
|
||||||
|
CONFIG_NF_CONNTRACK_H323=m
|
||||||
|
CONFIG_NF_CONNTRACK_IRC=m
|
||||||
|
CONFIG_NF_CONNTRACK_BROADCAST=m
|
||||||
|
CONFIG_NF_CONNTRACK_NETBIOS_NS=m
|
||||||
|
CONFIG_NF_CONNTRACK_SNMP=m
|
||||||
|
CONFIG_NF_CONNTRACK_PPTP=m
|
||||||
|
CONFIG_NF_CONNTRACK_SANE=m
|
||||||
|
CONFIG_NF_CONNTRACK_SIP=m
|
||||||
|
CONFIG_NF_CONNTRACK_TFTP=m
|
||||||
|
CONFIG_NF_CT_NETLINK=m
|
||||||
|
CONFIG_NF_CT_NETLINK_TIMEOUT=m
|
||||||
|
CONFIG_NF_CT_NETLINK_HELPER=m
|
||||||
|
CONFIG_NETFILTER_NETLINK_QUEUE_CT=m
|
||||||
|
CONFIG_NF_NAT=m
|
||||||
|
CONFIG_NF_NAT_NEEDED=m
|
||||||
|
CONFIG_NF_NAT_PROTO_DCCP=m
|
||||||
|
CONFIG_NF_NAT_PROTO_UDPLITE=m
|
||||||
|
CONFIG_NF_NAT_PROTO_SCTP=m
|
||||||
|
CONFIG_NF_NAT_AMANDA=m
|
||||||
|
CONFIG_NF_NAT_FTP=m
|
||||||
|
CONFIG_NF_NAT_IRC=m
|
||||||
|
CONFIG_NF_NAT_SIP=m
|
||||||
|
CONFIG_NF_NAT_TFTP=m
|
||||||
|
CONFIG_NETFILTER_SYNPROXY=m
|
||||||
|
# CONFIG_NF_TABLES is not set
|
||||||
|
CONFIG_NETFILTER_XTABLES=m
|
||||||
|
|
||||||
|
#
|
||||||
|
# Xtables combined modules
|
||||||
|
#
|
||||||
|
CONFIG_NETFILTER_XT_MARK=m
|
||||||
|
CONFIG_NETFILTER_XT_CONNMARK=m
|
||||||
|
|
||||||
|
#
|
||||||
|
# Xtables targets
|
||||||
|
#
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_CONNMARK=m
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_CT=m
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_DSCP=m
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_HL=m
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_HMARK=m
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_IDLETIMER=m
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_LED=m
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_LOG=m
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_MARK=m
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_NETMAP=m
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_NFLOG=m
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_NOTRACK=m
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_RATEEST=m
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_REDIRECT=m
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_TEE=m
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_TPROXY=m
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_TRACE=m
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_TCPMSS=m
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m
|
||||||
|
|
||||||
|
#
|
||||||
|
# Xtables matches
|
||||||
|
#
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_BPF=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_CLUSTER=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_COMMENT=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_CONNLABEL=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_CONNMARK=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_CPU=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_DCCP=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_DEVGROUP=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_DSCP=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_ECN=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_ESP=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_HELPER=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_HL=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_IPCOMP=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_IPRANGE=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_L2TP=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_LENGTH=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_LIMIT=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_MAC=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_MARK=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_NFACCT=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_OSF=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_OWNER=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_POLICY=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_QUOTA=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_RATEEST=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_REALM=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_RECENT=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_SCTP=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_SOCKET=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_STATE=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_STATISTIC=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_STRING=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_TIME=m
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_U32=m
|
||||||
|
# CONFIG_IP_SET is not set
|
||||||
|
# CONFIG_IP_VS is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# IP: Netfilter Configuration
|
||||||
|
#
|
||||||
|
CONFIG_NF_DEFRAG_IPV4=m
|
||||||
|
CONFIG_NF_CONNTRACK_IPV4=m
|
||||||
|
CONFIG_NF_CONNTRACK_PROC_COMPAT=m
|
||||||
|
CONFIG_IP_NF_IPTABLES=m
|
||||||
|
CONFIG_IP_NF_MATCH_AH=m
|
||||||
|
CONFIG_IP_NF_MATCH_ECN=m
|
||||||
|
CONFIG_IP_NF_MATCH_RPFILTER=m
|
||||||
|
CONFIG_IP_NF_MATCH_TTL=m
|
||||||
|
CONFIG_IP_NF_FILTER=m
|
||||||
|
CONFIG_IP_NF_TARGET_REJECT=m
|
||||||
|
CONFIG_IP_NF_TARGET_SYNPROXY=m
|
||||||
|
CONFIG_IP_NF_TARGET_ULOG=m
|
||||||
|
CONFIG_NF_NAT_IPV4=m
|
||||||
|
CONFIG_IP_NF_TARGET_MASQUERADE=m
|
||||||
|
CONFIG_IP_NF_TARGET_NETMAP=m
|
||||||
|
CONFIG_IP_NF_TARGET_REDIRECT=m
|
||||||
|
CONFIG_NF_NAT_SNMP_BASIC=m
|
||||||
|
CONFIG_NF_NAT_PROTO_GRE=m
|
||||||
|
CONFIG_NF_NAT_PPTP=m
|
||||||
|
CONFIG_NF_NAT_H323=m
|
||||||
|
CONFIG_IP_NF_MANGLE=m
|
||||||
|
CONFIG_IP_NF_TARGET_CLUSTERIP=m
|
||||||
|
CONFIG_IP_NF_TARGET_ECN=m
|
||||||
|
CONFIG_IP_NF_TARGET_TTL=m
|
||||||
|
CONFIG_IP_NF_RAW=m
|
||||||
|
CONFIG_IP_NF_ARPTABLES=m
|
||||||
|
CONFIG_IP_NF_ARPFILTER=m
|
||||||
|
CONFIG_IP_NF_ARP_MANGLE=m
|
||||||
# CONFIG_IP_DCCP is not set
|
# CONFIG_IP_DCCP is not set
|
||||||
# CONFIG_IP_SCTP is not set
|
# CONFIG_IP_SCTP is not set
|
||||||
# CONFIG_RDS is not set
|
# CONFIG_RDS is not set
|
||||||
@@ -919,9 +1082,9 @@ CONFIG_8139TOO=y
|
|||||||
CONFIG_PPP=m
|
CONFIG_PPP=m
|
||||||
CONFIG_PPP_BSDCOMP=m
|
CONFIG_PPP_BSDCOMP=m
|
||||||
CONFIG_PPP_DEFLATE=m
|
CONFIG_PPP_DEFLATE=m
|
||||||
CONFIG_PPP_FILTER=y
|
CONFIG_PPP_FILTER=m
|
||||||
CONFIG_PPP_MPPE=m
|
CONFIG_PPP_MPPE=m
|
||||||
CONFIG_PPP_MULTILINK=y
|
CONFIG_PPP_MULTILINK=m
|
||||||
# CONFIG_PPPOE is not set
|
# CONFIG_PPPOE is not set
|
||||||
CONFIG_PPP_ASYNC=m
|
CONFIG_PPP_ASYNC=m
|
||||||
CONFIG_PPP_SYNC_TTY=m
|
CONFIG_PPP_SYNC_TTY=m
|
||||||
@@ -936,7 +1099,36 @@ CONFIG_SLHC=m
|
|||||||
# CONFIG_USB_PEGASUS is not set
|
# CONFIG_USB_PEGASUS is not set
|
||||||
# CONFIG_USB_RTL8150 is not set
|
# CONFIG_USB_RTL8150 is not set
|
||||||
# CONFIG_USB_RTL8152 is not set
|
# CONFIG_USB_RTL8152 is not set
|
||||||
# CONFIG_USB_USBNET is not set
|
CONFIG_USB_USBNET=y
|
||||||
|
CONFIG_USB_NET_AX8817X=y
|
||||||
|
CONFIG_USB_NET_AX88179_178A=y
|
||||||
|
CONFIG_USB_NET_CDCETHER=y
|
||||||
|
# CONFIG_USB_NET_CDC_EEM is not set
|
||||||
|
CONFIG_USB_NET_CDC_NCM=y
|
||||||
|
# CONFIG_USB_NET_HUAWEI_CDC_NCM is not set
|
||||||
|
# CONFIG_USB_NET_CDC_MBIM is not set
|
||||||
|
# CONFIG_USB_NET_DM9601 is not set
|
||||||
|
# CONFIG_USB_NET_SR9700 is not set
|
||||||
|
# CONFIG_USB_NET_SR9800 is not set
|
||||||
|
# CONFIG_USB_NET_SMSC75XX is not set
|
||||||
|
CONFIG_USB_NET_SMSC95XX=y
|
||||||
|
# CONFIG_USB_NET_GL620A is not set
|
||||||
|
CONFIG_USB_NET_NET1080=y
|
||||||
|
# CONFIG_USB_NET_PLUSB is not set
|
||||||
|
# CONFIG_USB_NET_MCS7830 is not set
|
||||||
|
# CONFIG_USB_NET_RNDIS_HOST is not set
|
||||||
|
CONFIG_USB_NET_CDC_SUBSET=y
|
||||||
|
CONFIG_USB_ALI_M5632=y
|
||||||
|
CONFIG_USB_AN2720=y
|
||||||
|
CONFIG_USB_BELKIN=y
|
||||||
|
CONFIG_USB_ARMLINUX=y
|
||||||
|
CONFIG_USB_EPSON2888=y
|
||||||
|
CONFIG_USB_KC2190=y
|
||||||
|
CONFIG_USB_NET_ZAURUS=y
|
||||||
|
# CONFIG_USB_NET_CX82310_ETH is not set
|
||||||
|
# CONFIG_USB_NET_KALMIA is not set
|
||||||
|
# CONFIG_USB_NET_QMI_WWAN is not set
|
||||||
|
# CONFIG_USB_NET_INT51X1 is not set
|
||||||
# CONFIG_USB_IPHETH is not set
|
# CONFIG_USB_IPHETH is not set
|
||||||
# CONFIG_WLAN is not set
|
# CONFIG_WLAN is not set
|
||||||
|
|
||||||
@@ -986,11 +1178,11 @@ CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y
|
|||||||
#
|
#
|
||||||
CONFIG_TTY=y
|
CONFIG_TTY=y
|
||||||
CONFIG_VT=y
|
CONFIG_VT=y
|
||||||
# CONFIG_CONSOLE_TRANSLATIONS is not set
|
CONFIG_CONSOLE_TRANSLATIONS=y
|
||||||
CONFIG_VT_CONSOLE=y
|
CONFIG_VT_CONSOLE=y
|
||||||
CONFIG_VT_CONSOLE_SLEEP=y
|
CONFIG_VT_CONSOLE_SLEEP=y
|
||||||
CONFIG_HW_CONSOLE=y
|
CONFIG_HW_CONSOLE=y
|
||||||
# CONFIG_VT_HW_CONSOLE_BINDING is not set
|
CONFIG_VT_HW_CONSOLE_BINDING=y
|
||||||
CONFIG_UNIX98_PTYS=y
|
CONFIG_UNIX98_PTYS=y
|
||||||
# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
|
# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
|
||||||
# CONFIG_LEGACY_PTYS is not set
|
# CONFIG_LEGACY_PTYS is not set
|
||||||
@@ -998,7 +1190,7 @@ CONFIG_UNIX98_PTYS=y
|
|||||||
# CONFIG_NOZOMI is not set
|
# CONFIG_NOZOMI is not set
|
||||||
# CONFIG_N_GSM is not set
|
# CONFIG_N_GSM is not set
|
||||||
# CONFIG_TRACE_SINK is not set
|
# CONFIG_TRACE_SINK is not set
|
||||||
# CONFIG_DEVKMEM is not set
|
CONFIG_DEVKMEM=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Serial drivers
|
# Serial drivers
|
||||||
@@ -1431,7 +1623,11 @@ CONFIG_DUMMY_CONSOLE=y
|
|||||||
#
|
#
|
||||||
# HID support
|
# HID support
|
||||||
#
|
#
|
||||||
# CONFIG_HID is not set
|
CONFIG_HID=y
|
||||||
|
# CONFIG_HID_BATTERY_STRENGTH is not set
|
||||||
|
# CONFIG_HIDRAW is not set
|
||||||
|
# CONFIG_UHID is not set
|
||||||
|
# CONFIG_HID_GENERIC is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# USB HID support
|
# USB HID support
|
||||||
@@ -1600,7 +1796,7 @@ CONFIG_USB_SERIAL_OPTION=y
|
|||||||
#
|
#
|
||||||
# USB Physical Layer drivers
|
# USB Physical Layer drivers
|
||||||
#
|
#
|
||||||
# CONFIG_USB_PHY is not set
|
CONFIG_USB_PHY=y
|
||||||
# CONFIG_USB_OTG_FSM is not set
|
# CONFIG_USB_OTG_FSM is not set
|
||||||
# CONFIG_NOP_USB_XCEIV is not set
|
# CONFIG_NOP_USB_XCEIV is not set
|
||||||
# CONFIG_SAMSUNG_USB2PHY is not set
|
# CONFIG_SAMSUNG_USB2PHY is not set
|
||||||
|
@@ -501,6 +501,7 @@ CONFIG_COREDUMP=y
|
|||||||
CONFIG_HAVE_ATOMIC_IOMAP=y
|
CONFIG_HAVE_ATOMIC_IOMAP=y
|
||||||
CONFIG_PMC_ATOM=y
|
CONFIG_PMC_ATOM=y
|
||||||
CONFIG_NET=y
|
CONFIG_NET=y
|
||||||
|
CONFIG_NET_INGRESS=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Networking options
|
# Networking options
|
||||||
@@ -514,6 +515,7 @@ CONFIG_UNIX=y
|
|||||||
CONFIG_INET=y
|
CONFIG_INET=y
|
||||||
CONFIG_IP_MULTICAST=y
|
CONFIG_IP_MULTICAST=y
|
||||||
# CONFIG_IP_ADVANCED_ROUTER is not set
|
# CONFIG_IP_ADVANCED_ROUTER is not set
|
||||||
|
CONFIG_IP_ROUTE_CLASSID=y
|
||||||
# CONFIG_IP_PNP is not set
|
# CONFIG_IP_PNP is not set
|
||||||
# CONFIG_NET_IPIP is not set
|
# CONFIG_NET_IPIP is not set
|
||||||
# CONFIG_NET_IPGRE_DEMUX is not set
|
# CONFIG_NET_IPGRE_DEMUX is not set
|
||||||
@@ -521,7 +523,7 @@ CONFIG_IP_MULTICAST=y
|
|||||||
CONFIG_IP_MROUTE=y
|
CONFIG_IP_MROUTE=y
|
||||||
CONFIG_IP_PIMSM_V1=y
|
CONFIG_IP_PIMSM_V1=y
|
||||||
CONFIG_IP_PIMSM_V2=y
|
CONFIG_IP_PIMSM_V2=y
|
||||||
# CONFIG_SYN_COOKIES is not set
|
CONFIG_SYN_COOKIES=y
|
||||||
# CONFIG_NET_UDP_TUNNEL is not set
|
# CONFIG_NET_UDP_TUNNEL is not set
|
||||||
# CONFIG_NET_FOU is not set
|
# CONFIG_NET_FOU is not set
|
||||||
# CONFIG_INET_AH is not set
|
# CONFIG_INET_AH is not set
|
||||||
@@ -542,7 +544,177 @@ CONFIG_DEFAULT_TCP_CONG="cubic"
|
|||||||
# CONFIG_NETWORK_SECMARK is not set
|
# CONFIG_NETWORK_SECMARK is not set
|
||||||
# CONFIG_NET_PTP_CLASSIFY is not set
|
# CONFIG_NET_PTP_CLASSIFY is not set
|
||||||
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
|
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
|
||||||
# CONFIG_NETFILTER is not set
|
CONFIG_NETFILTER=y
|
||||||
|
# CONFIG_NETFILTER_DEBUG is not set
|
||||||
|
CONFIG_NETFILTER_ADVANCED=y
|
||||||
|
|
||||||
|
#
|
||||||
|
# Core Netfilter Configuration
|
||||||
|
#
|
||||||
|
CONFIG_NETFILTER_INGRESS=y
|
||||||
|
CONFIG_NETFILTER_NETLINK=y
|
||||||
|
CONFIG_NETFILTER_NETLINK_ACCT=y
|
||||||
|
CONFIG_NETFILTER_NETLINK_QUEUE=y
|
||||||
|
CONFIG_NETFILTER_NETLINK_LOG=y
|
||||||
|
CONFIG_NF_CONNTRACK=y
|
||||||
|
CONFIG_NF_LOG_COMMON=y
|
||||||
|
CONFIG_NF_CONNTRACK_MARK=y
|
||||||
|
# CONFIG_NF_CONNTRACK_ZONES is not set
|
||||||
|
CONFIG_NF_CONNTRACK_PROCFS=y
|
||||||
|
CONFIG_NF_CONNTRACK_EVENTS=y
|
||||||
|
CONFIG_NF_CONNTRACK_TIMEOUT=y
|
||||||
|
CONFIG_NF_CONNTRACK_TIMESTAMP=y
|
||||||
|
CONFIG_NF_CONNTRACK_LABELS=y
|
||||||
|
CONFIG_NF_CT_PROTO_DCCP=y
|
||||||
|
CONFIG_NF_CT_PROTO_GRE=y
|
||||||
|
CONFIG_NF_CT_PROTO_SCTP=y
|
||||||
|
CONFIG_NF_CT_PROTO_UDPLITE=y
|
||||||
|
CONFIG_NF_CONNTRACK_AMANDA=y
|
||||||
|
CONFIG_NF_CONNTRACK_FTP=y
|
||||||
|
CONFIG_NF_CONNTRACK_H323=y
|
||||||
|
CONFIG_NF_CONNTRACK_IRC=y
|
||||||
|
CONFIG_NF_CONNTRACK_BROADCAST=y
|
||||||
|
CONFIG_NF_CONNTRACK_NETBIOS_NS=y
|
||||||
|
CONFIG_NF_CONNTRACK_SNMP=y
|
||||||
|
CONFIG_NF_CONNTRACK_PPTP=y
|
||||||
|
CONFIG_NF_CONNTRACK_SANE=y
|
||||||
|
CONFIG_NF_CONNTRACK_SIP=y
|
||||||
|
CONFIG_NF_CONNTRACK_TFTP=y
|
||||||
|
CONFIG_NF_CT_NETLINK=y
|
||||||
|
CONFIG_NF_CT_NETLINK_TIMEOUT=y
|
||||||
|
CONFIG_NF_CT_NETLINK_HELPER=y
|
||||||
|
CONFIG_NETFILTER_NETLINK_GLUE_CT=y
|
||||||
|
CONFIG_NF_NAT=y
|
||||||
|
CONFIG_NF_NAT_NEEDED=y
|
||||||
|
CONFIG_NF_NAT_PROTO_DCCP=y
|
||||||
|
CONFIG_NF_NAT_PROTO_UDPLITE=y
|
||||||
|
CONFIG_NF_NAT_PROTO_SCTP=y
|
||||||
|
CONFIG_NF_NAT_AMANDA=y
|
||||||
|
CONFIG_NF_NAT_FTP=y
|
||||||
|
CONFIG_NF_NAT_IRC=y
|
||||||
|
CONFIG_NF_NAT_SIP=y
|
||||||
|
CONFIG_NF_NAT_TFTP=y
|
||||||
|
CONFIG_NF_NAT_REDIRECT=y
|
||||||
|
CONFIG_NETFILTER_SYNPROXY=y
|
||||||
|
# CONFIG_NF_TABLES is not set
|
||||||
|
CONFIG_NETFILTER_XTABLES=y
|
||||||
|
|
||||||
|
#
|
||||||
|
# Xtables combined modules
|
||||||
|
#
|
||||||
|
CONFIG_NETFILTER_XT_MARK=y
|
||||||
|
CONFIG_NETFILTER_XT_CONNMARK=y
|
||||||
|
|
||||||
|
#
|
||||||
|
# Xtables targets
|
||||||
|
#
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_CHECKSUM=y
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_CLASSIFY=y
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_CONNMARK=y
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_CT=y
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_DSCP=y
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_HL=y
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_HMARK=y
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_IDLETIMER=y
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_LOG=y
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_MARK=y
|
||||||
|
CONFIG_NETFILTER_XT_NAT=y
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_NETMAP=y
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_NFLOG=y
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=y
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_NOTRACK=y
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_RATEEST=y
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_REDIRECT=y
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_TEE=y
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_TPROXY=y
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_TRACE=y
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_TCPMSS=y
|
||||||
|
CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=y
|
||||||
|
|
||||||
|
#
|
||||||
|
# Xtables matches
|
||||||
|
#
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_BPF=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_CLUSTER=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_COMMENT=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_CONNBYTES=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_CONNLABEL=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_CONNMARK=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_CPU=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_DCCP=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_DEVGROUP=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_DSCP=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_ECN=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_ESP=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_HELPER=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_HL=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_IPCOMP=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_IPRANGE=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_L2TP=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_LENGTH=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_LIMIT=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_MAC=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_MARK=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_NFACCT=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_OSF=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_OWNER=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_QUOTA=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_RATEEST=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_REALM=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_RECENT=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_SCTP=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_SOCKET=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_STATE=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_STATISTIC=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_STRING=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_TCPMSS=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_TIME=y
|
||||||
|
CONFIG_NETFILTER_XT_MATCH_U32=y
|
||||||
|
# CONFIG_IP_SET is not set
|
||||||
|
# CONFIG_IP_VS is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# IP: Netfilter Configuration
|
||||||
|
#
|
||||||
|
CONFIG_NF_DEFRAG_IPV4=y
|
||||||
|
CONFIG_NF_CONNTRACK_IPV4=y
|
||||||
|
CONFIG_NF_CONNTRACK_PROC_COMPAT=y
|
||||||
|
CONFIG_NF_DUP_IPV4=y
|
||||||
|
# CONFIG_NF_LOG_ARP is not set
|
||||||
|
CONFIG_NF_LOG_IPV4=y
|
||||||
|
CONFIG_NF_REJECT_IPV4=y
|
||||||
|
CONFIG_NF_NAT_IPV4=y
|
||||||
|
CONFIG_NF_NAT_MASQUERADE_IPV4=y
|
||||||
|
CONFIG_NF_NAT_SNMP_BASIC=y
|
||||||
|
CONFIG_NF_NAT_PROTO_GRE=y
|
||||||
|
CONFIG_NF_NAT_PPTP=y
|
||||||
|
CONFIG_NF_NAT_H323=y
|
||||||
|
CONFIG_IP_NF_IPTABLES=y
|
||||||
|
CONFIG_IP_NF_MATCH_AH=y
|
||||||
|
CONFIG_IP_NF_MATCH_ECN=y
|
||||||
|
CONFIG_IP_NF_MATCH_RPFILTER=y
|
||||||
|
CONFIG_IP_NF_MATCH_TTL=y
|
||||||
|
CONFIG_IP_NF_FILTER=y
|
||||||
|
CONFIG_IP_NF_TARGET_REJECT=y
|
||||||
|
CONFIG_IP_NF_TARGET_SYNPROXY=y
|
||||||
|
CONFIG_IP_NF_NAT=y
|
||||||
|
CONFIG_IP_NF_TARGET_MASQUERADE=y
|
||||||
|
CONFIG_IP_NF_TARGET_NETMAP=y
|
||||||
|
CONFIG_IP_NF_TARGET_REDIRECT=y
|
||||||
|
CONFIG_IP_NF_MANGLE=y
|
||||||
|
CONFIG_IP_NF_TARGET_CLUSTERIP=y
|
||||||
|
CONFIG_IP_NF_TARGET_ECN=y
|
||||||
|
CONFIG_IP_NF_TARGET_TTL=y
|
||||||
|
CONFIG_IP_NF_RAW=y
|
||||||
|
CONFIG_IP_NF_ARPTABLES=y
|
||||||
|
CONFIG_IP_NF_ARPFILTER=y
|
||||||
|
CONFIG_IP_NF_ARP_MANGLE=y
|
||||||
# CONFIG_IP_DCCP is not set
|
# CONFIG_IP_DCCP is not set
|
||||||
# CONFIG_IP_SCTP is not set
|
# CONFIG_IP_SCTP is not set
|
||||||
# CONFIG_RDS is not set
|
# CONFIG_RDS is not set
|
||||||
@@ -962,7 +1134,37 @@ CONFIG_NET_VENDOR_SYNOPSYS=y
|
|||||||
# CONFIG_NET_VENDOR_WIZNET is not set
|
# CONFIG_NET_VENDOR_WIZNET is not set
|
||||||
# CONFIG_FDDI is not set
|
# CONFIG_FDDI is not set
|
||||||
# CONFIG_HIPPI is not set
|
# CONFIG_HIPPI is not set
|
||||||
# CONFIG_PHYLIB is not set
|
CONFIG_PHYLIB=m
|
||||||
|
|
||||||
|
#
|
||||||
|
# MII PHY device drivers
|
||||||
|
#
|
||||||
|
# CONFIG_AQUANTIA_PHY is not set
|
||||||
|
# CONFIG_AT803X_PHY is not set
|
||||||
|
# CONFIG_AMD_PHY is not set
|
||||||
|
# CONFIG_MARVELL_PHY is not set
|
||||||
|
# CONFIG_DAVICOM_PHY is not set
|
||||||
|
# CONFIG_QSEMI_PHY is not set
|
||||||
|
# CONFIG_LXT_PHY is not set
|
||||||
|
# CONFIG_CICADA_PHY is not set
|
||||||
|
# CONFIG_VITESSE_PHY is not set
|
||||||
|
# CONFIG_TERANETICS_PHY is not set
|
||||||
|
# CONFIG_SMSC_PHY is not set
|
||||||
|
# CONFIG_BROADCOM_PHY is not set
|
||||||
|
# CONFIG_BCM7XXX_PHY is not set
|
||||||
|
# CONFIG_BCM87XX_PHY is not set
|
||||||
|
# CONFIG_ICPLUS_PHY is not set
|
||||||
|
# CONFIG_REALTEK_PHY is not set
|
||||||
|
# CONFIG_NATIONAL_PHY is not set
|
||||||
|
# CONFIG_STE10XP is not set
|
||||||
|
# CONFIG_LSI_ET1011C_PHY is not set
|
||||||
|
# CONFIG_MICREL_PHY is not set
|
||||||
|
# CONFIG_DP83848_PHY is not set
|
||||||
|
# CONFIG_DP83867_PHY is not set
|
||||||
|
# CONFIG_MICROCHIP_PHY is not set
|
||||||
|
# CONFIG_FIXED_PHY is not set
|
||||||
|
# CONFIG_MDIO_BITBANG is not set
|
||||||
|
# CONFIG_MDIO_BCM_UNIMAC is not set
|
||||||
CONFIG_PPP=m
|
CONFIG_PPP=m
|
||||||
CONFIG_PPP_BSDCOMP=m
|
CONFIG_PPP_BSDCOMP=m
|
||||||
CONFIG_PPP_DEFLATE=m
|
CONFIG_PPP_DEFLATE=m
|
||||||
@@ -981,8 +1183,40 @@ CONFIG_USB_NET_DRIVERS=y
|
|||||||
# CONFIG_USB_RTL8150 is not set
|
# CONFIG_USB_RTL8150 is not set
|
||||||
# CONFIG_USB_RTL8152 is not set
|
# CONFIG_USB_RTL8152 is not set
|
||||||
# CONFIG_USB_LAN78XX is not set
|
# CONFIG_USB_LAN78XX is not set
|
||||||
# CONFIG_USB_USBNET is not set
|
CONFIG_USB_USBNET=m
|
||||||
|
CONFIG_USB_NET_AX8817X=m
|
||||||
|
CONFIG_USB_NET_AX88179_178A=m
|
||||||
|
CONFIG_USB_NET_CDCETHER=m
|
||||||
|
# CONFIG_USB_NET_CDC_EEM is not set
|
||||||
|
CONFIG_USB_NET_CDC_NCM=m
|
||||||
|
# CONFIG_USB_NET_HUAWEI_CDC_NCM is not set
|
||||||
|
# CONFIG_USB_NET_CDC_MBIM is not set
|
||||||
|
# CONFIG_USB_NET_DM9601 is not set
|
||||||
|
# CONFIG_USB_NET_SR9700 is not set
|
||||||
|
# CONFIG_USB_NET_SR9800 is not set
|
||||||
|
# CONFIG_USB_NET_SMSC75XX is not set
|
||||||
|
# CONFIG_USB_NET_SMSC95XX is not set
|
||||||
|
# CONFIG_USB_NET_GL620A is not set
|
||||||
|
CONFIG_USB_NET_NET1080=m
|
||||||
|
# CONFIG_USB_NET_PLUSB is not set
|
||||||
|
# CONFIG_USB_NET_MCS7830 is not set
|
||||||
|
# CONFIG_USB_NET_RNDIS_HOST is not set
|
||||||
|
CONFIG_USB_NET_CDC_SUBSET=m
|
||||||
|
# CONFIG_USB_ALI_M5632 is not set
|
||||||
|
# CONFIG_USB_AN2720 is not set
|
||||||
|
CONFIG_USB_BELKIN=y
|
||||||
|
CONFIG_USB_ARMLINUX=y
|
||||||
|
# CONFIG_USB_EPSON2888 is not set
|
||||||
|
# CONFIG_USB_KC2190 is not set
|
||||||
|
CONFIG_USB_NET_ZAURUS=m
|
||||||
|
# CONFIG_USB_NET_CX82310_ETH is not set
|
||||||
|
# CONFIG_USB_NET_KALMIA is not set
|
||||||
|
CONFIG_USB_NET_QMI_WWAN=m
|
||||||
|
# CONFIG_USB_NET_INT51X1 is not set
|
||||||
# CONFIG_USB_IPHETH is not set
|
# CONFIG_USB_IPHETH is not set
|
||||||
|
# CONFIG_USB_SIERRA_NET is not set
|
||||||
|
# CONFIG_USB_VL600 is not set
|
||||||
|
# CONFIG_USB_NET_CH9200 is not set
|
||||||
# CONFIG_WLAN is not set
|
# CONFIG_WLAN is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -1578,7 +1812,7 @@ CONFIG_USB_OHCI_HCD_PCI=y
|
|||||||
#
|
#
|
||||||
CONFIG_USB_ACM=y
|
CONFIG_USB_ACM=y
|
||||||
# CONFIG_USB_PRINTER is not set
|
# CONFIG_USB_PRINTER is not set
|
||||||
# CONFIG_USB_WDM is not set
|
CONFIG_USB_WDM=m
|
||||||
# CONFIG_USB_TMC is not set
|
# CONFIG_USB_TMC is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -2380,7 +2614,7 @@ CONFIG_CRC32_SLICEBY8=y
|
|||||||
# CONFIG_CRC32_SARWATE is not set
|
# CONFIG_CRC32_SARWATE is not set
|
||||||
# CONFIG_CRC32_BIT is not set
|
# CONFIG_CRC32_BIT is not set
|
||||||
# CONFIG_CRC7 is not set
|
# CONFIG_CRC7 is not set
|
||||||
CONFIG_LIBCRC32C=m
|
CONFIG_LIBCRC32C=y
|
||||||
# CONFIG_CRC8 is not set
|
# CONFIG_CRC8 is not set
|
||||||
# CONFIG_AUDIT_ARCH_COMPAT_GENERIC is not set
|
# CONFIG_AUDIT_ARCH_COMPAT_GENERIC is not set
|
||||||
# CONFIG_RANDOM32_SELFTEST is not set
|
# CONFIG_RANDOM32_SELFTEST is not set
|
||||||
@@ -2391,6 +2625,10 @@ CONFIG_LZO_DECOMPRESS=m
|
|||||||
# CONFIG_XZ_DEC is not set
|
# CONFIG_XZ_DEC is not set
|
||||||
# CONFIG_XZ_DEC_BCJ is not set
|
# CONFIG_XZ_DEC_BCJ is not set
|
||||||
CONFIG_GENERIC_ALLOCATOR=y
|
CONFIG_GENERIC_ALLOCATOR=y
|
||||||
|
CONFIG_TEXTSEARCH=y
|
||||||
|
CONFIG_TEXTSEARCH_KMP=y
|
||||||
|
CONFIG_TEXTSEARCH_BM=y
|
||||||
|
CONFIG_TEXTSEARCH_FSM=y
|
||||||
CONFIG_HAS_IOMEM=y
|
CONFIG_HAS_IOMEM=y
|
||||||
CONFIG_HAS_IOPORT_MAP=y
|
CONFIG_HAS_IOPORT_MAP=y
|
||||||
CONFIG_HAS_DMA=y
|
CONFIG_HAS_DMA=y
|
||||||
|
@@ -1,2 +0,0 @@
|
|||||||
cfg_hostname='geode-testbed'
|
|
||||||
cfg_eth_ext_ip='10.0.200.64'
|
|
@@ -1,2 +0,0 @@
|
|||||||
cfg_hostname='lauv-nemo-1'
|
|
||||||
cfg_eth_ext_ip='10.0.10.60'
|
|
@@ -1,3 +1,4 @@
|
|||||||
cfg_hostname='lauv-xplore-1'
|
cfg_hostname='lauv-xplore-1'
|
||||||
cfg_eth_ext_ip='10.0.10.120'
|
cfg_eth_ext_ip='10.0.10.120'
|
||||||
|
cfg_packages="$cfg_packages ppp iptables"
|
||||||
cfg_modules="$cfg_modules ftdi_sio"
|
cfg_modules="$cfg_modules ftdi_sio"
|
||||||
|
@@ -1,2 +1,4 @@
|
|||||||
cfg_hostname='lauv-xplore-2'
|
cfg_hostname='lauv-xplore-2'
|
||||||
cfg_eth_ext_ip='10.0.10.130'
|
cfg_eth_ext_ip='10.0.10.130'
|
||||||
|
cfg_packages="$cfg_packages ppp iptables"
|
||||||
|
cfg_modules="$cfg_modules ftdi_sio"
|
||||||
|
@@ -1,2 +0,0 @@
|
|||||||
cfg_hostname='lauv-xplore-3'
|
|
||||||
cfg_eth_ext_ip='10.0.10.140'
|
|
@@ -1,2 +0,0 @@
|
|||||||
cfg_hostname='lauv-xplore-4'
|
|
||||||
cfg_eth_ext_ip='10.0.10.150'
|
|
@@ -1,2 +0,0 @@
|
|||||||
cfg_hostname='lauv-xplore-5'
|
|
||||||
cfg_eth_ext_ip='10.0.10.160'
|
|
@@ -1,2 +0,0 @@
|
|||||||
cfg_hostname='manta-rugged-2'
|
|
||||||
cfg_eth_ext_ip='10.0.30.25'
|
|
@@ -1,2 +0,0 @@
|
|||||||
cfg_hostname='manta-sabuvis'
|
|
||||||
cfg_eth_ext_ip='10.0.30.26'
|
|
@@ -702,7 +702,7 @@ CONFIG_HAVE_NET_DSA=y
|
|||||||
# CONFIG_IEEE802154 is not set
|
# CONFIG_IEEE802154 is not set
|
||||||
# CONFIG_NET_SCHED is not set
|
# CONFIG_NET_SCHED is not set
|
||||||
# CONFIG_DCB is not set
|
# CONFIG_DCB is not set
|
||||||
CONFIG_DNS_RESOLVER=y
|
# CONFIG_DNS_RESOLVER is not set
|
||||||
# CONFIG_BATMAN_ADV is not set
|
# CONFIG_BATMAN_ADV is not set
|
||||||
# CONFIG_OPENVSWITCH is not set
|
# CONFIG_OPENVSWITCH is not set
|
||||||
# CONFIG_VSOCKETS is not set
|
# CONFIG_VSOCKETS is not set
|
||||||
@@ -2423,12 +2423,7 @@ CONFIG_FANOTIFY=y
|
|||||||
#
|
#
|
||||||
# Caches
|
# Caches
|
||||||
#
|
#
|
||||||
CONFIG_FSCACHE=y
|
# CONFIG_FSCACHE is not set
|
||||||
# CONFIG_FSCACHE_STATS is not set
|
|
||||||
# CONFIG_FSCACHE_HISTOGRAM is not set
|
|
||||||
# CONFIG_FSCACHE_DEBUG is not set
|
|
||||||
# CONFIG_FSCACHE_OBJECT_LIST is not set
|
|
||||||
# CONFIG_CACHEFILES is not set
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# CD-ROM/DVD Filesystems
|
# CD-ROM/DVD Filesystems
|
||||||
@@ -2463,39 +2458,21 @@ CONFIG_CONFIGFS_FS=y
|
|||||||
# CONFIG_MISC_FILESYSTEMS is not set
|
# CONFIG_MISC_FILESYSTEMS is not set
|
||||||
CONFIG_NETWORK_FILESYSTEMS=y
|
CONFIG_NETWORK_FILESYSTEMS=y
|
||||||
CONFIG_NFS_FS=y
|
CONFIG_NFS_FS=y
|
||||||
CONFIG_NFS_V2=y
|
# CONFIG_NFS_V2 is not set
|
||||||
CONFIG_NFS_V3=y
|
CONFIG_NFS_V3=y
|
||||||
# CONFIG_NFS_V3_ACL is not set
|
# CONFIG_NFS_V3_ACL is not set
|
||||||
# CONFIG_NFS_V4 is not set
|
# CONFIG_NFS_V4 is not set
|
||||||
# CONFIG_NFS_SWAP is not set
|
# CONFIG_NFS_SWAP is not set
|
||||||
CONFIG_ROOT_NFS=y
|
CONFIG_ROOT_NFS=y
|
||||||
# CONFIG_NFS_FSCACHE is not set
|
# CONFIG_NFSD is not set
|
||||||
CONFIG_NFS_DEBUG=y
|
|
||||||
CONFIG_NFSD=y
|
|
||||||
CONFIG_NFSD_V3=y
|
|
||||||
# CONFIG_NFSD_V3_ACL is not set
|
|
||||||
# CONFIG_NFSD_V4 is not set
|
|
||||||
CONFIG_GRACE_PERIOD=y
|
CONFIG_GRACE_PERIOD=y
|
||||||
CONFIG_LOCKD=y
|
CONFIG_LOCKD=y
|
||||||
CONFIG_LOCKD_V4=y
|
CONFIG_LOCKD_V4=y
|
||||||
CONFIG_NFS_COMMON=y
|
CONFIG_NFS_COMMON=y
|
||||||
CONFIG_SUNRPC=y
|
CONFIG_SUNRPC=y
|
||||||
CONFIG_SUNRPC_DEBUG=y
|
# CONFIG_SUNRPC_DEBUG is not set
|
||||||
# CONFIG_CEPH_FS is not set
|
# CONFIG_CEPH_FS is not set
|
||||||
CONFIG_CIFS=y
|
# CONFIG_CIFS is not set
|
||||||
CONFIG_CIFS_STATS=y
|
|
||||||
# CONFIG_CIFS_STATS2 is not set
|
|
||||||
# CONFIG_CIFS_WEAK_PW_HASH is not set
|
|
||||||
# CONFIG_CIFS_UPCALL is not set
|
|
||||||
CONFIG_CIFS_XATTR=y
|
|
||||||
CONFIG_CIFS_POSIX=y
|
|
||||||
CONFIG_CIFS_ACL=y
|
|
||||||
CONFIG_CIFS_DEBUG=y
|
|
||||||
# CONFIG_CIFS_DEBUG2 is not set
|
|
||||||
CONFIG_CIFS_DFS_UPCALL=y
|
|
||||||
CONFIG_CIFS_SMB2=y
|
|
||||||
# CONFIG_CIFS_SMB311 is not set
|
|
||||||
# CONFIG_CIFS_FSCACHE is not set
|
|
||||||
# CONFIG_NCP_FS is not set
|
# CONFIG_NCP_FS is not set
|
||||||
# CONFIG_CODA_FS is not set
|
# CONFIG_CODA_FS is not set
|
||||||
# CONFIG_AFS_FS is not set
|
# CONFIG_AFS_FS is not set
|
||||||
@@ -2771,7 +2748,7 @@ CONFIG_CRYPTO_ECB=y
|
|||||||
#
|
#
|
||||||
# Hash modes
|
# Hash modes
|
||||||
#
|
#
|
||||||
CONFIG_CRYPTO_CMAC=y
|
# CONFIG_CRYPTO_CMAC is not set
|
||||||
CONFIG_CRYPTO_HMAC=y
|
CONFIG_CRYPTO_HMAC=y
|
||||||
# CONFIG_CRYPTO_XCBC is not set
|
# CONFIG_CRYPTO_XCBC is not set
|
||||||
# CONFIG_CRYPTO_VMAC is not set
|
# CONFIG_CRYPTO_VMAC is not set
|
||||||
@@ -2784,7 +2761,7 @@ CONFIG_CRYPTO_CRC32=m
|
|||||||
CONFIG_CRYPTO_CRCT10DIF=y
|
CONFIG_CRYPTO_CRCT10DIF=y
|
||||||
# CONFIG_CRYPTO_GHASH is not set
|
# CONFIG_CRYPTO_GHASH is not set
|
||||||
# CONFIG_CRYPTO_POLY1305 is not set
|
# CONFIG_CRYPTO_POLY1305 is not set
|
||||||
CONFIG_CRYPTO_MD4=y
|
# CONFIG_CRYPTO_MD4 is not set
|
||||||
CONFIG_CRYPTO_MD5=y
|
CONFIG_CRYPTO_MD5=y
|
||||||
CONFIG_CRYPTO_MICHAEL_MIC=y
|
CONFIG_CRYPTO_MICHAEL_MIC=y
|
||||||
# CONFIG_CRYPTO_RMD128 is not set
|
# CONFIG_CRYPTO_RMD128 is not set
|
||||||
@@ -2807,7 +2784,7 @@ CONFIG_CRYPTO_ARC4=y
|
|||||||
# CONFIG_CRYPTO_CAMELLIA is not set
|
# CONFIG_CRYPTO_CAMELLIA is not set
|
||||||
# CONFIG_CRYPTO_CAST5 is not set
|
# CONFIG_CRYPTO_CAST5 is not set
|
||||||
# CONFIG_CRYPTO_CAST6 is not set
|
# CONFIG_CRYPTO_CAST6 is not set
|
||||||
CONFIG_CRYPTO_DES=y
|
CONFIG_CRYPTO_DES=m
|
||||||
# CONFIG_CRYPTO_FCRYPT is not set
|
# CONFIG_CRYPTO_FCRYPT is not set
|
||||||
# CONFIG_CRYPTO_KHAZAD is not set
|
# CONFIG_CRYPTO_KHAZAD is not set
|
||||||
# CONFIG_CRYPTO_SALSA20 is not set
|
# CONFIG_CRYPTO_SALSA20 is not set
|
||||||
|
@@ -3,6 +3,4 @@ cfg_storage='data0:ext4:/opt'
|
|||||||
cfg_eth_ext_ip='10.0.20.105'
|
cfg_eth_ext_ip='10.0.20.105'
|
||||||
cfg_eth_ext_mk='255.255.0.0'
|
cfg_eth_ext_mk='255.255.0.0'
|
||||||
cfg_eth_ext_gw='10.0.0.1'
|
cfg_eth_ext_gw='10.0.0.1'
|
||||||
cfg_packages='u-boot dropbear rsync busybox e2fsprogs ptpd i2c-tools am33xx-cm3/host linux rpcbind nfs-utils opencv exiv2 libav gdal'
|
cfg_packages='u-boot dropbear rsync busybox e2fsprogs ptpd i2c-tools am33xx-cm3/host linux opencv exiv2 libav'
|
||||||
cfg_storage_dir='/opt/lsts/dune/log'
|
|
||||||
cfg_services1='nfs-storage-server'
|
|
||||||
|
@@ -2234,7 +2234,7 @@ CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
|
|||||||
# CONFIG_SERIAL_MAX310X is not set
|
# CONFIG_SERIAL_MAX310X is not set
|
||||||
# CONFIG_SERIAL_UARTLITE is not set
|
# CONFIG_SERIAL_UARTLITE is not set
|
||||||
CONFIG_SERIAL_CORE=y
|
CONFIG_SERIAL_CORE=y
|
||||||
CONFIG_SERIAL_CORE_CONSOLE=y
|
CONFIG_SERIAL_CORE_CONSOLE=n
|
||||||
CONFIG_CONSOLE_POLL=y
|
CONFIG_CONSOLE_POLL=y
|
||||||
CONFIG_SERIAL_OF_PLATFORM=y
|
CONFIG_SERIAL_OF_PLATFORM=y
|
||||||
# CONFIG_SERIAL_SCCNXP is not set
|
# CONFIG_SERIAL_SCCNXP is not set
|
||||||
@@ -3823,8 +3823,7 @@ CONFIG_USB_MON=m
|
|||||||
# CONFIG_USB_ISP1362_HCD is not set
|
# CONFIG_USB_ISP1362_HCD is not set
|
||||||
# CONFIG_USB_FOTG210_HCD is not set
|
# CONFIG_USB_FOTG210_HCD is not set
|
||||||
# CONFIG_USB_MAX3421_HCD is not set
|
# CONFIG_USB_MAX3421_HCD is not set
|
||||||
# CONFIG_USB_OHCI_HCD is not set
|
CONFIG_USB_OHCI_HCD=Y
|
||||||
# CONFIG_USB_U132_HCD is not set
|
|
||||||
# CONFIG_USB_SL811_HCD is not set
|
# CONFIG_USB_SL811_HCD is not set
|
||||||
# CONFIG_USB_R8A66597_HCD is not set
|
# CONFIG_USB_R8A66597_HCD is not set
|
||||||
CONFIG_USB_DWCOTG=y
|
CONFIG_USB_DWCOTG=y
|
||||||
@@ -3837,7 +3836,7 @@ CONFIG_USB_DWCOTG=y
|
|||||||
#
|
#
|
||||||
CONFIG_USB_ACM=y
|
CONFIG_USB_ACM=y
|
||||||
# CONFIG_USB_PRINTER is not set
|
# CONFIG_USB_PRINTER is not set
|
||||||
CONFIG_USB_WDM=m
|
# CONFIG_USB_WDM is not set
|
||||||
# CONFIG_USB_TMC is not set
|
# CONFIG_USB_TMC is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -3893,7 +3892,6 @@ CONFIG_USB_DWC2_DUAL_ROLE=y
|
|||||||
# USB port drivers
|
# USB port drivers
|
||||||
#
|
#
|
||||||
CONFIG_USB_SERIAL=y
|
CONFIG_USB_SERIAL=y
|
||||||
# CONFIG_USB_SERIAL_CONSOLE is not set
|
|
||||||
CONFIG_USB_SERIAL_GENERIC=y
|
CONFIG_USB_SERIAL_GENERIC=y
|
||||||
# CONFIG_USB_SERIAL_SIMPLE is not set
|
# CONFIG_USB_SERIAL_SIMPLE is not set
|
||||||
CONFIG_USB_SERIAL_AIRCABLE=m
|
CONFIG_USB_SERIAL_AIRCABLE=m
|
||||||
@@ -3949,7 +3947,7 @@ CONFIG_USB_SERIAL_SYMBOL=m
|
|||||||
CONFIG_USB_SERIAL_TI=m
|
CONFIG_USB_SERIAL_TI=m
|
||||||
CONFIG_USB_SERIAL_CYBERJACK=m
|
CONFIG_USB_SERIAL_CYBERJACK=m
|
||||||
CONFIG_USB_SERIAL_XIRCOM=m
|
CONFIG_USB_SERIAL_XIRCOM=m
|
||||||
CONFIG_USB_SERIAL_WWAN=y
|
CONFIG_USB_SERIAL_WWAN=m
|
||||||
CONFIG_USB_SERIAL_OPTION=y
|
CONFIG_USB_SERIAL_OPTION=y
|
||||||
CONFIG_USB_SERIAL_OMNINET=m
|
CONFIG_USB_SERIAL_OMNINET=m
|
||||||
CONFIG_USB_SERIAL_OPTICON=m
|
CONFIG_USB_SERIAL_OPTICON=m
|
||||||
@@ -4961,25 +4959,33 @@ CONFIG_NETWORK_FILESYSTEMS=y
|
|||||||
CONFIG_NFS_FS=y
|
CONFIG_NFS_FS=y
|
||||||
CONFIG_NFS_V2=y
|
CONFIG_NFS_V2=y
|
||||||
CONFIG_NFS_V3=y
|
CONFIG_NFS_V3=y
|
||||||
# CONFIG_NFS_V3_ACL is not set
|
CONFIG_NFS_V3_ACL=y
|
||||||
# CONFIG_NFS_V4 is not set
|
CONFIG_NFS_V4=y
|
||||||
# CONFIG_NFS_SWAP is not set
|
CONFIG_NFS_SWAP=y
|
||||||
|
# CONFIG_NFS_V4_1 is not set
|
||||||
CONFIG_ROOT_NFS=y
|
CONFIG_ROOT_NFS=y
|
||||||
CONFIG_NFS_FSCACHE=y
|
CONFIG_NFS_FSCACHE=y
|
||||||
CONFIG_NFSD=y
|
# CONFIG_NFS_USE_LEGACY_DNS is not set
|
||||||
|
CONFIG_NFS_USE_KERNEL_DNS=y
|
||||||
|
CONFIG_NFSD=m
|
||||||
|
CONFIG_NFSD_V2_ACL=y
|
||||||
CONFIG_NFSD_V3=y
|
CONFIG_NFSD_V3=y
|
||||||
# CONFIG_NFSD_V3_ACL is not set
|
CONFIG_NFSD_V3_ACL=y
|
||||||
# CONFIG_NFSD_V4 is not set
|
CONFIG_NFSD_V4=y
|
||||||
|
# CONFIG_NFSD_PNFS is not set
|
||||||
|
# CONFIG_NFSD_FAULT_INJECTION is not set
|
||||||
CONFIG_GRACE_PERIOD=y
|
CONFIG_GRACE_PERIOD=y
|
||||||
CONFIG_LOCKD=y
|
CONFIG_LOCKD=y
|
||||||
CONFIG_LOCKD_V4=y
|
CONFIG_LOCKD_V4=y
|
||||||
|
CONFIG_NFS_ACL_SUPPORT=y
|
||||||
CONFIG_NFS_COMMON=y
|
CONFIG_NFS_COMMON=y
|
||||||
CONFIG_SUNRPC=y
|
CONFIG_SUNRPC=y
|
||||||
CONFIG_SUNRPC_GSS=m
|
CONFIG_SUNRPC_GSS=y
|
||||||
|
CONFIG_SUNRPC_SWAP=y
|
||||||
CONFIG_RPCSEC_GSS_KRB5=m
|
CONFIG_RPCSEC_GSS_KRB5=m
|
||||||
# CONFIG_SUNRPC_DEBUG is not set
|
# CONFIG_SUNRPC_DEBUG is not set
|
||||||
# CONFIG_CEPH_FS is not set
|
# CONFIG_CEPH_FS is not set
|
||||||
CONFIG_CIFS=y
|
CONFIG_CIFS=m
|
||||||
# CONFIG_CIFS_STATS is not set
|
# CONFIG_CIFS_STATS is not set
|
||||||
CONFIG_CIFS_WEAK_PW_HASH=y
|
CONFIG_CIFS_WEAK_PW_HASH=y
|
||||||
CONFIG_CIFS_UPCALL=y
|
CONFIG_CIFS_UPCALL=y
|
||||||
@@ -5313,7 +5319,7 @@ CONFIG_CRYPTO_ECHAINIV=m
|
|||||||
CONFIG_CRYPTO_CBC=y
|
CONFIG_CRYPTO_CBC=y
|
||||||
CONFIG_CRYPTO_CTR=m
|
CONFIG_CRYPTO_CTR=m
|
||||||
CONFIG_CRYPTO_CTS=m
|
CONFIG_CRYPTO_CTS=m
|
||||||
CONFIG_CRYPTO_ECB=y
|
CONFIG_CRYPTO_ECB=m
|
||||||
# CONFIG_CRYPTO_LRW is not set
|
# CONFIG_CRYPTO_LRW is not set
|
||||||
# CONFIG_CRYPTO_PCBC is not set
|
# CONFIG_CRYPTO_PCBC is not set
|
||||||
CONFIG_CRYPTO_XTS=m
|
CONFIG_CRYPTO_XTS=m
|
||||||
@@ -5322,8 +5328,8 @@ CONFIG_CRYPTO_XTS=m
|
|||||||
#
|
#
|
||||||
# Hash modes
|
# Hash modes
|
||||||
#
|
#
|
||||||
CONFIG_CRYPTO_CMAC=y
|
CONFIG_CRYPTO_CMAC=m
|
||||||
CONFIG_CRYPTO_HMAC=y
|
CONFIG_CRYPTO_HMAC=m
|
||||||
CONFIG_CRYPTO_XCBC=m
|
CONFIG_CRYPTO_XCBC=m
|
||||||
# CONFIG_CRYPTO_VMAC is not set
|
# CONFIG_CRYPTO_VMAC is not set
|
||||||
|
|
||||||
@@ -5335,15 +5341,15 @@ CONFIG_CRYPTO_CRC32C=y
|
|||||||
# CONFIG_CRYPTO_CRCT10DIF is not set
|
# CONFIG_CRYPTO_CRCT10DIF is not set
|
||||||
CONFIG_CRYPTO_GHASH=m
|
CONFIG_CRYPTO_GHASH=m
|
||||||
# CONFIG_CRYPTO_POLY1305 is not set
|
# CONFIG_CRYPTO_POLY1305 is not set
|
||||||
CONFIG_CRYPTO_MD4=y
|
CONFIG_CRYPTO_MD4=m
|
||||||
CONFIG_CRYPTO_MD5=y
|
CONFIG_CRYPTO_MD5=m
|
||||||
CONFIG_CRYPTO_MICHAEL_MIC=m
|
CONFIG_CRYPTO_MICHAEL_MIC=m
|
||||||
# CONFIG_CRYPTO_RMD128 is not set
|
# CONFIG_CRYPTO_RMD128 is not set
|
||||||
# CONFIG_CRYPTO_RMD160 is not set
|
# CONFIG_CRYPTO_RMD160 is not set
|
||||||
# CONFIG_CRYPTO_RMD256 is not set
|
# CONFIG_CRYPTO_RMD256 is not set
|
||||||
# CONFIG_CRYPTO_RMD320 is not set
|
# CONFIG_CRYPTO_RMD320 is not set
|
||||||
CONFIG_CRYPTO_SHA1=m
|
CONFIG_CRYPTO_SHA1=m
|
||||||
CONFIG_CRYPTO_SHA256=y
|
CONFIG_CRYPTO_SHA256=m
|
||||||
# CONFIG_CRYPTO_SHA512 is not set
|
# CONFIG_CRYPTO_SHA512 is not set
|
||||||
CONFIG_CRYPTO_TGR192=m
|
CONFIG_CRYPTO_TGR192=m
|
||||||
CONFIG_CRYPTO_WP512=m
|
CONFIG_CRYPTO_WP512=m
|
||||||
@@ -5353,7 +5359,7 @@ CONFIG_CRYPTO_WP512=m
|
|||||||
#
|
#
|
||||||
CONFIG_CRYPTO_AES=y
|
CONFIG_CRYPTO_AES=y
|
||||||
# CONFIG_CRYPTO_ANUBIS is not set
|
# CONFIG_CRYPTO_ANUBIS is not set
|
||||||
CONFIG_CRYPTO_ARC4=y
|
CONFIG_CRYPTO_ARC4=m
|
||||||
# CONFIG_CRYPTO_BLOWFISH is not set
|
# CONFIG_CRYPTO_BLOWFISH is not set
|
||||||
# CONFIG_CRYPTO_CAMELLIA is not set
|
# CONFIG_CRYPTO_CAMELLIA is not set
|
||||||
CONFIG_CRYPTO_CAST_COMMON=m
|
CONFIG_CRYPTO_CAST_COMMON=m
|
||||||
@@ -5480,7 +5486,7 @@ CONFIG_LRU_CACHE=m
|
|||||||
# CONFIG_CORDIC is not set
|
# CONFIG_CORDIC is not set
|
||||||
# CONFIG_DDR is not set
|
# CONFIG_DDR is not set
|
||||||
CONFIG_LIBFDT=y
|
CONFIG_LIBFDT=y
|
||||||
CONFIG_OID_REGISTRY=m
|
CONFIG_OID_REGISTRY=y
|
||||||
CONFIG_FONT_SUPPORT=y
|
CONFIG_FONT_SUPPORT=y
|
||||||
# CONFIG_FONTS is not set
|
# CONFIG_FONTS is not set
|
||||||
CONFIG_FONT_8x8=y
|
CONFIG_FONT_8x8=y
|
||||||
|
@@ -3,7 +3,7 @@ cfg_storage='data0:ext4:/opt'
|
|||||||
cfg_modules=''
|
cfg_modules=''
|
||||||
cfg_services0='network dropbear storage upgrade syslog ptpd'
|
cfg_services0='network dropbear storage upgrade syslog ptpd'
|
||||||
cfg_services2='dune'
|
cfg_services2='dune'
|
||||||
cfg_packages='dropbear rsync busybox e2fsprogs dosfstools ptpd rpcbind rpi-boot-firmware linux/rpi exiftool libusb'
|
cfg_packages='dropbear rsync busybox e2fsprogs dosfstools ptpd rpcbind rpi-boot-firmware linux/rpi'
|
||||||
cfg_target_linux_kernel='arch/arm/boot/zImage'
|
cfg_target_linux_kernel='arch/arm/boot/zImage'
|
||||||
cfg_ptpd_interface='eth0'
|
cfg_ptpd_interface='eth0'
|
||||||
cfg_eth_ext_mk='255.255.0.0'
|
cfg_eth_ext_mk='255.255.0.0'
|
||||||
|
@@ -1,9 +0,0 @@
|
|||||||
cfg_hostname='test-rpi'
|
|
||||||
cfg_eth_ext_ip='10.0.200.52'
|
|
||||||
cfg_services1=''
|
|
||||||
cfg_packages='dropbear rsync busybox e2fsprogs dosfstools ptpd rpcbind rpi-boot-firmware linux/rpi exiftool libusb'
|
|
||||||
cfg_services0='network dropbear storage upgrade syslog ptpd'
|
|
||||||
cfg_modules="$cfg_modules ftdi_sio"
|
|
||||||
cfg_terminal='tty1'
|
|
||||||
cfg_ptpd_interface='eth0'
|
|
||||||
|
|
@@ -1,4 +0,0 @@
|
|||||||
cfg_hostname='titan'
|
|
||||||
cfg_eth_ext_ip='10.0.20.150'
|
|
||||||
cfg_packages="$cfg_packages libjpeg-turbo v4l-utils uv4l libav"
|
|
||||||
cfg_modules="$cfg_modules ftdi_sio"
|
|
@@ -1,12 +0,0 @@
|
|||||||
cfg_hostname='x8-06-aux'
|
|
||||||
cfg_eth_ext_ip='10.0.20.109'
|
|
||||||
cfg_services1='nfs-storage-client'
|
|
||||||
cfg_packages="$cfg_packages opencv raspicam exiv2 libav uswitch nfs-utils gdal"
|
|
||||||
cfg_modules="$cfg_modules ftdi_sio"
|
|
||||||
cfg_target_linux_dtb='arch/arm/boot/dts/am335x-lauv-aux.dtb'
|
|
||||||
cfg_storage_dir=/opt/lsts/dune/log
|
|
||||||
cfg_storage_host=10.0.20.105
|
|
||||||
cfg_storage_paths=/opt/lsts/dune/log
|
|
||||||
cfg_storage_timeout=30
|
|
||||||
cfg_ptpd_interface='eth0'
|
|
||||||
cfg_terminal='ttyAMA0'
|
|
@@ -1,7 +1,7 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
###########################################################################
|
###########################################################################
|
||||||
# GLUED: GNU/Linux Uniform Environment Distribution #
|
# GLUED: GNU/Linux Uniform Environment Distribution #
|
||||||
# Copyright (C) 2007-2019 Universidade do Porto - Faculdade de Engenharia #
|
# Copyright (C) 2007-2017 Universidade do Porto - Faculdade de Engenharia #
|
||||||
# Laboratório de Sistemas e Tecnologia Subaquática (LSTS) #
|
# Laboratório de Sistemas e Tecnologia Subaquática (LSTS) #
|
||||||
###########################################################################
|
###########################################################################
|
||||||
# This program is free software; you can redistribute it and/or modify #
|
# This program is free software; you can redistribute it and/or modify #
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
###########################################################################
|
###########################################################################
|
||||||
# GLUED: GNU/Linux Uniform Environment Distribution #
|
# GLUED: GNU/Linux Uniform Environment Distribution #
|
||||||
# Copyright (C) 2007-2019 Universidade do Porto - Faculdade de Engenharia #
|
# Copyright (C) 2007-2017 Universidade do Porto - Faculdade de Engenharia #
|
||||||
# Laboratório de Sistemas e Tecnologia Subaquática (LSTS) #
|
# Laboratório de Sistemas e Tecnologia Subaquática (LSTS) #
|
||||||
###########################################################################
|
###########################################################################
|
||||||
# This program is free software; you can redistribute it and/or modify #
|
# This program is free software; you can redistribute it and/or modify #
|
||||||
|
Reference in New Issue
Block a user