瀏覽代碼

untar archive

orbitzs 4 年之前
父節點
當前提交
6b5f0cef89
共有 39 個文件被更改,包括 714 次插入0 次删除
  1. 二進制
      1900acs/openwrt/2022-02/backup-OpenWrt-2022-02-16.tar
  2. 二進制
      1900acs/openwrt/2022-02/backup-OpenWrt-2022-02-16.tar.gz
  3. 27 0
      1900acs/openwrt/2022-02/etc/config/ddns
  4. 48 0
      1900acs/openwrt/2022-02/etc/config/dhcp
  5. 5 0
      1900acs/openwrt/2022-02/etc/config/dropbear
  6. 101 0
      1900acs/openwrt/2022-02/etc/config/firewall
  7. 8 0
      1900acs/openwrt/2022-02/etc/config/fstab
  8. 39 0
      1900acs/openwrt/2022-02/etc/config/luci
  9. 74 0
      1900acs/openwrt/2022-02/etc/config/network
  10. 10 0
      1900acs/openwrt/2022-02/etc/config/rpcd
  11. 42 0
      1900acs/openwrt/2022-02/etc/config/system
  12. 7 0
      1900acs/openwrt/2022-02/etc/config/ubootenv
  13. 56 0
      1900acs/openwrt/2022-02/etc/config/ucitrack
  14. 143 0
      1900acs/openwrt/2022-02/etc/config/uhttpd
  15. 32 0
      1900acs/openwrt/2022-02/etc/config/wireless
  16. 二進制
      1900acs/openwrt/2022-02/etc/dropbear/dropbear_rsa_host_key
  17. 1 0
      1900acs/openwrt/2022-02/etc/fw_env.config
  18. 12 0
      1900acs/openwrt/2022-02/etc/group
  19. 5 0
      1900acs/openwrt/2022-02/etc/hosts
  20. 3 0
      1900acs/openwrt/2022-02/etc/inittab
  21. 0 0
      1900acs/openwrt/2022-02/etc/luci-uploads/.placeholder
  22. 2 0
      1900acs/openwrt/2022-02/etc/opkg/keys/0b26f36ae0f4106d
  23. 2 0
      1900acs/openwrt/2022-02/etc/opkg/keys/1035ac73cc4e59e3
  24. 2 0
      1900acs/openwrt/2022-02/etc/opkg/keys/5151f69420c3f508
  25. 2 0
      1900acs/openwrt/2022-02/etc/opkg/keys/72a57f2191b211e0
  26. 2 0
      1900acs/openwrt/2022-02/etc/opkg/keys/792d9d9b39f180dc
  27. 2 0
      1900acs/openwrt/2022-02/etc/opkg/keys/9ef4694208102c43
  28. 2 0
      1900acs/openwrt/2022-02/etc/opkg/keys/b2d571e0880ff617
  29. 2 0
      1900acs/openwrt/2022-02/etc/opkg/keys/b5043e70f9a75cde
  30. 2 0
      1900acs/openwrt/2022-02/etc/opkg/keys/c10b9afab19ee428
  31. 2 0
      1900acs/openwrt/2022-02/etc/opkg/keys/dace9d4df16896bf
  32. 2 0
      1900acs/openwrt/2022-02/etc/opkg/keys/dd6de0d06bbd3d85
  33. 2 0
      1900acs/openwrt/2022-02/etc/opkg/keys/f94b9dd6febac963
  34. 6 0
      1900acs/openwrt/2022-02/etc/passwd
  35. 59 0
      1900acs/openwrt/2022-02/etc/profile
  36. 4 0
      1900acs/openwrt/2022-02/etc/rc.local
  37. 6 0
      1900acs/openwrt/2022-02/etc/shadow
  38. 1 0
      1900acs/openwrt/2022-02/etc/shells
  39. 1 0
      1900acs/openwrt/2022-02/etc/sysctl.conf

二進制
1900acs/openwrt/2022-02/backup-OpenWrt-2022-02-16.tar


