summaryrefslogtreecommitdiffstats
path: root/target/linux/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-31 12:38:39 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-31 12:38:39 +0000
commit275628fece4255b7125fc630529bd8d372987cdf (patch)
tree63df98f4b0ceabd03d0d299485293eec778f3890 /target/linux/Makefile
parentf21c448c6d0ec4a3b61c4d826eb8c1b668e10409 (diff)
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/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/Makefile b/target/linux/Makefile
index bea43514a..46b162c7e 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