[BUSYBOX] Add rx applet, [NETWORK] Remove manual prefixes, Sync CODEOWNERS file (#488)

Co-authored-by: Igor Zalatov (from Citadel PC) <flyrouter@gmail.com>
pull/489/head
Signor Pellegrino 2022-09-25 18:04:25 +03:00 committed by GitHub
parent 6ce58467c0
commit 795f3a20db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 3 additions and 13 deletions

10
.github/CODEOWNERS vendored
View File

@ -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

View File

@ -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

View File

@ -1,5 +1,4 @@
manual eth2
iface eth2 inet dhcp
pre-up wifi xm711
pre-up wpa_passphrase "SSID" "password" >/tmp/wpa_supplicant.conf

View File

@ -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

View File

@ -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

View File

@ -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