Add build tagging and rtl8139 network card kernel drivers
This commit is contained in:
parent
1d86d4f1f9
commit
f2e7864a00
5 changed files with 86 additions and 5 deletions
9
.config
9
.config
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Buildroot -g0d30096-dirty Configuration
|
||||
# Buildroot -g1d86d4f-dirty Configuration
|
||||
#
|
||||
BR2_HAVE_DOT_CONFIG=y
|
||||
BR2_HOST_GCC_AT_LEAST_4_9=y
|
||||
|
|
@ -474,9 +474,12 @@ BR2_GENERATE_LOCALE=""
|
|||
BR2_ROOTFS_USERS_TABLES=""
|
||||
BR2_ROOTFS_OVERLAY="board/mentalnet/overlay"
|
||||
BR2_ROOTFS_PRE_BUILD_SCRIPT=""
|
||||
BR2_ROOTFS_POST_BUILD_SCRIPT=""
|
||||
BR2_ROOTFS_POST_BUILD_SCRIPT="board/mentalnet/post-build.sh"
|
||||
BR2_ROOTFS_POST_FAKEROOT_SCRIPT=""
|
||||
BR2_ROOTFS_POST_IMAGE_SCRIPT=""
|
||||
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/mentalnet/post-image.sh"
|
||||
BR2_ROOTFS_POST_SCRIPT_ARGS=""
|
||||
BR2_ROOTFS_POST_BUILD_SCRIPT_ARGS=""
|
||||
BR2_ROOTFS_POST_IMAGE_SCRIPT_ARGS=""
|
||||
|
||||
#
|
||||
# Kernel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue