diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5953b33f..731a97c4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,11 +5,5 @@ # SPDX-License-Identifier: BSD-2-Clause-Patent ## -* @ZigFisher -* @p0i5k -* @cronyx -* @dimerr -* @widgetii -* @themactep -* @FlyRouter - +* @widgetii @dimerr @FlyRouter +docs/* @cronyx @p0i5k @themactep @ZigFisher diff --git a/general/overlay/etc/network/interfaces.d/eth0:1 b/general/overlay/etc/network/interfaces.d/eth0:1 index 5b077a87..245f1a1b 100644 --- a/general/overlay/etc/network/interfaces.d/eth0:1 +++ b/general/overlay/etc/network/interfaces.d/eth0:1 @@ -1,5 +1,4 @@ -manual eth0:1 iface eth0:1 inet static address $(fw_printenv -n ipaddr || echo 192.168.1.10) netmask 255.255.255.0 diff --git a/general/overlay/etc/network/interfaces.d/eth2 b/general/overlay/etc/network/interfaces.d/eth2 index 19a53541..a99f16e0 100644 --- a/general/overlay/etc/network/interfaces.d/eth2 +++ b/general/overlay/etc/network/interfaces.d/eth2 @@ -1,5 +1,4 @@ -manual eth2 iface eth2 inet dhcp pre-up wifi xm711 pre-up wpa_passphrase "SSID" "password" >/tmp/wpa_supplicant.conf diff --git a/general/overlay/etc/network/interfaces.d/ppp0 b/general/overlay/etc/network/interfaces.d/ppp0 index 8f3ff760..877f8add 100644 --- a/general/overlay/etc/network/interfaces.d/ppp0 +++ b/general/overlay/etc/network/interfaces.d/ppp0 @@ -1,5 +1,4 @@ -manual ppp0 iface ppp0 inet ppp pre-up echo 61 > /sys/class/gpio/export pre-up echo out > /sys/class/gpio/gpio61/direction diff --git a/general/overlay/etc/network/interfaces.d/usb0 b/general/overlay/etc/network/interfaces.d/usb0 index b7486141..806c370c 100644 --- a/general/overlay/etc/network/interfaces.d/usb0 +++ b/general/overlay/etc/network/interfaces.d/usb0 @@ -1,5 +1,4 @@ -manual usb0 iface usb0 inet dhcp pre-up echo 9 > /sys/class/gpio/export pre-up echo out > /sys/class/gpio/gpio9/direction diff --git a/general/package/busybox/busybox.config b/general/package/busybox/busybox.config index f17a882f..f0af02d6 100644 --- a/general/package/busybox/busybox.config +++ b/general/package/busybox/busybox.config @@ -815,7 +815,7 @@ CONFIG_PARTPROBE=y CONFIG_RNGD=y # CONFIG_FEATURE_RNGD_LONG_OPTIONS is not set CONFIG_RUNLEVEL=y -# CONFIG_RX is not set +CONFIG_RX=y CONFIG_SETFATTR=y CONFIG_SETSERIAL=y CONFIG_STRINGS=y