package/grub-conf: remove demo value

This commit is contained in:
Liangbin Lian 2024-02-21 18:09:49 +08:00
parent c67531ed95
commit d09a28477b
2 changed files with 1 additions and 6 deletions

View File

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=grub-conf
PKG_VERSION:=1.0.0
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_FLAGS:=hold nonshared
PKG_MAINTAINER:=jjm2473 <jjm2473@gmail.com>

View File

@ -6,8 +6,3 @@ config cmdline
option enabled '0'
option cmdline 'usb-storage.quirks=0bda:9210:u,0080:a001:u'
option comment 'Disable UAS for some NVMe/SATA to USB Adapters'
config cmdline
option enabled '0'
option cmdline 'pcie_aspm=off'
option comment 'Disable PCIe Active State Power Management'