Changeset 1b2d56f in freewrt for target/Config.in
- Timestamp:
- Aug 13, 2025, 3:28:59 AM (4 months ago)
- Branches:
- freewrt_2_0
- Children:
- 18face91
- Parents:
- 7e836b6
- File:
-
- 1 edited
-
target/Config.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
target/Config.in
r7e836b6 r1b2d56f 1 # $FreeWRT$2 #-3 1 # This file is part of the FreeWRT project. FreeWRT is copyrighted 4 2 # material, please see the LICENCE file in the top-level directory 5 # or at http://www.freewrt.org/license for details.6 3 7 4 menu "Target system (Broadcom)" 8 5 choice 9 prompt "Embedded Device" 10 depends on ! FWRT_LINUX_SNAPSHOT_META_TARGET 11 source "target/linux/brcm-2.4/Config.in" 6 prompt "WLAN Router" 7 source "target/linux/brcm-6.12/Config.in" 12 8 endchoice 13 9 … … 21 17 select FWRT_PACKAGE_FWCF 22 18 select FWRT_PACKAGE_JFFS2ROOT 23 depends on FWRT_LINUX_ 2_4_BRCM19 depends on FWRT_LINUX_BRCM 24 20 help 25 21 Build firmware images with a writable jffs2 root filesystem. … … 30 26 select FWRT_PACKAGE_FWCF 31 27 select FWRT_PACKAGE_JFFS2ROOT 32 depends on FWRT_LINUX_ 2_4_BRCM28 depends on FWRT_LINUX_BRCM 33 29 help 34 30 Build firmware images with a read-only and highly compressed
Note:
See TracChangeset
for help on using the changeset viewer.
