2 $(MAKE
) -C squashfs prepare
5 $(MAKE
) -C squashfs compile
8 $(MAKE
) -C squashfs
clean
9 rm -f
$(KDIR
)/root.squashfs
11 $(KDIR
)/root.squashfs
:
12 @mkdir
-p
$(KDIR
)/root
/jffs
13 $(STAGING_DIR
)/bin
/mksquashfs-lzma
$(KDIR
)/root
$@
-nopad
-noappend
-root-owned
-le
15 squashfs-install
: $(KDIR
)/root.squashfs
16 $(MAKE
) -C
$(BOARD
) install KERNEL
="$(KERNEL)" FS
="squashfs"
18 prepare
: squashfs-prepare
19 compile
: squashfs-compile
20 install: squashfs-install
This page took 0.047154 seconds and 5 git commands to generate.