diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-05-31 12:38:39 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-05-31 12:38:39 +0000 |
commit | 58682e173d175d76ad499431676911b650cd4853 (patch) | |
tree | 63df98f4b0ceabd03d0d299485293eec778f3890 /target/Makefile | |
parent | 9b305384e499a08d7918f042647d892257d8d733 (diff) | |
download | upstream-58682e173d175d76ad499431676911b650cd4853.tar.gz upstream-58682e173d175d76ad499431676911b650cd4853.tar.bz2 upstream-58682e173d175d76ad499431676911b650cd4853.zip |
disable target/linux/package
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3856 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/Makefile')
-rw-r--r-- | target/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/Makefile b/target/Makefile index b039214860..58fc5eb874 100644 --- a/target/Makefile +++ b/target/Makefile @@ -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: |