longsleep / linux-pine64

Pine64 Linux Kernel
Other
111 stars 107 forks source link

Pine64 hacks #1

Closed umiddelb closed 8 years ago

umiddelb commented 8 years ago

Hi @longsleep

these patches will enable basic docker support for the PINE64.

Cheers Uli

longsleep commented 8 years ago

Cool thanks. Some of the changes seem to have changed whitespace. Can you please check for the reason (eg. the defconfig file has completely changed).

umiddelb commented 8 years ago

I've used

make savedefconfig

to compress the kernel configuration, see make help for details

longsleep commented 8 years ago

Ok i see, any particular reason? I think the format with the header sections help when developing and i would prefer to keep it that way for now if it is not too much of a problem.

umiddelb commented 8 years ago

make sun50iw1p1smp_linux_defconfig will give you the same .config back, but its easier to track changes or to migrate from one kernel version to another with 'compressed' defconfigs.

umiddelb commented 8 years ago

network performance is still poor, I've included support for USB ethernet adapters as well

longsleep commented 8 years ago

Ok makes sense :+1: