Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Starlight defconfig #4

Closed
wants to merge 3 commits into from
Closed

Commits on May 11, 2021

  1. riscv: defconfigs: starlight: Drop net vendor options

    There is no need to disable CONFIG_NET_VENDOR_*, CONFIG_USB_NET_DRIVERS,
    and CONFIG_WLAN_VENDOR_* in a defconfig, as they do not enable any
    additional code.
    
    Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
    geertu committed May 11, 2021
    Configuration menu
    Copy the full SHA
    2aa8357 View commit details
    Browse the repository at this point in the history
  2. riscv: defconfigs: starlight: Enable support for NFS root

    Enable support for obtaining network information from DHCP, and mount
    the root file system over NFS.
    
    Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
    geertu committed May 11, 2021
    Configuration menu
    Copy the full SHA
    da99566 View commit details
    Browse the repository at this point in the history
  3. riscv: defconfigs: starlight: Enable CONFIG_LOCALVERSION_AUTO

    This makes it easier to identify the exact kernel source used, e.g.
    
        5.12.0-starlight+ => 5.12.0-starlight-00031-gda995667a29f
    
    Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
    geertu committed May 11, 2021
    Configuration menu
    Copy the full SHA
    18f65b5 View commit details
    Browse the repository at this point in the history