二進制
1900acs/openwrt/2022-02/backup-OpenWrt-2022-02-16.tar.gz


+ 27 - 0
1900acs/openwrt/2022-02/etc/config/ddns

@@ -0,0 +1,27 @@
+
+config ddns 'global'
+	option ddns_dateformat '%F %R'
+	option ddns_loglines '250'
+	option upd_privateip '0'
+
+config service 'myddns_ipv4'
+	option lookup_host 'yourhost.example.com'
+	option domain 'yourhost.example.com'
+	option username 'your_username'
+	option password 'your_password'
+	option interface 'wan'
+	option ip_source 'network'
+	option ip_network 'wan'
+	option service_name 'dyn.com'
+
+config service 'myddns_ipv6'
+	option update_url 'http://[USERNAME]:[PASSWORD]@your.provider.net/nic/update?hostname=[DOMAIN]&myip=[IP]'
+	option lookup_host 'yourhost.example.com'
+	option domain 'yourhost.example.com'
+	option username 'your_username'
+	option password 'your_password'
+	option use_ipv6 '1'
+	option interface 'wan6'
+	option ip_source 'network'
+	option ip_network 'wan6'
+

+ 48 - 0
1900acs/openwrt/2022-02/etc/config/dhcp

@@ -0,0 +1,48 @@
+
+config dnsmasq
+	option domainneeded '1'
+	option boguspriv '1'
+	option filterwin2k '0'
+	option localise_queries '1'
+	option rebind_protection '1'
+	option rebind_localhost '1'
+	option local '/lan/'
+	option domain 'lan'
+	option expandhosts '1'
+	option nonegcache '0'
+	option authoritative '1'
+	option readethers '1'
+	option leasefile '/tmp/dhcp.leases'
+	option resolvfile '/tmp/resolv.conf.auto'
+	option nonwildcard '1'
+	option localservice '1'
+
+config dhcp 'lan'
+	option interface 'lan'
+	option dhcpv6 'server'
+	option ra 'server'
+	option ra_management '1'
+	option ignore '1'
+
+config dhcp 'wan'
+	option interface 'wan'
+	option ignore '1'
+
+config odhcpd 'odhcpd'
+	option maindhcp '0'
+	option leasefile '/tmp/hosts/odhcpd'
+	option leasetrigger '/usr/sbin/odhcpd-update'
+	option loglevel '4'
+
+config dhcp 'LAN6'
+	option leasetime '12h'
+	option interface 'LAN6'
+	option start '20'
+	option limit '60'
+
+config dhcp 'VLAN7'
+	option interface 'VLAN7'
+	option start '100'
+	option leasetime '12h'
+	option limit '150'
+

+ 5 - 0
1900acs/openwrt/2022-02/etc/config/dropbear

@@ -0,0 +1,5 @@
+config dropbear
+	option PasswordAuth 'on'
+	option RootPasswordAuth 'on'
+	option Port         '22'
+#	option BannerFile   '/etc/banner'

+ 101 - 0
1900acs/openwrt/2022-02/etc/config/firewall

