Compare commits
No commits in common. "5bbc8e4ace8473f637c6b13ec2a84e2c14712b03" and "b3f32319e5528a835c67ba39f028246af1126682" have entirely different histories.
5bbc8e4ace
...
b3f32319e5
33 changed files with 2 additions and 10 deletions
|
@ -18,7 +18,7 @@ GOARCH=arm gokr-packer \
|
|||
| architecture | ARMv6 32-bit | ARMv8 64-bit |
|
||||
| upstream | linux Raspberry Pi OS fork | linux mainline |
|
||||
|
||||
This kernel can be used by the oldest Raspberry Pi and follows the release cycles of the Raspberry Pi foundation.
|
||||
This kernel can be used by the oldest Raspberry Pi and follows the release cycles of the Raspeberry Pi foundation.
|
||||
|
||||
## Manual compilation
|
||||
|
||||
|
|
|
@ -94,11 +94,6 @@ func run() error {
|
|||
"--set-val", "BT_BCM", "m",
|
||||
"--set-val", "BT_HCIUART", "m",
|
||||
"--set-val", "BT_HCIUART_BCM", "y",
|
||||
|
||||
// OneWire
|
||||
"--set-val", "W1", "y",
|
||||
"--set-val", "W1_MASTER_GPIO", "y",
|
||||
"--set-val", "W1_SLAVE_THERM", "y",
|
||||
}
|
||||
|
||||
if err := dockerRun(args...); err != nil {
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -303,9 +303,6 @@ kernel/drivers/media/rc/keymaps/rc-zx-irdec.ko
|
|||
kernel/drivers/media/rc/rc-core.ko
|
||||
kernel/drivers/pps/pps_core.ko
|
||||
kernel/drivers/ptp/ptp.ko
|
||||
kernel/drivers/w1/wire.ko
|
||||
kernel/drivers/w1/masters/w1-gpio.ko
|
||||
kernel/drivers/w1/slaves/w1_therm.ko
|
||||
kernel/drivers/power/reset/gpio-poweroff.ko
|
||||
kernel/drivers/power/supply/power_supply.ko
|
||||
kernel/drivers/hwmon/hwmon.ko
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
dist/vmlinuz
vendored
BIN
dist/vmlinuz
vendored
Binary file not shown.
|
@ -1 +1 @@
|
|||
Subproject commit 0afb5e98488aed7017b9bf321b575d0177feb7ed
|
||||
Subproject commit e3376fb94fda798d2a322e9c70789286132a1a9f
|
Loading…
Reference in a new issue