mirror of https://github.com/OpenIPC/firmware.git
[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
parent
6ce58467c0
commit
795f3a20db
|
@ -5,11 +5,5 @@
|
||||||
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
##
|
##
|
||||||
|
|
||||||
* @ZigFisher
|
* @widgetii @dimerr @FlyRouter
|
||||||
* @p0i5k
|
docs/* @cronyx @p0i5k @themactep @ZigFisher
|
||||||
* @cronyx
|
|
||||||
* @dimerr
|
|
||||||
* @widgetii
|
|
||||||
* @themactep
|
|
||||||
* @FlyRouter
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
|
|
||||||
manual eth0:1
|
|
||||||
iface eth0:1 inet static
|
iface eth0:1 inet static
|
||||||
address $(fw_printenv -n ipaddr || echo 192.168.1.10)
|
address $(fw_printenv -n ipaddr || echo 192.168.1.10)
|
||||||
netmask 255.255.255.0
|
netmask 255.255.255.0
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
|
|
||||||
manual eth2
|
|
||||||
iface eth2 inet dhcp
|
iface eth2 inet dhcp
|
||||||
pre-up wifi xm711
|
pre-up wifi xm711
|
||||||
pre-up wpa_passphrase "SSID" "password" >/tmp/wpa_supplicant.conf
|
pre-up wpa_passphrase "SSID" "password" >/tmp/wpa_supplicant.conf
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
|
|
||||||
manual ppp0
|
|
||||||
iface ppp0 inet ppp
|
iface ppp0 inet ppp
|
||||||
pre-up echo 61 > /sys/class/gpio/export
|
pre-up echo 61 > /sys/class/gpio/export
|
||||||
pre-up echo out > /sys/class/gpio/gpio61/direction
|
pre-up echo out > /sys/class/gpio/gpio61/direction
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
|
|
||||||
manual usb0
|
|
||||||
iface usb0 inet dhcp
|
iface usb0 inet dhcp
|
||||||
pre-up echo 9 > /sys/class/gpio/export
|
pre-up echo 9 > /sys/class/gpio/export
|
||||||
pre-up echo out > /sys/class/gpio/gpio9/direction
|
pre-up echo out > /sys/class/gpio/gpio9/direction
|
||||||
|
|
|
@ -815,7 +815,7 @@ CONFIG_PARTPROBE=y
|
||||||
CONFIG_RNGD=y
|
CONFIG_RNGD=y
|
||||||
# CONFIG_FEATURE_RNGD_LONG_OPTIONS is not set
|
# CONFIG_FEATURE_RNGD_LONG_OPTIONS is not set
|
||||||
CONFIG_RUNLEVEL=y
|
CONFIG_RUNLEVEL=y
|
||||||
# CONFIG_RX is not set
|
CONFIG_RX=y
|
||||||
CONFIG_SETFATTR=y
|
CONFIG_SETFATTR=y
|
||||||
CONFIG_SETSERIAL=y
|
CONFIG_SETSERIAL=y
|
||||||
CONFIG_STRINGS=y
|
CONFIG_STRINGS=y
|
||||||
|
|
Loading…
Reference in New Issue