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/linux/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/linux/Makefile')
-rw-r--r-- | target/linux/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/Makefile b/target/linux/Makefile index bea43514a7..46b162c7e6 100644 --- a/target/linux/Makefile +++ b/target/linux/Makefile @@ -38,8 +38,6 @@ compile: $(1)/$(2)-compile rebuild: $(1)/$(2)-rebuild $(BIN_DIR)/$(IB_NAME).tar.bz2 install: $(1)/$(2)-image install-ib: $(1)/$(2)-install-ib -package/%: - $(MAKE) -C $(2)-$(1) BOARD="$(2)" $$@ endif .PHONY: $(1)/$(2)-clean $(1)/$(2)-prepare $(1)/$(2)-compile $(1)/$(2)-rebuild $(1)/$(2)-install $(1)/$(2)-image $(1)/$(2)-install-ib |