Commit Graph

15 Commits

Author SHA1 Message Date
Pratham Patel 533038ad55
revert to the "original" diff of defconfigs 2023-11-12 08:32:42 +05:30
Pratham Patel 711426b247
bump release version since the last commit is kinda significant 2023-11-11 23:35:18 +05:30
Pratham Patel 7245e0496a
new commit, testing 2023-11-11 23:34:32 +05:30
Pratham Patel 5ac77d8a1b
CONFIG_CRYPTO_LIB_CHACHA20POLY1305=y 2023-11-11 17:26:44 +05:30
Pratham Patel 8f76af93b1
narrowing down differences between "my" small defconfig and ELRepo's "full" config 2023-11-11 13:07:08 +05:30
Pratham Patel 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
Pratham Patel 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
Pratham Patel d04d4ddbea
accidentally got kernel version instead of machine from `uname`; fixed 2023-11-09 21:47:09 +05:30
Pratham Patel 55549f6891
introduce the diffed "defconfig" and modify the specfile as such 2023-11-09 21:41:28 +05:30
Pratham Patel 0114c87beb
remove the silent flag from the make macro 2023-11-09 18:12:46 +05:30
Pratham Patel 3fd1bebbb4
always create an srpm 2023-11-09 13:22:52 +05:30
Pratham Patel c990c16ad1
make Source0 URL more "modular" 2023-11-09 13:22:40 +05:30
Pratham Patel 7a30f66ee0
improve versioning 2023-11-09 13:22:15 +05:30
Pratham Patel d2fac7ecc6
remove version from filenames 2023-11-09 13:14:51 +05:30
Pratham Patel 539f6237d1
init commit 2023-11-09 13:13:03 +05:30