@@ -0,0 +1,101 @@
+
+config defaults
+	option input 'ACCEPT'
+	option output 'ACCEPT'
+	option forward 'REJECT'
+	option synflood_protect '1'
+
+config zone
+	option name 'lan'
+	option input 'ACCEPT'
+	option output 'ACCEPT'
+	option forward 'ACCEPT'
+	option network 'lan'
+
+config zone
+	option name 'wan'
+	option input 'REJECT'
+	option output 'ACCEPT'
+	option forward 'REJECT'
+	option masq '1'
+	option mtu_fix '1'
+	option network 'wan wan6'
+
+config forwarding
+	option src 'lan'
+	option dest 'wan'
+
+config rule
+	option name 'Allow-ICMPv6-Forward'
+	option src 'wan'
+	option dest '*'
+	option proto 'icmp'
+	list icmp_type 'echo-request'
+	list icmp_type 'echo-reply'
+	list icmp_type 'destination-unreachable'
+	list icmp_type 'packet-too-big'
+	list icmp_type 'time-exceeded'
+	list icmp_type 'bad-header'
+	list icmp_type 'unknown-header-type'
+	option limit '1000/sec'
+	option family 'ipv6'
+	option target 'ACCEPT'
+
+config rule
+	option name 'Allow-IPSec-ESP'
+	option src 'wan'
+	option dest 'lan'
+	option proto 'esp'
+	option target 'ACCEPT'
+
+config rule
+	option name 'Allow-ISAKMP'
+	option src 'wan'
+	option dest 'lan'
+	option dest_port '500'
+	option proto 'udp'
+	option target 'ACCEPT'
+
+config include
+	option path '/etc/firewall.user'
+
+config zone
+	option name 'lan6v'
+	option input 'ACCEPT'
+	option network 'LAN6'
+	option output 'ACCEPT'
+	option forward 'ACCEPT'
+
+config forwarding
+	option dest 'lan'
+	option src 'lan6v'
+
+config zone
+	option name 'lanv6wan'
+	option input 'ACCEPT'
+	option forward 'ACCEPT'
+	option network 'LAN6'
+	option output 'ACCEPT'
+
+config forwarding
+	option dest 'wan'
+	option src 'lanv6wan'
+
+config zone
+	option name 'lanlan6v'
+	option input 'ACCEPT'
+	option forward 'ACCEPT'
+	option network 'lan'
+	option output 'ACCEPT'
+
+config forwarding
+	option dest 'lan6v'
+	option src 'lanlan6v'
+
+config zone
+	option name 'VLAN7'
+	option input 'ACCEPT'
+	option forward 'ACCEPT'
+	option network 'VLAN7'
+	option output 'ACCEPT'
+

+ 8 - 0
1900acs/openwrt/2022-02/etc/config/fstab

@@ -0,0 +1,8 @@
+config 'global'
+	option	anon_swap	'0'
+	option	anon_mount	'0'
+	option	auto_swap	'1'
+	option	auto_mount	'1'
+	option	delay_root	'5'
+	option	check_fs	'0'
+

+ 39 - 0
1900acs/openwrt/2022-02/etc/config/luci

@@ -0,0 +1,39 @@
+
+config core 'main'
+	option lang 'auto'
+	option mediaurlbase '/luci-static/bootstrap'
+	option resourcebase '/luci-static/resources'
+	option ubuspath '/ubus/'
+
+config extern 'flash_keep'
+	option uci '/etc/config/'
+	option dropbear '/etc/dropbear/'
+	option openvpn '/etc/openvpn/'
+	option passwd '/etc/passwd'
+	option opkg '/etc/opkg.conf'
+	option firewall '/etc/firewall.user'
+	option uploads '/lib/uci/upload/'
+
+config internal 'languages'
+
+config internal 'sauth'
+	option sessionpath '/tmp/luci-sessions'
+	option sessiontime '3600'
+
+config internal 'ccache'
+	option enable '1'
+
+config internal 'themes'
+	option Bootstrap '/luci-static/bootstrap'
+
+config internal 'apply'
+	option rollback '90'
+	option holdoff '4'
+	option timeout '5'
+	option display '1.5'
+
+config internal 'diag'
+	option dns 'openwrt.org'
+	option ping 'openwrt.org'
+	option route 'openwrt.org'
+

+ 74 - 0
1900acs/openwrt/2022-02/etc/config/network

