configs: clean and rework
There are various changes done to configuration on top of just general cleanup. All constants from compile_pkgs were moved to configs as it makes sense that they are in one location not in script. The settings to use specific version of toolchain was removed. Now we use upstream default toolchain version which prevents problems with some packages not being compiled because of old toolchain is used. All options settings support and capabilities of target were dropped as they are overriden by target setting non the less so they make no sense. These should be modified in OpenWrt target not in configuration. All package settings were dropped with exception of essential packages and package disablements. The reason why essential packages were not dropped is to ensure that all failed build won't be deployed. With future tests done as part of build this file can be dropped. And lastly we have to preserve disablement of packages to not build them as intended. All DEFAULT options were dropped as they are setting default for symbol and are intended to be set from target but all of them are overruled by setting that all packages should be build (CONFIG_ALL).
Showing
- compile_pkgs 0 additions, 8 deletionscompile_pkgs
- configs/common/basic_settings 18 additions, 29 deletionsconfigs/common/basic_settings
- configs/common/branding 5 additions, 2 deletionsconfigs/common/branding
- configs/common/busybox 46 additions, 0 deletionsconfigs/common/busybox
- configs/common/debug 0 additions, 4 deletionsconfigs/common/debug
- configs/common/essential_packages 4 additions, 74 deletionsconfigs/common/essential_packages
- configs/common/kernel 0 additions, 40 deletionsconfigs/common/kernel
- configs/common/lxc 3 additions, 0 deletionsconfigs/common/lxc
- configs/common/packages 20 additions, 0 deletionsconfigs/common/packages
- configs/mox/base 9 additions, 3 deletionsconfigs/mox/base
- configs/mox/basic-hw 0 additions, 26 deletionsconfigs/mox/basic-hw
- configs/mox/kernel 15 additions, 3 deletionsconfigs/mox/kernel
- configs/mox/knot 1 addition, 13 deletionsconfigs/mox/knot
- configs/omnia/base 9 additions, 1 deletionconfigs/omnia/base
- configs/omnia/basic-hw 0 additions, 11 deletionsconfigs/omnia/basic-hw
- configs/omnia/custom_sw 0 additions, 0 deletionsconfigs/omnia/custom_sw
- configs/omnia/kernel 2 additions, 7 deletionsconfigs/omnia/kernel
- configs/turris1x/base 1 addition, 7 deletionsconfigs/turris1x/base
- configs/turris1x/custom_sw 0 additions, 1 deletionconfigs/turris1x/custom_sw
- configs/turris1x/kernel 2 additions, 9 deletionsconfigs/turris1x/kernel
Please register or sign in to comment