Peter Šurda PeterSurda
  • Joined on 2020-04-27
PeterSurda commented on pull request Sysdeploy/openwrt#3 2023-05-11 05:27:49 +02:00
Adding files

One of the posters says

The kernel sources are automatically downloaded to the build directory, then the patches in the OpenWrt tree are applied to them. Look in ./target/linux/<your…

PeterSurda commented on pull request Sysdeploy/openwrt#3 2023-05-11 03:40:17 +02:00
Adding files

This post appears to be the opposite problem you're having. The author did build the…

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

How about make kernel_oldconfig?

PeterSurda commented on pull request Sysdeploy/openwrt#3 2023-05-10 05:55:39 +02:00
Adding files

Maybe there is an additional command that needs to be executed to build the kernel / modules?

PeterSurda commented on pull request Sysdeploy/openwrt#3 2023-05-10 02:09:14 +02:00
Adding files

maybe I made a mistake, CONFIG_RTC_DRV_PCF85063 isn't the same as CONFIG_RTC_DRV_PCF8563. I don't know what's the correct procedure in openwrt to compile a kernel module and make a package out of it.

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

I updated the IO board to the latest artifact built from this branch.

  • the config.txt is still unmodified
  • the rtc_pcf8563 driver is present in /lib/modules and auto-loads on…
PeterSurda opened issue Sysdeploy/openwrt#33 2023-04-11 09:59:59 +02:00
Support for Waveshare NAS double deck
PeterSurda pushed to master at Sysdeploy/ipxe_scripts 2023-04-02 02:47:34 +02:00
8ffcfa54be Update IPAX IP addresses
PeterSurda merged pull request Sysdeploy/ipxe_scripts#17 2023-04-02 02:28:59 +02:00
Bump to jammy
PeterSurda pushed to master at Sysdeploy/ipxe_scripts 2023-04-02 02:28:59 +02:00
d4656d0809 Bump to jammy
PeterSurda created pull request Sysdeploy/ipxe_scripts#17 2023-04-02 02:28:44 +02:00
Bump to jammy
PeterSurda commented on pull request Sysdeploy/openwrt#32 2023-03-21 08:00:55 +01:00
Remove DISABLED_SERVICES because dropbear is back in line

I need it off during first boot so that uci-defaults can harden the config.

PeterSurda pushed to kernel-drivers at PeterSurda/openwrt 2023-03-17 03:54:53 +01:00
a0e659e0cf Build performance optimisations
PeterSurda pushed to kernel-drivers at PeterSurda/openwrt 2023-03-16 11:22:27 +01:00
fba3389450 Build performance optimisations
PeterSurda created pull request Sysdeploy/openwrt#30 2023-03-16 11:21:14 +01:00
WIP: Add some kernel drivers
PeterSurda pushed to kernel-drivers at PeterSurda/openwrt 2023-03-16 06:05:00 +01:00
4207ae5e14 Add some kernel drivers
PeterSurda pushed to kernel-drivers at PeterSurda/openwrt 2023-03-16 06:00:08 +01:00
edf3bcd528 Add some kernel drivers
PeterSurda created branch kernel-drivers in PeterSurda/openwrt 2023-03-16 05:57:28 +01:00
PeterSurda pushed to kernel-drivers at PeterSurda/openwrt 2023-03-16 05:57:28 +01:00
a4605fbfeb Add some kernel drivers
90e53ad77b Add luci-proto-wireguard
80c1368f2c Remove cherrypy
7b3a05217c Refactor and cleanup defaults
e03f2fc84f Add packages
Compare 10 commits »
PeterSurda commented on pull request Sysdeploy/openwrt#3 2023-03-16 05:33:50 +01:00
Adding files

How about I'll first try to build a kernel that does have the drivers, and then we rebase this on top of that and see if it works that way?