@@ -0,0 +1,74 @@
+
+config interface 'loopback'
+	option ifname 'lo'
+	option proto 'static'
+	option ipaddr '127.0.0.1'
+	option netmask '255.0.0.0'
+
+config globals 'globals'
+	option ula_prefix 'fdf2:098e:ec1d::/48'
+
+config interface 'lan'
+	option type 'bridge'
+	option proto 'static'
+	option netmask '255.255.255.0'
+	option ip6assign '60'
+	option ipaddr '192.168.1.188'
+	option ifname 'eth0.1'
+
+config interface 'wan'
+	option ifname 'eth1.2'
+	option proto 'dhcp'
+
+config interface 'wan6'
+	option ifname 'eth1.2'
+	option proto 'dhcpv6'
+
+config switch
+	option name 'switch0'
+	option reset '1'
+	option enable_vlan '1'
+
+config switch_vlan
+	option device 'switch0'
+	option vlan '1'
+	option vid '1'
+	option ports '0t 1 5t'
+
+config switch_vlan
+	option device 'switch0'
+	option vlan '2'
+	option vid '2'
+	option ports '4 6t'
+
+config switch_vlan
+	option device 'switch0'
+	option vlan '3'
+	option vid '6'
+	option ports '0t 5t'
+
+config interface 'LAN6'
+	option ifname 'eth0.6'
+	option proto 'static'
+	option ipaddr '192.168.6.1'
+	option netmask '255.255.255.0'
+	option type 'bridge'
+
+config route
+	option target '192.168.1.0'
+	option gateway '192.168.1.1'
+	option netmask '255.255.255.0'
+	option interface 'lan'
+
+config switch_vlan
+	option device 'switch0'
+	option vlan '4'
+	option vid '7'
+	option ports '0t 3 5t'
+
+config interface 'VLAN7'
+	option ifname 'eth0.7'
+	option delegate '0'
+	option auto '0'
+	option proto 'static'
+

+ 10 - 0
1900acs/openwrt/2022-02/etc/config/rpcd

@@ -0,0 +1,10 @@
+config rpcd
+	option socket /var/run/ubus.sock
+	option timeout 30
+
+config login
+	option username 'root'
+	option password '$p$root'
+	list read '*'
+	list write '*'
+

+ 42 - 0
1900acs/openwrt/2022-02/etc/config/system

@@ -0,0 +1,42 @@
+
+config system
+	option hostname 'OpenWrt'
+	option timezone 'UTC'
+	option ttylogin '0'
+	option log_size '64'
+	option urandom_seed '0'
+
+config timeserver 'ntp'
+	option enabled '1'
+	option enable_server '0'
+	list server '0.openwrt.pool.ntp.org'
+	list server '1.openwrt.pool.ntp.org'
+	list server '2.openwrt.pool.ntp.org'
+	list server '3.openwrt.pool.ntp.org'
+
+config led 'led_wan'
+	option name 'WAN'
+	option sysfs 'pca963x:cobra:white:wan'
+	option trigger 'netdev'
+	option mode 'link tx rx'
+	option dev 'eth1'
+
+config led 'led_usb1'
+	option name 'USB 1'
+	option sysfs 'pca963x:cobra:white:usb2'
+	option trigger 'usbport'
+	list port 'usb1-port1'
+
+config led 'led_usb2'
+	option name 'USB 2'
+	option sysfs 'pca963x:cobra:white:usb3_1'
+	option trigger 'usbport'
+	list port 'usb2-port1'
+	list port 'usb3-port1'
+
+config led 'led_usb2_ss'
+	option name 'USB 2 SS'
+	option sysfs 'pca963x:cobra:white:usb3_2'
+	option trigger 'usbport'
+	list port 'usb3-port1'
+

+ 7 - 0
1900acs/openwrt/2022-02/etc/config/ubootenv

@@ -0,0 +1,7 @@
+
+config ubootenv
+	option dev '/dev/mtd1'
+	option offset '0x0'
+	option envsize '0x20000'
+	option secsize '0x40000'
+

+ 56 - 0
1900acs/openwrt/2022-02/etc/config/ucitrack

