mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 17:50:38 +02:00
3ac1acb9ea
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30 3c298f89-4303-0410-b956-a3cf2f4a3e73
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)/
|