Changes between Version 40 and Version 41 of newport/bsp


Ignore:
Timestamp:
11/22/2021 11:53:48 PM (3 years ago)
Author:
Cale Collins
Comment:

fixed typo defconfig to savedefconfig

Legend:

Unmodified
Added
Removed
Modified
  • newport/bsp

    v40 v41  
    123123{{{#!bash
    124124make -C linux menuconfig # make your changes
    125 make -C linux defconfig # once satisfied create a defconfig
     125make -C linux savedefconfig # once satisfied create a defconfig
    126126cp linux/defconfig linux/arch/arm64/configs/newport_defconfig # and copy it to the newport_defconfig
    127127}}}