@@ -0,0 +1,56 @@
+config network
+	option init network
+	list affects dhcp
+	list affects radvd
+
+config wireless
+	list affects network
+
+config firewall
+	option init firewall
+	list affects luci-splash
+	list affects qos
+	list affects miniupnpd
+
+config olsr
+	option init olsrd
+
+config dhcp
+	option init dnsmasq
+	list affects odhcpd
+
+config odhcpd
+	option init odhcpd
+
+config dropbear
+	option init dropbear
+
+config httpd
+	option init httpd
+
+config fstab
+	option exec '/sbin/block mount'
+
+config qos
+	option init qos
+
+config system
+	option init led
+	option exec '/etc/init.d/log reload'
+	list affects luci_statistics
+	list affects dhcp
+
+config luci_splash
+	option init luci_splash
+
+config upnpd
+	option init miniupnpd
+
+config ntpclient
+	option init ntpclient
+
+config samba
+	option init samba
+
+config tinyproxy
+	option init tinyproxy

+ 143 - 0
1900acs/openwrt/2022-02/etc/config/uhttpd

@@ -0,0 +1,143 @@
+# Server configuration
+config uhttpd main
+
+	# HTTP listen addresses, multiple allowed
+	list listen_http	0.0.0.0:80
+	list listen_http	[::]:80
+
+	# HTTPS listen addresses, multiple allowed
+	list listen_https	0.0.0.0:443
+	list listen_https	[::]:443
+
+	# Redirect HTTP requests to HTTPS if possible
+	option redirect_https	1
+
+	# Server document root
+	option home		/www
+
+	# Reject requests from RFC1918 IP addresses
+	# directed to the servers public IP(s).
+	# This is a DNS rebinding countermeasure.
+	option rfc1918_filter 1
+
+	# Maximum number of concurrent requests.
+	# If this number is exceeded, further requests are
+	# queued until the number of running requests drops
+	# below the limit again.
+	option max_requests 3
+
+	# Maximum number of concurrent connections.
+	# If this number is exceeded, further TCP connection
+	# attempts are queued until the number of active
+	# connections drops below the limit again.
+	option max_connections 100
+
+	# Certificate and private key for HTTPS.
+	# If no listen_https addresses are given,
+	# the key options are ignored.
+	option cert		/etc/uhttpd.crt
+	option key		/etc/uhttpd.key
+
+	# CGI url prefix, will be searched in docroot.
+	# Default is /cgi-bin
+	option cgi_prefix	/cgi-bin
+
+	# List of extension->interpreter mappings.
+	# Files with an associated interpreter can
+	# be called outside of the CGI prefix and do
+	# not need to be executable.
+#	list interpreter	".php=/usr/bin/php-cgi"
+#	list interpreter	".cgi=/usr/bin/perl"
+
+	# List of prefix->Lua handler mappings.
+	# Any request to an URL beneath the prefix
+	# will be dispatched to the associated Lua
+	# handler script. Lua support is disabled when
+	# no handler mappings are specified. Lua prefix
+	# matches have precedence over the CGI prefix.
+	list lua_prefix		"/cgi-bin/luci=/usr/lib/lua/luci/sgi/uhttpd.lua"
+
+	# Specify the ubus-rpc prefix and socket path.
+#	option ubus_prefix	/ubus
+#	option ubus_socket	/var/run/ubus.sock
+
+	# CGI/Lua timeout, if the called script does not
+	# write data within the given amount of seconds,
+	# the server will terminate the request with
+	# 504 Gateway Timeout response.
+	option script_timeout	60
+
+	# Network timeout, if the current connection is
+	# blocked for the specified amount of seconds,
+	# the server will terminate the associated
+	# request process.
+	option network_timeout	30
+
+	# HTTP Keep-Alive, specifies the timeout for persistent
+	# HTTP/1.1 connections. Setting this to 0 will disable
+	# persistent HTTP connections.
+	option http_keepalive	20
+
+	# TCP Keep-Alive, send periodic keep-alive probes
+	# over established connections to detect dead peers.
+	# The value is given in seconds to specify the
+	# interval between subsequent probes.
+	# Setting this to 0 will disable TCP keep-alive.
+	option tcp_keepalive	1
+
+	# Basic auth realm, defaults to local hostname
+#	option realm	OpenWrt
+
+	# Configuration file in busybox httpd format
+#	option config	/etc/httpd.conf
+
+	# Do not follow symlinks that point outside of the
+	# home directory.
+#	option no_symlinks	0
+
+	# Do not produce directory listings but send 403
+	# instead if a client requests an url pointing to
+	# a directory without any index file.
+#	option no_dirlists	0
+
+	# Do not authenticate any ubus-rpc requests against
+	# the ubus session/access procedure.
+	# This is dangerous and should be always left off
+	# except for development and debug purposes!
+#	option no_ubusauth	0
+
+	# For this instance of uhttpd use the listed httpauth
+	# sections to require Basic auth to the specified
+	# resources.
+#	list httpauth prefix_user
+
+
+# Defaults for automatic certificate and key generation
+config cert defaults
+
+	# Validity time
+	option days		730
+
+	# key type: rsa or ec
+	option key_type		rsa
+
+	# RSA key size
+	option bits		2048
+
+	# EC curve name
+	# Curve names vary between mbedtls/px5g and openssl
+	# P-256 or P-384 are guaranteed to work
+	option ec_curve		P-256
+
+	# Location
+	option country		ZZ
+	option state		Somewhere
+	option location		Unknown
+
+	# Common name
+	option commonname	'OpenWrt'
+
+# config httpauth prefix_user
+#	option prefix /protected/url/path
+#	option username user
+#	option password 'plaintext_or_md5_or_$p$user_for_system_user'

