enable hotplug
[openwrt.git] / target / Config.in
1 menu "Target Root Filesystem"
2
3         config BR2_TARGET_ROOTFS_JFFS2
4                 bool "jffs2"
5                 default y
6                 help
7                   Build a jffs2 root filesystem
8
9         config BR2_TARGET_ROOTFS_SQUASHFS_LZMA
10                 bool "squashfs-lzma"
11                 default y
12                 help
13                   Build a squashfs-lzma root filesystem
14
15 endmenu
16
17 menu "Device Support"
18
19         config BR2_TARGET_DEFAULT
20                 default y
21                 bool "Generic"
22
23         config BR2_TARGET_WRT54G
24                 default y
25                 select BR2_TARGET_DEFAULT
26                 bool "Linksys WRT54G"
27
28         config BR2_TARGET_WRT54GS
29                 default y
30                 select BR2_TARGET_DEFAULT
31                 bool "Linksys WRT54GS"
32         
33         config BR2_TARGET_MOTOROLA
34                 default y
35                 select BR2_TARGET_DEFAULT
36                 bool "Motorola"
37
38 endmenu