move target/linux/package/switch to package/, fix a bug in the ipkg dependency handling
[openwrt.git] / target / Makefile
index e6156b4..58fc5eb 100644 (file)
@@ -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
@@ -29,3 +29,4 @@ image_clean:
 linux-imagebuilder:
        $(MAKE) -C linux imagebuilder
 
+
This page took 0.022926 seconds and 4 git commands to generate.