commit | 89422ad6f894c03dee85a3cdb6b33cec3e0b805b | [log] [tgz] |
---|---|---|
author | Hans-Christian Egtvedt <egtvedt@samfundet.no> | Sat Jan 31 08:24:29 2015 +0100 |
committer | Hans-Christian Egtvedt <egtvedt@samfundet.no> | Mon Feb 09 15:27:45 2015 +0100 |
tree | 55d63de3399981f9e526a0c06c19b25c4fd903b0 | |
parent | a31c353de1c25f631a684ebc794aba699bddfe26 [diff] |
avr32: update all default configurations This patch runs all the default configurations through make silentoldconfig and make savedefconfig to rinse out outdated kconfig entries. for config in arch/avr32/configs/*defconfig; do make ARCH=avr32 `basename $config` make ARCH=avr32 silentoldconfig make ARCH=avr32 savedefconfig cp defconfig $config done Signed-off-by: Hans-Christian Egtvedt <egtvedt@samfundet.no>