Skip to content

Tags: egolboy/build

Tags

sunxi-5.3

Toggle sunxi-5.3's commit message
fix shell script execute after su (armbian#1581)

`su xxx -c bash a.sh`
it will execute like `su xxx -c bash` and ignore a.sh

in order to do right way

`su xxx -c "bash a.sh"`

sunxi-5.2

Toggle sunxi-5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update micro.eos

sunxi-5.0

Toggle sunxi-5.0's commit message
Enable NFSD to make NFS server usable (armbian#1363)

Enabled BFQ IO Scheduler;
Enabled some Meson CLK options;
Added some DEVFREQ Governors as modules;
Enabled DVFS (CONFIG_PWM_MESON=y);
Enabled FUSE as module;
Enabled NFSD to enable use of NFS server;

meson64-4.20

Toggle meson64-4.20's commit message
add missing OPi3 patches

rockchip64-4.20

Toggle rockchip64-4.20's commit message
remove useless patch according to 5.0.y

sunxi-4.20

Toggle sunxi-4.20's commit message
[ general ] Bump with version - updating armbian-config

s5p6818-purge

Toggle s5p6818-purge's commit message
[general] Version bump

cubox-purge

Toggle cubox-purge's commit message
[cleanup] Remove accidentaly added file

sunxi-4.14

Toggle sunxi-4.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
reverting back to main server

s500-eol

Toggle s500-eol's commit message
This is the last commit that supports S500 targets

Support for these targets is removed to clean up the image and boot
script handling code