+ 32 - 0
1900acs/openwrt/2022-02/etc/config/wireless

@@ -0,0 +1,32 @@
+
+config wifi-device 'radio0'
+	option type 'mac80211'
+	option channel '36'
+	option hwmode '11a'
+	option path 'soc/soc:pcie/pci0000:00/0000:00:01.0/0000:01:00.0'
+	option htmode 'VHT80'
+	option country 'HK'
+
+config wifi-iface 'default_radio0'
+	option device 'radio0'
+	option mode 'ap'
+	option ssid 'hi5ive'
+	option network 'LAN6'
+	option key 'CD1099B42C'
+	option encryption 'psk2'
+
+config wifi-device 'radio1'
+	option type 'mac80211'
+	option channel '11'
+	option hwmode '11g'
+	option path 'soc/soc:pcie/pci0000:00/0000:00:02.0/0000:02:00.0'
+	option htmode 'HT20'
+	option disabled '1'
+
+config wifi-iface 'default_radio1'
+	option device 'radio1'
+	option network 'lan'
+	option mode 'ap'
+	option ssid 'OpenWrt'
+	option encryption 'none'
+

二進制
1900acs/openwrt/2022-02/etc/dropbear/dropbear_rsa_host_key


+ 1 - 0
1900acs/openwrt/2022-02/etc/fw_env.config

@@ -0,0 +1 @@
+/dev/mtd1 0x0 0x20000 0x40000 

+ 12 - 0
1900acs/openwrt/2022-02/etc/group

@@ -0,0 +1,12 @@
+root:x:0:
+daemon:x:1:
+adm:x:4:
+mail:x:8:
+dialout:x:20:
+audio:x:29:
+www-data:x:33:
+ftp:x:55:
+users:x:100:
+network:x:101:
+nogroup:x:65534:
+dnsmasq:x:453:dnsmasq

+ 5 - 0
1900acs/openwrt/2022-02/etc/hosts

@@ -0,0 +1,5 @@
+127.0.0.1 localhost
+
+::1     localhost ip6-localhost ip6-loopback
+ff02::1 ip6-allnodes
+ff02::2 ip6-allrouters

+ 3 - 0
1900acs/openwrt/2022-02/etc/inittab

@@ -0,0 +1,3 @@
+::sysinit:/etc/init.d/rcS S boot
+::shutdown:/etc/init.d/rcS K shutdown
+::askconsole:/usr/libexec/login.sh

+ 0 - 0
1900acs/openwrt/2022-02/etc/luci-uploads/.placeholder


+ 2 - 0
1900acs/openwrt/2022-02/etc/opkg/keys/0b26f36ae0f4106d

