diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-07-28 21:35:41 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-28 21:35:41 +0000 |
commit | 2661ca8f1e95b44273dad3aa5c48f03d2b968bd0 (patch) | |
tree | 57622035dc9182a97e8e2425daa013452911e533 /openwrt/target | |
parent | e2abfd7c9808297b9e1c18226d88102b2cf6793c (diff) | |
download | mtk-20170518-2661ca8f1e95b44273dad3aa5c48f03d2b968bd0.zip mtk-20170518-2661ca8f1e95b44273dad3aa5c48f03d2b968bd0.tar.gz mtk-20170518-2661ca8f1e95b44273dad3aa5c48f03d2b968bd0.tar.bz2 |
fix jffs2root dependency problem
SVN-Revision: 1572
Diffstat (limited to 'openwrt/target')
-rw-r--r-- | openwrt/target/linux/package/openwrt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/openwrt/Makefile b/openwrt/target/linux/package/openwrt/Makefile index 2f90631..45b33b8 100644 --- a/openwrt/target/linux/package/openwrt/Makefile +++ b/openwrt/target/linux/package/openwrt/Makefile @@ -21,7 +21,7 @@ $(PKG_BUILD_DIR)/jffs2root: jffs2root.c $(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/jffs2root -$(IDIR_OPENWRT)/sbin/jffs2root: +$(IDIR_OPENWRT)/sbin/jffs2root: $(PKG_BUILD_DIR)/jffs2root mkdir -p $(IDIR_OPENWRT)/sbin cp $(PKG_BUILD_DIR)/jffs2root $(IDIR_OPENWRT)/sbin |