Changeset 2927

Show
Ignore:
Timestamp:
06/26/07 15:55:54 (1 year ago)
Author:
tg
Message:

… if everything were this easy…

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/base-files/Makefile

    r2882 r2927  
    402402${_IPKGS_COOKIE}: ${TOPDIR}/.cfg/FWRT_LINUX_2_6_X86_WRAP 
    403403${_IPKGS_COOKIE}: ${TOPDIR}/.cfg/FWRT_LINUX_2_6_X86_CRYPTOTOKEN 
     404${_IPKGS_COOKIE}: ${TOPDIR}/.cfg/FWRT_LINUX_NOKERNEL_ARMEB 
     405${_IPKGS_COOKIE}: ${TOPDIR}/.cfg/FWRT_LINUX_NOKERNEL_I386 
    404406${_IPKGS_COOKIE}: ${TOPDIR}/.cfg/FWRT_LINUX_NOKERNEL_MIPS 
    405 ${_IPKGS_COOKIE}: ${TOPDIR}/.cfg/FWRT_LINUX_NOKERNEL_I386 
    406407${_IPKGS_COOKIE}: ${TOPDIR}/.cfg/FWRT_TARGET_ROOTFS_JFFS2 
    407408${_IPKGS_COOKIE}: ${TOPDIR}/.cfg/FWRT_TARGET_ROOTFS_SQUASHFS 
  • trunk/freewrt/target/Config.in

    r2922 r2927  
    3737choice  
    3838prompt "Embedded Device" 
    39 depends on FWRT_TARGET_CATEGORY_MIPS 
    4039source "target/linux/brcm-2.4/Config.in" 
    4140source "target/linux/brcm-2.6/Config.in" 
    4241source "target/linux/rb-2.4/Config.in" 
    4342source "target/linux/rb-2.6/Config.in" 
    44 endchoice 
    45  
    46 choice  
    47 prompt "Embedded Device" 
    48 depends on FWRT_TARGET_CATEGORY_I386 
    4943source "target/linux/x86-2.4/Config.in" 
    5044source "target/linux/x86-2.6/Config.in" 
    51 endchoice 
    52  
    53 choice  
    54 prompt "Embedded Device" 
    55 depends on FWRT_TARGET_CATEGORY_NOKERNEL 
    5645source "target/linux/nokernel/Config.in" 
    5746endchoice 
  • trunk/freewrt/target/linux/brcm-2.4/Config.in

    r2714 r2927  
    11config FWRT_LINUX_2_4_BRCM_ASUS_WL500G 
     2        depends on FWRT_TARGET_CATEGORY_MIPS 
    23        bool "Asus WL500g [Linux 2.4]" 
    34        select FWRT_mipsel 
     
    1415 
    1516config FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE 
     17        depends on FWRT_TARGET_CATEGORY_MIPS 
    1618        bool "Asus WL500g deluxe [Linux 2.4]" 
    1719        select FWRT_mipsel 
     
    3032 
    3133config FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM 
     34        depends on FWRT_TARGET_CATEGORY_MIPS 
    3235        bool "Asus WL500g premium [Linux 2.4]" 
    3336        select FWRT_mipsel 
     
    4649 
    4750config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G 
     51        depends on FWRT_TARGET_CATEGORY_MIPS 
    4852        bool "Linksys WRT54G[L] [Linux 2.4]" 
    4953        select FWRT_mipsel 
     
    7074 
    7175config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS 
     76        depends on FWRT_TARGET_CATEGORY_MIPS 
    7277        bool "Linksys WRT54GS v1.0/v1.1 (8MB Flash) [Linux 2.4]" 
    7378        select FWRT_mipsel 
     
    8893 
    8994config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4 
     95        depends on FWRT_TARGET_CATEGORY_MIPS 
    9096        bool "Linksys WRT54GS v4 (4MB flash) [Linux 2.4]" 
    9197        select FWRT_mipsel 
     
    104110 
    105111config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G 
     112        depends on FWRT_TARGET_CATEGORY_MIPS 
    106113        bool "Linksys WRT54G3G [Linux 2.4]" 
    107114        select FWRT_mipsel 
     
    120127 
    121128config FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U 
     129        depends on FWRT_TARGET_CATEGORY_MIPS 
    122130        bool "Netgear WGT634U [Linux 2.4]" 
    123131        select FWRT_mipsel 
  • trunk/freewrt/target/linux/brcm-2.6/Config.in

    r2504 r2927  
    11config FWRT_LINUX_2_6_BRCM_ASUS_WL500G_PREMIUM 
     2        depends on FWRT_TARGET_CATEGORY_MIPS 
    23        bool "Asus WL500g Premium [Linux 2.6]" 
    34        select FWRT_mipsel 
     
    1213 
    1314config FWRT_LINUX_2_6_BRCM_NETGEAR_WGT634U 
     15        depends on FWRT_TARGET_CATEGORY_MIPS 
    1416        bool "Netgear WGT634U [Linux 2.6]" 
    1517        select FWRT_mipsel 
  • trunk/freewrt/target/linux/nokernel/Config.in

    r2916 r2927  
    22        bool "armeb nokernel" 
    33        depends on FWRT_DEVEL 
     4        depends on FWRT_TARGET_CATEGORY_NOKERNEL 
    45        select FWRT_TARGET_NOKERNEL 
    56        select FWRT_armeb 
     
    1415        bool "i386 nokernel" 
    1516        depends on FWRT_DEVEL 
     17        depends on FWRT_TARGET_CATEGORY_NOKERNEL 
    1618        select FWRT_TARGET_NOKERNEL 
    1719        select FWRT_i386 
     
    2628        bool "mipsel nokernel" 
    2729        depends on FWRT_DEVEL 
     30        depends on FWRT_TARGET_CATEGORY_NOKERNEL 
    2831        select FWRT_TARGET_NOKERNEL 
    2932        select FWRT_mipsel 
  • trunk/freewrt/target/linux/rb-2.4/Config.in

    r2504 r2927  
    11config FWRT_LINUX_2_4_RB_RB532 
     2        depends on FWRT_TARGET_CATEGORY_MIPS 
    23        bool "Mikrotik RouterBoard 532 [Linux 2.4]" 
    34        select FWRT_mipsel 
  • trunk/freewrt/target/linux/rb-2.6/Config.in

    r2504 r2927  
    11config FWRT_LINUX_2_6_RB_RB532 
     2        depends on FWRT_TARGET_CATEGORY_MIPS 
    23        bool "Mikrotik RouterBoard 532 [Linux 2.6]" 
    34        select FWRT_mipsel 
  • trunk/freewrt/target/linux/x86-2.4/Config.in

    r2504 r2927  
    11config FWRT_LINUX_2_4_X86_WRAP 
     2        depends on FWRT_TARGET_CATEGORY_I386 
    23        bool "PC Engines WRAP [Linux 2.4]" 
    34        select FWRT_i386 
  • trunk/freewrt/target/linux/x86-2.6/Config.in

    r2504 r2927  
    11config FWRT_LINUX_2_6_X86_WRAP 
     2        depends on FWRT_TARGET_CATEGORY_I386 
    23        bool "PC Engines WRAP [Linux 2.6]" 
    34        select FWRT_i386 
     
    1213 
    1314config FWRT_LINUX_2_6_X86_CRYPTOTOKEN 
     15        depends on FWRT_TARGET_CATEGORY_I386 
    1416        bool "Initramfs with tools for cryptotokens [Linux 2.6]" 
    1517        select FWRT_i386