@@ -0,0 +1,2 @@
+untrusted comment: Public usign key of Stijn Tintel
+RWQLJvNq4PQQbSGZ05Az9jXSt/xlw/IfWc6USiB2FHEUoWL7QpMibzv6

+ 2 - 0
1900acs/openwrt/2022-02/etc/opkg/keys/1035ac73cc4e59e3

@@ -0,0 +1,2 @@
+untrusted comment: Public usign key for 18.06 release builds
+RWQQNaxzzE5Z41cVmEh2rilAPKLsyfPKm+S4BJWA1Yv+LP1hKebmGtXi

+ 2 - 0
1900acs/openwrt/2022-02/etc/opkg/keys/5151f69420c3f508

@@ -0,0 +1,2 @@
+untrusted comment: Public usign key of Hans Dedecker
+RWRRUfaUIMP1CAL9wvk3ABBHdUM+3SjMvIuJlK68b3b04Pw3wiaiAfxX

+ 2 - 0
1900acs/openwrt/2022-02/etc/opkg/keys/72a57f2191b211e0

@@ -0,0 +1,2 @@
+untrusted comment: Public usign key of Jo-Philipp Wich
+RWRypX8hkbIR4FLhtx5pjXcAIsI1iPUIcI5bMG8jZoiCkrwTstECBPqL

+ 2 - 0
1900acs/openwrt/2022-02/etc/opkg/keys/792d9d9b39f180dc

@@ -0,0 +1,2 @@
+untrusted comment: Public usign key for 17.01 "Reboot" release builds
+RWR5LZ2bOfGA3FGliZosEDhodiAKDOISmQs/mmjo4rhcbFtqkibJqMzo

+ 2 - 0
1900acs/openwrt/2022-02/etc/opkg/keys/9ef4694208102c43

@@ -0,0 +1,2 @@
+untrusted comment: Public usign key of Álvaro Fernández Rojas
+RWSe9GlCCBAsQwI5+wztnWKHfBlvPFP2G00FvZyx+Wfv9AwSViUwo/s2

+ 2 - 0
1900acs/openwrt/2022-02/etc/opkg/keys/b2d571e0880ff617

@@ -0,0 +1,2 @@
+untrusted comment: Public usign key of Hauke Mehrtens
+RWSy1XHgiA/2F8nrQOTCa0aRCJzueqmDRzhxuwBJuC++Btb37yr7FKG0

+ 2 - 0
1900acs/openwrt/2022-02/etc/opkg/keys/b5043e70f9a75cde

@@ -0,0 +1,2 @@
+untrusted comment: Public usign key for unattended snapshot builds
+RWS1BD5w+adc3j2Hqg9+b66CvLR7NlHbsj7wjNVj0XGt/othDgIAOJS+

+ 2 - 0
1900acs/openwrt/2022-02/etc/opkg/keys/c10b9afab19ee428

@@ -0,0 +1,2 @@
+untrusted comment: Public usign key of Alexander Couzens
+RWTBC5r6sZ7kKA/C5VnxUbJw5E0vy3MGo3MP2eXCQlgg65+2si4MKBnf

+ 2 - 0
1900acs/openwrt/2022-02/etc/opkg/keys/dace9d4df16896bf

@@ -0,0 +1,2 @@
+untrusted comment: Public usign key of Ted Hess
+RWTazp1N8WiWvy7rYxstJqaMzGiS4XfW1oyYrk2vwJMRBeBF+8xEA+EZ

+ 2 - 0
1900acs/openwrt/2022-02/etc/opkg/keys/dd6de0d06bbd3d85

@@ -0,0 +1,2 @@
+untrusted comment: Public usign key of John Crispin
+RWTdbeDQa709heyMmwDZjWmlhcTCUv/q+3TBYDPdJAGRuys6xcxE09fp

+ 2 - 0
1900acs/openwrt/2022-02/etc/opkg/keys/f94b9dd6febac963

@@ -0,0 +1,2 @@
+OpenWrt 19.07 release signature
+RWT5S53W/rrJY9BiIod3JF04AZ/eU1xDpVOb+rjZzAQBEcoETGx8BXEK

