Commit dc4af77c authored by Adam Wujek's avatar Adam Wujek 💬

[BUG: 1525] userspace/dot-config: fix defconfig and oldconfig

Fix defconfig and oldconfig after Kconfig scripts update.
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 672c0cd5
......@@ -9,14 +9,12 @@ config:
mv .config dot-config
defconfig:
cp dot-config .config
./conf -D wrs_release_defconfig Kconfig
mv .config.old dot-config.old
mv .config dot-config
cp wrs_release_defconfig dot-config
KCONFIG_CONFIG=dot-config ./conf --olddefconfig Kconfig
oldconfig:
cp dot-config .config
./conf -o Kconfig
./conf --oldconfig Kconfig
mv .config.old dot-config.old
mv .config dot-config
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment