Peter Šurda PeterSurda
  • Joined on 2020-04-27
PeterSurda pushed to replace-openssh-with-dropbear at PeterSurda/openwrt 2023-02-23 11:27:53 +01:00
640240de27 Replace opessh-server with dropbear
PeterSurda pushed to replace-openssh-with-dropbear at PeterSurda/openwrt 2023-02-23 08:30:38 +01:00
5c79f3da22 Replace opessh-server with dropbear
PeterSurda created pull request Sysdeploy/openwrt#25 2023-02-23 06:25:05 +01:00
Replace opessh-server with dropbear
PeterSurda created branch replace-openssh-with-dropbear in PeterSurda/openwrt 2023-02-23 06:23:35 +01:00
PeterSurda pushed to replace-openssh-with-dropbear at PeterSurda/openwrt 2023-02-23 06:23:35 +01:00
ce6796f3e8 Replace opessh-server with dropbear
PeterSurda commented on pull request Sysdeploy/openwrt#3 2023-02-23 06:12:24 +01:00
Adding files

Maybe you can then download the RaspiOS image, it's vfat + ext4 so you can easily mount it and check the files on its filesystem.

PeterSurda commented on pull request Sysdeploy/openwrt#3 2023-02-23 06:11:06 +01:00
Adding files

On RaspiOS the RTC on the CM4 IO board works out of the box. I also do most of the openwrt tests on this board. The RTC should be identical do the "dualeth" box, it's also the one with higher…

PeterSurda commented on pull request Sysdeploy/openwrt#23 2023-02-23 06:08:40 +01:00
Add ansible-core to python3-packages

This looks like too much work, maybe then get rid of this, I'll push instead and try to automate initial wireguard provisioning.

PeterSurda merged pull request Sysdeploy/openwrt#24 2023-02-23 06:07:27 +01:00
Remove adguard and DoH
PeterSurda pushed to main at Sysdeploy/openwrt 2023-02-23 06:07:27 +01:00
1e60f1fd33 Remove adguard and DoH
PeterSurda commented on pull request Sysdeploy/openwrt#24 2023-02-23 06:07:22 +01:00
Remove adguard and DoH

works and NTP fixed.

PeterSurda commented on pull request Sysdeploy/openwrt#3 2023-02-23 05:15:31 +01:00
Adding files

Still no files in /boot/overlays. However the driver now seems loaded, except other drivers are missing: i2c_mux, i2c_mux_pinctrl, rtc_pcf85063.

Also the config.txt files are incorrect,…

PeterSurda created pull request Sysdeploy/openwrt#24 2023-02-23 04:22:55 +01:00
Remove adguard and DoH
PeterSurda created branch remove-adguard-doh in PeterSurda/openwrt 2023-02-23 04:22:16 +01:00
PeterSurda pushed to remove-adguard-doh at PeterSurda/openwrt 2023-02-23 04:22:16 +01:00
1e60f1fd33 Remove adguard and DoH
44c6ed93c4 Set a custom uci option to determine applied defaults
68196ebf44 Trying to make uci network configuration one time
Compare 3 commits »
PeterSurda commented on pull request Sysdeploy/openwrt#23 2023-02-22 12:41:18 +01:00
Add ansible-core to python3-packages

Ok it's a step further now. Both ansible and cherrypy are installed but I'm getting an error running openwrt.

ERROR! module 'git' not found.

I tried both git@ and https:// URLs.

PeterSurda commented on pull request Sysdeploy/openwrt#23 2023-02-22 05:55:23 +01:00
Add ansible-core to python3-packages

I wouldn't mind just having the target software installed, but the problem is, the machine may not be reachable from the outside via ssh before wireguard is provisioned and I may be stuck without…

PeterSurda commented on pull request Sysdeploy/openwrt#23 2023-02-22 04:52:20 +01:00
Add ansible-core to python3-packages

Maybe we can try to use https://github.com/gekmihesg/ansible-openwrt instead of full ansible and then wrap it into a script that does git pull?

I started learning a situation with the…

PeterSurda commented on pull request Sysdeploy/openwrt#3 2023-02-22 04:48:04 +01:00
Adding files

I think maybe you need to add the list of dtbos here: ${OPENWRT_TARGET}/${OPENWRT_DEVICE}/arch/arm64/boot/dts/overlays/Makefile

Maybe you can work around it somehow like:

make image…
PeterSurda commented on pull request Sysdeploy/openwrt#23 2023-02-22 02:22:22 +01:00
Add ansible-core to python3-packages

Maybe we can try to use https://github.com/gekmihesg/ansible-openwrt instead of full ansible and then wrap it into a script that does git pull?