Commit Graph

10 Commits

Author SHA1 Message Date
Peter Šurda 5f8faea941
Add docker config
buildbot/multibuild_parent Build done. Details
buildbot/travis_bionic Build done. Details
buildbot/job/openwrt Build done. Details
2023-10-26 13:13:43 +08:00
Lee Miller 45a1c1d736
Make a separate image for waveshare
buildbot/multibuild_parent Build done. Details
buildbot/travis_bionic Build done. Details
buildbot/job/openwrt Build done. Details
2023-06-08 03:13:48 +03:00
Lee Miller 92ab2ebe7a
In uci-defaults detect a SATA controller and install needed packages 2023-05-30 23:42:55 +03:00
Peter Šurda ffc564720c
Typo
buildbot/multibuild_parent Build done. Details
buildbot/travis_bionic Build done. Details
buildbot/job/openwrt Build done. Details
- this is self-explanatory, the typo prevented the script from running,
  this script is needed to reconfigure the default network system,
  basically swapping eth0 and eth1, so that eth0 is wan and eth1 is lan.
  This means that if there is only one ethernet interface, it doesn't
  assign it a fixed IP address and start responding to DHCP requests on
  it. It was broken for a long time but I didn't have time to investigate
  until now.
2023-05-23 12:47:00 +08:00
Peter Šurda 7b3a05217c
Refactor and cleanup defaults
- 49-network is now using versioning
- 50-dropbear will make sure dropbear runs even if no version bump
  happened
2023-03-01 08:15:29 +01:00
Peter Šurda 85c081df3d
Replace opessh-server with dropbear
buildbot/multibuild_parent Build done. Details
buildbot/travis_bionic Build done. Details
buildbot/job/openwrt Build done. Details
- apparently dropbear now supports ed25519 keys so openssh isn't
  necessary anymore
2023-02-23 20:44:13 +08:00
Lee Miller 44c6ed93c4
Set a custom uci option to determine applied defaults
buildbot/travis_bionic Build done. Details
buildbot/multibuild_parent Build done. Details
buildbot/job/openwrt Build done. Details
2023-02-16 02:48:26 +02:00
Lee Miller 68196ebf44
Trying to make uci network configuration one time 2023-02-15 03:36:03 +02:00
Peter Šurda 8ebae57e5f
Change network defaults
buildbot/travis_bionic Build done. Details
buildbot/multibuild_parent Build done. Details
buildbot/job/openwrt Build done. Details
- eth0 is WAN, eth1 LAN
- firewall allow incoming SSH
2023-02-14 14:23:41 +08:00
Peter Šurda cd8043f92b
Fix ssh permissions and move ssh defaults file
buildbot/multibuild_parent Build done. Details
buildbot/travis_bionic Build done. Details
buildbot/job/openwrt Build done. Details
2023-02-14 12:08:16 +08:00