Changeset 1b2d56f in freewrt for target/Config.in


Ignore:
Timestamp:
Aug 13, 2025, 3:28:59 AM (4 months ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_2_0
Children:
18face91
Parents:
7e836b6
Message:

linux: update to 6.12, cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • target/Config.in

    r7e836b6 r1b2d56f  
    1 # $FreeWRT$
    2 #-
    31# This file is part of the FreeWRT project. FreeWRT is copyrighted
    42# material, please see the LICENCE file in the top-level directory
    5 # or at http://www.freewrt.org/license for details.
    63
    74menu "Target system (Broadcom)"
    85choice
    9 prompt "Embedded Device"
    10 depends on ! FWRT_LINUX_SNAPSHOT_META_TARGET
    11 source "target/linux/brcm-2.4/Config.in"
     6prompt "WLAN Router"
     7source "target/linux/brcm-6.12/Config.in"
    128endchoice
    139
     
    2117        select FWRT_PACKAGE_FWCF
    2218        select FWRT_PACKAGE_JFFS2ROOT
    23         depends on FWRT_LINUX_2_4_BRCM
     19        depends on FWRT_LINUX_BRCM
    2420        help
    2521          Build firmware images with a writable jffs2 root filesystem.
     
    3026        select FWRT_PACKAGE_FWCF
    3127        select FWRT_PACKAGE_JFFS2ROOT
    32         depends on FWRT_LINUX_2_4_BRCM
     28        depends on FWRT_LINUX_BRCM
    3329        help
    3430          Build firmware images with a read-only and highly compressed
Note: See TracChangeset for help on using the changeset viewer.