mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
e5f9af658d
SVN-Revision: 30
11 lines
280 B
Makefile
11 lines
280 B
Makefile
#############################################################
|
|
#
|
|
# Any custom stuff you feel like doing....
|
|
#
|
|
#############################################################
|
|
CUST_DIR:=$(SOURCE_DIR)/customize
|
|
ROOT_DIR:=$(BUILD_DIR)/root
|
|
|
|
customize:
|
|
cp -af $(CUST_DIR)/* $(ROOT_DIR)/
|