`CONFIG_RTL8188EU` seem no longer exist in config. Unable to find in menuconfig. Therefore removed.
@ThomasKaiser FYI: `CONFIG_CRYPTO_ZSTD` has been forced to `y` by `ZSWAP_COMPRESSOR_DEFAULT_ZSTD [=y] && <choice>`
* Document board config variables
Add brief descriptions for board config variables which lack an explanation
* Emphasize deprecated variables in board config README
"next" is deprecated with AR-8.
Add "(deprecated)" to the end of description for more clarity.
* Update board config variable descriptions
Remove descriptions which are related to deprecated branches.
Remove descriptions which are not relevant for board configuration.
Change description of BOOT_FDT_FILE variable with a more elaborate one.
* Update board config variable descriptions
Even though they are not used frequently;
add description for "BOOTCONFIG_LEGACY" and "BOOTCONFIG_CURRENT".
Standard firewall features were introduced in
6a165742e83696995510e6400dd1bdebd07947dd but then removed in
6788786057. This commit restores them and also
adds support for the tc-mirred action.
* Add support for ZSH / TMUX / oh-my-zsh
* Selecting default shell at 1st run
* Install ZSH by default except on minimal image
* Lets rather create armbian-zsh package
* - fix remaining ZSH problems
- add systemd timer to remove default desktop autologin feature
- change DESKTOP_AUTOLOGIN to disabled by default
* Few small improvements
* Oneliner for revering all users back to BASH if package is uninstalled
* Properly escape variables
* Fixing chmod
* More cryptic awk magic to fix permissions for all normal users that are getting zsh magic
* [rockchip64-current] add gamepad and joystick support
Added modules similar to rockchip64-legacy
* [meson{64}-current] add gamepad and joystick support
* [gitignore] temp vim files
* [sunxi{64}-current] add gamepad and joystick support
* [mvebu{64}-current] add gamepad and joystick support
* [misc dev] add gamepad and joystick support
* [meson and sunxi legacy] add gamepad and joystick support
* [misc legacy] add gamepad and joystick support
- curently attached to RC7 as https://github.com/armbian/build/pull/2378
- config derived from current and contains all latest changes
- dirty reboot and eth0 reset hacks are not added and can be added later if still needed (need_check subfolder)
* Add WIP support for Orangepi Zero 2
* squeeze H616 patches into sunxi-dev
* Update linux-sunxi64-dev.config
* H616: Limit CPUMAX
* Enable DEV only
* H616: remove patches from sunxi-current
* H616: apply new patchset
Co-authored-by: EvilOlaf <werner@armbian.de>
Co-authored-by: Werner <EvilOlaf@users.noreply.github.com>
If kernel is build with GCC9.2 we can't compile modules with DKMS. Reverting compiler to 8.3 until better solution emerges. No known side effects. Tested - working.
https://armbian.atlassian.net/browse/AR-557