mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
Mention how people can update things
This commit is contained in:
9
Makefile
9
Makefile
@@ -103,7 +103,16 @@ TARGETS+=busybox tinylogin
|
||||
# The Valgrind debugger (x86 only)
|
||||
#TARGETS+=valgrind
|
||||
|
||||
# Run customize.mk at the very end to add your own special config.
|
||||
# This is useful for making your own distro within the buildroot
|
||||
# process.
|
||||
# TARGETS+=customize
|
||||
|
||||
#############################################################
|
||||
#
|
||||
# Pick your root filesystem type.
|
||||
#
|
||||
#############################################################
|
||||
TARGETS+=ext2root
|
||||
|
||||
# Must mount cramfs with 'ramdisk_blocksize=4096'
|
||||
|
||||
10
make/customize.mk
Normal file
10
make/customize.mk
Normal file
@@ -0,0 +1,10 @@
|
||||
#############################################################
|
||||
#
|
||||
# Any custom stuff you feel like doing....
|
||||
#
|
||||
#############################################################
|
||||
CUST_DIR:=$(SOURCE_DIR)/customize
|
||||
ROOT_DIR:=$(BUILD_DIR)/root
|
||||
|
||||
customize:
|
||||
cp -af $(CUST_DIR)/* $(ROOT_DIR)/
|
||||
Reference in New Issue
Block a user