+ 6 - 0
1900acs/openwrt/2022-02/etc/passwd

@@ -0,0 +1,6 @@
+root:x:0:0:root:/root:/bin/ash
+daemon:*:1:1:daemon:/var:/bin/false
+ftp:*:55:55:ftp:/home/ftp:/bin/false
+network:*:101:101:network:/var:/bin/false
+nobody:*:65534:65534:nobody:/var:/bin/false
+dnsmasq:x:453:453:dnsmasq:/var/run/dnsmasq:/bin/false

+ 59 - 0
1900acs/openwrt/2022-02/etc/profile

@@ -0,0 +1,59 @@
+#!/bin/sh
+[ -e /tmp/.failsafe ] && export FAILSAFE=1
+
+[ -f /etc/banner ] && cat /etc/banner
+[ -n "$FAILSAFE" ] && cat /etc/banner.failsafe
+
+fgrep -sq '/ overlay ro,' /proc/mounts && {
+	echo 'Your JFFS2-partition seems full and overlayfs is mounted read-only.'
+	echo 'Please try to remove files from /overlay/upper/... and reboot!'
+}
+
+export PATH="/usr/sbin:/usr/bin:/sbin:/bin"
+export HOME=$(grep -e "^${USER:-root}:" /etc/passwd | cut -d ":" -f 6)
+export HOME=${HOME:-/root}
+export PS1='\u@\h:\w\$ '
+
+case "$TERM" in
+	xterm*|rxvt*)
+		export PS1='\[\e]0;\u@\h: \w\a\]'$PS1
+		;;
+esac
+
+[ -x /bin/more ] || alias more=less
+[ -x /usr/bin/vim ] && alias vi=vim || alias vim=vi
+
+alias ll='ls -alF --color=auto'
+
+[ -z "$KSH_VERSION" -o \! -s /etc/mkshrc ] || . /etc/mkshrc
+
+[ -x /usr/bin/arp -o -x /sbin/arp ] || arp() { cat /proc/net/arp; }
+[ -x /usr/bin/ldd ] || ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }
+
+[ -n "$FAILSAFE" ] || {
+	for FILE in /etc/profile.d/*.sh; do
+		[ -e "$FILE" ] && . "$FILE"
+	done
+	unset FILE
+}
+
+if ( grep -qs '^root::' /etc/shadow && \
+     [ -z "$FAILSAFE" ] )
+then
+cat << EOF
+=== WARNING! =====================================
+There is no root password defined on this device!
+Use the "passwd" command to set up a new password
+in order to prevent unauthorized SSH logins.
+--------------------------------------------------
+EOF
+fi
+
+service() {
+	[ -f "/etc/init.d/$1" ] || {
+		echo "service "'"'"$1"'"'" not found, the following services are available:"
+		ls "/etc/init.d"
+		return 1
+	}
+	/etc/init.d/$@
+}

+ 4 - 0
1900acs/openwrt/2022-02/etc/rc.local

@@ -0,0 +1,4 @@
+# Put your custom commands here that should be executed once
+# the system init finished. By default this file does nothing.
+
+exit 0

+ 6 - 0
1900acs/openwrt/2022-02/etc/shadow

@@ -0,0 +1,6 @@
+root:$1$GwmqgP4I$DDdGHr8YNween0bhdJqPd.:18779:0:99999:7:::
+daemon:*:0:0:99999:7:::
+ftp:*:0:0:99999:7:::
+network:*:0:0:99999:7:::
+nobody:*:0:0:99999:7:::
+dnsmasq:x:0:0:99999:7:::

+ 1 - 0
1900acs/openwrt/2022-02/etc/shells

@@ -0,0 +1 @@
+/bin/ash

+ 1 - 0
1900acs/openwrt/2022-02/etc/sysctl.conf

@@ -0,0 +1 @@
+# Defaults are configured in /etc/sysctl.d/* and can be customized in this file