forked from armijnhemel/bat-extratools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
41 lines (28 loc) · 918 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
all: squashfsbroadcom squashfsbroadcom40 squashfsralink squashfsrealtek squashfsatheros squashfsatheros2 squashfsatheros40 squashfsopenwrtold squashfsddwrt squashfs42 cramfsunpack batsimg2img
squashfsbroadcom:
cd squashfs-broadcom; make
squashfsbroadcom40:
cd squashfs-broadcom40; make
squashfsralink:
cd squashfs-ralink; make
squashfsrealtek:
cd squashfs-realtek/squashfs-tools; make
#squashfsrealtek2:
# cd squashfs-realtek2/squashfs-2.1-r2; make
squashfsatheros:
cd squashfs-atheros; make
squashfsatheros2:
cd squashfs-atheros2; make
squashfsatheros40:
cd squashfs-atheros4.0/squashfs-tools; make
squashfsopenwrtold:
cd squashfs-openwrt; make
squashfsddwrt:
cd squashfs-ddwrt; make
squashfs42:
cd squashfs4.3/squashfs-tools; make
cramfsunpack:
cd cramfs; ./configure --without-ncurses; make
mv cramfs/disk-utils/fsck.cramfs cramfs/disk-utils/bat-fsck.cramfs
batsimg2img:
cd simg2img; make