From: Felix Fietkau Date: Fri, 13 Jan 2006 22:34:55 +0000 (+0000) Subject: call target/linux/prepare from target/prepare X-Git-Tag: reboot~31260 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=43d05308e835d452173c465429c2928074bf7d30;p=openwrt%2Fopenwrt.git call target/linux/prepare from target/prepare SVN-Revision: 2961 --- diff --git a/openwrt/target/Makefile b/openwrt/target/Makefile index a14749fcae..e6ebbaae25 100644 --- a/openwrt/target/Makefile +++ b/openwrt/target/Makefile @@ -8,7 +8,7 @@ $(BIN_DIR): linux-compile: utils-install lzma-install linux-install: $(BIN_DIR) -prepare: +prepare: linux-prepare compile: linux-compile install: image_clean linux-install clean: linux-clean utils-clean lzma-clean image_clean