OpenWRT for RPi4 build
Go to file
Peter Surda 9c0636f2b2
All checks were successful
buildbot/travis_bionic Build done.
buildbot/multibuild_parent Build done.
buildbot/job/openwrt Build done.
Try to change kernel config
- in the SDK, in `include/kernel-defaults.mk` in the function
  `Kernel/Configure/Default` it says:

```
        awk '/^(#[[:space:]]+)?CONFIG_KERNEL/{sub("CONFIG_KERNEL_","CONFIG_");print}' $(TOPDIR)/.config >> $(LINUX_DIR)/.config.target
```

so I'm trying to use this mechanism.
2024-01-31 10:46:41 +08:00
.buildbot/openwrt Replace packages branch literal by an expression 2023-12-01 23:14:04 +02:00
defaults Add docker config 2023-10-26 13:13:43 +08:00
feed Update resolvelib package 2023-10-24 04:52:07 +03:00
overlays Add i2c kmod and the files 2023-03-03 03:30:43 +02:00
patches Remove reverting of the i2c-tools package - fixed upstream 2023-11-22 01:28:47 +02:00
authorized_keys Add authorized_keys, disable password login, restart sshd 2023-02-08 16:24:26 +02:00
config.buildinfo Try to change kernel config 2024-01-31 10:46:41 +08:00
daemon.json Add docker config 2023-10-26 13:13:43 +08:00
feeds.conf Rename feed to local 2023-05-26 01:48:20 +03:00
LICENSE Initial commit 2022-12-16 13:39:56 +01:00
README.md Initial commit 2022-12-16 13:39:56 +01:00
TODO.md Add todo 2023-01-19 15:29:44 +08:00

openwrt

OpenWRT for RPi4 build