Revisió 36294e37
Afegit per Pau Escrich fa més de 12 anys
Makefile | ||
---|---|---|
mkdir -p dl
|
||
ln -fs ../../dl $(BUILD_DIR)/$(TARGET)/dl
|
||
ln -fs ../qmp/files $(BUILD_DIR)/$(TARGET)/files
|
||
ln -fs $(BUILD_DIR)/qmp/files files
|
||
rm -rf $(BUILD_DIR)/$(TARGET)/feeds/
|
||
cp -f $(BUILD_DIR)/qmp/feeds.conf $(BUILD_DIR)/$(TARGET)/
|
||
sed -i -e "s|PATH|`pwd`/$(BUILD_DIR)|" $(BUILD_DIR)/$(TARGET)/feeds.conf
|
README | ||
---|---|---|
|
||
- images: output directory for compiled images, each of them has a different timestamp, so you can have as many as you want
|
||
|
||
- files: directories and files inside will be directly copied to the root of the system image
|
||
|
||
|
També disponible a: Unified diff
Added link to files