Skip to content

Commit

Permalink
site-local: update ADL models configs
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Kopeć <[email protected]>
  • Loading branch information
mkopec committed Jan 21, 2025
1 parent c0843c2 commit 6ab663c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions site-local/config
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,11 @@ BRAND_NAME=Dasharo

ifeq "nitropad-nv41" "$(BOARD)"

export CONFIG_BOARD_NAME="NovaCustom NV4xPZ"
export CONFIG_COREBOOT_LOCALVERSION="\(coreboot+heads\) v0.9.0"
export CONFIG_COREBOOT_SMBIOS_PRODUCT_NAME=NV4xPZ
export CONFIG_COREBOOT_SMBIOS_MANUFACTURER=Notebook
export CONFIG_COREBOOT_LOCALVERSION="\(coreboot+heads\) v0.9.2-rc1"

else ifeq "nitropad-ns50" "$(BOARD)"

export CONFIG_BOARD_NAME="NovaCustom NS5x_NS7xPU"
export CONFIG_COREBOOT_LOCALVERSION="\(coreboot+heads\) v0.9.0"
export CONFIG_COREBOOT_SMBIOS_PRODUCT_NAME=NS5x_NS7xPU
export CONFIG_COREBOOT_SMBIOS_MANUFACTURER=Notebook

else ifeq "novacustom-v540tu" "$(BOARD)"

Expand Down

0 comments on commit 6ab663c

Please sign in to comment.