move target/linux/package/switch to package/, fix a bug in the ipkg dependency handling
[openwrt.git] / target / Makefile
index b039214..58fc5eb 100644 (file)
@@ -16,9 +16,6 @@ clean: linux-clean utils-clean lzma-clean image_clean
 image_clean:
        rm -f $(BIN_DIR)/openwrt-*
 
-linux/package/%:
-       $(MAKE) -C $(TOPDIR)/target/linux $(patsubst linux/%,%,$@)
-
 %-clean:
        $(MAKE) -C $(patsubst %-clean,%,$@) clean
 %-prepare:
This page took 0.022163 seconds and 4 git commands to generate.