Changeset c04ece1 in freewrt for package/util-linux/Config.in


Ignore:
Timestamp:
Jul 22, 2006, 5:48:30 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
5bef084
Parents:
e13d736
Message:

as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_

tested with a standard build (only the squashfs
image since the jffs2 didn't get built)

git-svn-id: svn://www.freewrt.org/trunk/freewrt@360 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/util-linux/Config.in

    re13d736 rc04ece1  
    11menu "util-linux"
    22
    3 config BR2_COMPILE_UTIL_LINUX
     3config FWRT_COMPILE_UTIL_LINUX
    44        tristate
    55        default n
    6         depends BR2_PACKAGE_FDISK || BR2_PACKAGE_SWAP_UTILS
     6        depends FWRT_PACKAGE_FDISK || FWRT_PACKAGE_SWAP_UTILS
    77
    8 config BR2_PACKAGE_FDISK
     8config FWRT_PACKAGE_FDISK
    99        prompt "fdisk............................. Partition table manipulation utility"
    1010        tristate
    1111        default m if CONFIG_DEVEL
    12         select BR2_COMPILE_UTIL_LINUX
     12        select FWRT_COMPILE_UTIL_LINUX
    1313        help
    1414          A partition table manipulation utility
     
    1616          http://www.kernel.org/pub/linux/utils/util-linux/
    1717
    18 config BR2_PACKAGE_LOSETUP
     18config FWRT_PACKAGE_LOSETUP
    1919        prompt "losetup........................... Loop devices setup and control utility"
    2020        tristate
    2121        default m if CONFIG_DEVEL
    22         select BR2_COMPILE_UTIL_LINUX
    23         select BR2_PACKAGE_KMOD_LOOP
     22        select FWRT_COMPILE_UTIL_LINUX
     23        select FWRT_PACKAGE_KMOD_LOOP
    2424        help
    2525          A loop devices setup and control utility
     
    2727          http://www.kernel.org/pub/linux/utils/util-linux/
    2828
    29 config BR2_PACKAGE_SWAP_UTILS
     29config FWRT_PACKAGE_SWAP_UTILS
    3030        prompt "swap-utils........................ Swap space management utilities"
    3131        tristate
    3232        default m if CONFIG_DEVEL
    33         select BR2_COMPILE_UTIL_LINUX
     33        select FWRT_COMPILE_UTIL_LINUX
    3434        help
    3535          A collection of tools to manage swap space :
Note: See TracChangeset for help on using the changeset viewer.