disable target/linux/package
[openwrt/staging/dedeckeh.git] / openwrt / target / Makefile
index b039214860e20d94742517eb5d0b3264ae9b5cec..58fc5eb874e21cca380bf96f98f666c4e1782aac 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: