diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-06-12 17:51:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-06-12 17:51:31 +0000 |
commit | ade7c85174ebc8b5cab7af38a05b7418c1e94a88 (patch) | |
tree | 1f1861f78030134442118bceba1f9f1579cdd85c /openwrt/target/linux/image/squashfs.mk | |
parent | d8432f55d0c9e8284a74fc72a72980b92c155c2e (diff) | |
download | mtk-20170518-ade7c85174ebc8b5cab7af38a05b7418c1e94a88.zip mtk-20170518-ade7c85174ebc8b5cab7af38a05b7418c1e94a88.tar.gz mtk-20170518-ade7c85174ebc8b5cab7af38a05b7418c1e94a88.tar.bz2 |
fix squashfs build
SVN-Revision: 1219
Diffstat (limited to 'openwrt/target/linux/image/squashfs.mk')
-rw-r--r-- | openwrt/target/linux/image/squashfs.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/openwrt/target/linux/image/squashfs.mk b/openwrt/target/linux/image/squashfs.mk index e9a95de..917a69a 100644 --- a/openwrt/target/linux/image/squashfs.mk +++ b/openwrt/target/linux/image/squashfs.mk @@ -12,8 +12,9 @@ $(KDIR)/root.squashfs: @mkdir -p $(KDIR)/root/jffs $(STAGING_DIR)/bin/mksquashfs-lzma $(KDIR)/root $@ -noappend -root-owned -le +squashfs-install: $(KDIR)/root.squashfs + $(MAKE) -C $(BOARD) install KERNEL="$(KERNEL)" FS="squashfs" + prepare: squashfs-prepare compile: squashfs-compile -install: $(KDIR)/root.squashfs - $(MAKE) -C $(BOARD) install KERNEL="$(KERNEL)" FS="squashfs" - +install: squashfs-install |