From f8b76b167e25d4ec6367ed5cfc81308c64d38435 Mon Sep 17 00:00:00 2001 From: lseys Date: Tue, 8 Aug 2023 11:57:27 +0200 Subject: [PATCH] fix: simplify firmware configuration. test => start, ssh access, emissary-agent, contact emissary server OK --- install/bananapi.mk | 4 ++-- misc/bpi-r3/uci/network | 9 --------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/install/bananapi.mk b/install/bananapi.mk index b49c197..bd0a3fd 100644 --- a/install/bananapi.mk +++ b/install/bananapi.mk @@ -1,5 +1,5 @@ install-bpi-r3-network-config: mkdir -p files/etc/config cp misc/bpi-r3/uci/network files/etc/config/network - cp misc/bpi-r3/uci/wireless files/etc/config/wireless - cp misc/bpi-r3/uci/system files/etc/config/system \ No newline at end of file +# cp misc/bpi-r3/uci/wireless files/etc/config/wireless +# cp misc/bpi-r3/uci/system files/etc/config/system \ No newline at end of file diff --git a/misc/bpi-r3/uci/network b/misc/bpi-r3/uci/network index f975deb..1492e5a 100644 --- a/misc/bpi-r3/uci/network +++ b/misc/bpi-r3/uci/network @@ -5,9 +5,6 @@ config device option ipaddr '127.0.0.1' option netmask '255.0.0.0' -config globals 'globals' - option ula_prefix 'fd78:1aa3:8b15::/48' - config device option name 'br-lan' option type 'bridge' @@ -32,16 +29,10 @@ config device config device option name 'eth1' - option macaddr '96:37:22:3f:67:af' config device option name 'wan' - option macaddr '96:37:22:3f:67:af' config interface 'wan' option device 'br-wan' option proto 'dhcp' - -config interface 'wan6' - option device 'br-wan' - option proto 'dhcpv6' \ No newline at end of file