Changeset 849fe8b in freewrt
- Timestamp:
- Jul 22, 2006, 10:03:49 AM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 8b095c4
- Parents:
- 9a32a99
- Location:
- target
- Files:
-
- 2 edited
-
Config.in (modified) (1 diff)
-
linux/Config.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
target/Config.in
r9a32a99 r849fe8b 1 1 menu "Target System" 2 2 3 menu "Broadcom BCM5xx"3 menu "Broadcom devices" 4 4 choice 5 5 prompt "Embedded System" -
target/linux/Config.in
r9a32a99 r849fe8b 1 menu "Target Root Filesystem"2 3 config BR2_TARGET_ROOTFS_SQUASHFS_LZMA 4 bool "Production images with read-only root filesystem"5 default y 6 help 7 Build firmware images with a8 read-only and highly compressed (squashfs with lzma9 compression) root filesystem10 11 config BR2_TARGET_ROOTFS_JFFS2 12 bool "Development images with writable root filesystem" 13 default y14 help15 Build firmware images with a16 writable jffs2 root filesystem. 17 18 config BR2_TARGET_ROOTFS_TGZ19 bool "Target root filesystem for Compact flash, NFS, external USB disk"20 default y21 help 22 Build a compressed tar archive of the the root filesystem. 23 24 endmenu 25 26 menu "Kernel Configuration / Device Support"1 menu "Target Firmware type" 2 3 choice 4 prompt "Target Firmware type" 5 6 config BR2_TARGET_ROOTFS_SQUASHFS_LZMA 7 bool "Production images with read-only root filesystem" 8 help 9 Build firmware images with a read-only and highly compressed (squashfs with lzma 10 compression) root filesystem 11 12 config BR2_TARGET_ROOTFS_JFFS2 13 bool "Development images with writable root filesystem" 14 help 15 Build firmware images with a writable jffs2 root filesystem. 16 17 config BR2_TARGET_ROOTFS_TGZ 18 bool "Target root filesystem for Compact flash" 19 help 20 Build a compressed tar archive of the the root filesystem without bootloader. 21 22 endchoice 23 24 endmenu 25 26 menu "Kernel Configuration" 27 27 28 28 comment "Device specific configuration" … … 319 319 320 320 endmenu 321 322 config BR2_PACKAGE_KMOD_CRYPTO323 prompt "CryptoAPI modules"324 tristate325 default m326 select BUSYBOX_CONFIG_FEATURE_CHECK_TAINTED_MODULE327 help328 Kernel modules for cryptographic algorithms329 321 330 322 menu "Filesystems support" … … 766 758 menu "Additional kernel modules" 767 759 760 config BR2_PACKAGE_KMOD_CRYPTO 761 prompt "CryptoAPI modules" 762 tristate 763 default m 764 select BUSYBOX_CONFIG_FEATURE_CHECK_TAINTED_MODULE 765 help 766 Kernel modules for cryptographic algorithms 767 768 768 source "target/linux/package/Config.in" 769 769
Note:
See TracChangeset
for help on using the changeset viewer.
