新增 nfs_v3 dig 支持,调整空间大小
This commit is contained in:
parent
17f34f6d40
commit
dc58317f0f
|
@ -4,11 +4,10 @@ CONFIG_TARGET_x86_64_DEVICE_generic=y
|
|||
CONFIG_GRUB_TITLE="AutoBuild Firmware Compiled by Hyy2001"
|
||||
# CONFIG_VMDK_IMAGES is not set
|
||||
CONFIG_TARGET_KERNEL_PARTSIZE=16
|
||||
CONFIG_TARGET_ROOTFS_PARTSIZE=350
|
||||
CONFIG_TARGET_ROOTFS_PARTSIZE=384
|
||||
# CONFIG_GRUB_CONSOLE is not set
|
||||
CONFIG_TARGET_IMAGES_GZIP=y
|
||||
|
||||
# CONFIG_PACKAGE_kmod-mmc-spi is not set
|
||||
# CONFIG_PACKAGE_kmod-8139cp is not set
|
||||
# CONFIG_PACKAGE_kmod-8139too is not set
|
||||
# CONFIG_PACKAGE_kmod-bnx2 is not set
|
||||
|
@ -24,6 +23,7 @@ CONFIG_TARGET_IMAGES_GZIP=y
|
|||
# CONFIG_PACKAGE_ath10k-firmware-qca9984 is not set
|
||||
# CONFIG_PACKAGE_brcmfmac-firmware-43602a1-pcie is not set
|
||||
|
||||
CONFIG_PACKAGE_kmod-fs-nfs-v3=y
|
||||
CONFIG_PACKAGE_kmod-usb-net=y
|
||||
CONFIG_PACKAGE_kmod-usb-net-rndis=y
|
||||
CONFIG_PACKAGE_kmod-usb-net-cdc-ether=y
|
||||
|
@ -94,6 +94,7 @@ CONFIG_PACKAGE_luci-theme-netgear=y
|
|||
# CONFIG_PACKAGE_autosamba is not set
|
||||
# CONFIG_PACKAGE_ariang is not set
|
||||
CONFIG_PACKAGE_bash=y
|
||||
CONFIG_PACKAGE_bind-dig=y
|
||||
CONFIG_PACKAGE_curl=y
|
||||
CONFIG_PACKAGE_cfdisk=y
|
||||
CONFIG_PACKAGE_dnsmasq-full=y
|
||||
|
|
Loading…
Reference in New Issue