summaryrefslogtreecommitdiffstats
path: root/target/Config.in
blob: 176734e29a34cfdd51caa54091e8bc3e828c1655 (plain)
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
menu "Target Root Filesystem"

	config BR2_TARGET_ROOTFS_JFFS2
		bool "jffs2"
		default y
		help
		  Build a jffs2 root filesystem

	config BR2_TARGET_ROOTFS_SQUASHFS_LZMA
		bool "squashfs-lzma"
		default y
		help
		  Build a squashfs-lzma root filesystem

endmenu

menu "Device Support"

	config BR2_TARGET_DEFAULT
		default y
		bool "Generic"

	config BR2_TARGET_WRT54G
		default y
		select BR2_TARGET_DEFAULT
		bool "Linksys WRT54G"

	config BR2_TARGET_WRT54GS
		default y
		select BR2_TARGET_DEFAULT
		bool "Linksys WRT54GS"
	
	config BR2_TARGET_MOTOROLA
		default y
		select BR2_TARGET_DEFAULT
		bool "Motorola"

endmenu