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 | 61c868f34fa3efd1794579b986d130fe4ce4c972 (patch) | |
tree | 10e93b56218560eac6c9bfe027df98fdd5dcde2a /openwrt/target/linux/Makefile | |
parent | 445b861749781b117ebf7e0f479bcdf88bd9cb98 (diff) | |
download | mtk-20170518-61c868f34fa3efd1794579b986d130fe4ce4c972.zip mtk-20170518-61c868f34fa3efd1794579b986d130fe4ce4c972.tar.gz mtk-20170518-61c868f34fa3efd1794579b986d130fe4ce4c972.tar.bz2 |
disable target/linux/package
SVN-Revision: 3856
Diffstat (limited to 'openwrt/target/linux/Makefile')
-rw-r--r-- | openwrt/target/linux/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openwrt/target/linux/Makefile b/openwrt/target/linux/Makefile index bea4351..46b162c 100644 --- a/openwrt/target/linux/Makefile +++ b/openwrt/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 |