Commit Graph

4 Commits

Author SHA1 Message Date
ce9210dc2f
update config-aarch64 stage 2/3 (hopefully)
based on the config-6.6.1-aarch64 generated by b8cdeafe73

```
./scripts/kconfig/merge_config.sh arch/arm64/configs/defconfig ~/elrepo/config-6.6.1-aarch64 2>&1 | tee ~/elrepo/final-merge.log

```

find overrides by grepping for
`Value of CONFIG_* is redefined by fragment ~/elrepo/config-6.6.1-aarch64:`
and remove them from config-6.6.1-aarch64
2023-11-10 13:59:00 +05:30
b8cdeafe73
update config-aarch64
```
cp ~/elrepo/config-6.6.1-aarch64 .config
make olddefconfig
make savedefconfig
cp defconfig ~/elrepo/defconfig

rm -vf .config* defconfig
make distclean

cp ~/elrepo/defconfig arch/arm64/configs/elrepo.config
./scripts/kconfig/merge_config.sh arch/arm64/configs/defconfig arch/arm64/configs/elrepo.config
make savedefconfig
cp defconfig ~/elrepo/config-6.6.1-aarch64
```
2023-11-10 10:21:39 +05:30
55549f6891
introduce the diffed "defconfig" and modify the specfile as such 2023-11-09 21:41:28 +05:30
d2fac7ecc6
remove version from filenames 2023-11-09 13:14:51 +05:30