Changeset 2659

Show
Ignore:
Timestamp:
05/24/07 15:29:06 (2 years ago)
Author:
tg
Message:

regen – make allmodconfig run non-interactively again
used “make wconfig” for this

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/Config.default

    r2428 r2659  
    44MODULES=y 
    55FWRT_HAVE_DOT_CONFIG=y 
     6# FWRT_BIG_ENDIAN is not set 
     7# FWRT_i386 is not set 
     8# FWRT_mips is not set 
    69FWRT_mipsel=y 
    7 FWRT_ARCH="mipsel" 
     10# FWRT_armeb is not set 
     11# FWRT_mips64 is not set 
     12# FWRT_arm is not set 
     13# FWRT_cris is not set 
     14# FWRT_m68k is not set 
     15# FWRT_powerpc is not set 
     16# FWRT_sh3 is not set 
     17# FWRT_sh3eb is not set 
     18# FWRT_sh4 is not set 
     19# FWRT_sh4eb is not set 
     20# FWRT_sparc is not set 
     21FWRT_ARCH="arm" 
    822FWRT_WGET="wget --passive-ftp -nd" 
    923FWRT_JLEVEL=1 
     24FWRT_LINUX_2_4=y 
     25# FWRT_LINUX_2_6 is not set 
    1026FWRT_LINUX_2_4_BRCM=y 
     27# FWRT_LINUX_2_6_BRCM is not set 
     28# FWRT_LINUX_2_4_RB is not set 
     29# FWRT_LINUX_2_6_RB is not set 
     30# FWRT_LINUX_2_4_X86 is not set 
     31# FWRT_LINUX_2_6_X86 is not set 
     32# FWRT_LINUX_2_4_X86 is not set 
     33 
     34# 
     35# ADK configuration 
     36# 
     37# FWRT_DEVEL is not set 
     38FWRT_PREFIX="freewrt" 
     39# FWRT_USE_CCACHE is not set 
     40# FWRT_GUI_SDK is not set 
    1141 
    1242# 
     
    2858# FWRT_LINUX_2_6_X86_WRAP is not set 
    2959# FWRT_LINUX_2_6_X86_CRYPTOTOKEN is not set 
     60FWRT_KERNEL_SQUASHFS=y 
     61FWRT_KERNEL_MINI_FO=y 
     62FWRT_KERNEL_JFFS2_FS=y 
     63# FWRT_KERNEL_JFFS2_BBC_LZARI is not set 
     64# FWRT_KERNEL_IP_PNP is not set 
     65# FWRT_KERNEL_IP_PNP_DHCP is not set 
     66# FWRT_KERNEL_NFS_FS is not set 
     67# FWRT_KERNEL_NFS_V3 is not set 
     68# FWRT_KERNEL_ROOT_NFS is not set 
     69# FWRT_KERNEL_LOCKD is not set 
     70# FWRT_KERNEL_NFS_COMMON is not set 
     71# FWRT_KERNEL_SUNRPC is not set 
     72# FWRT_KERNEL_YAFFS_FS is not set 
     73# FWRT_KERNEL_YAFFS_YAFFS1 is not set 
     74# FWRT_KERNEL_YAFFS_YAFFS2 is not set 
     75# FWRT_KERNEL_YAFFS_AUTO_YAFFS2 is not set 
     76# FWRT_KERNEL_YAFFS_SHORT_NAMES_IN_RAM is not set 
     77# FWRT_KERNEL_EXT2_FS is not set 
    3078# FWRT_TARGET_ROOTFS_JFFS2 is not set 
    31 FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY=y 
     79FWRT_TARGET_ROOTFS_SQUASHFS=y 
    3280# FWRT_TARGET_ROOTFS_NFS is not set 
    3381# FWRT_TARGET_ROOTFS_EXT2_CF is not set 
     
    3684 
    3785# 
    38 # Kernel Configuration 
    39 
    40  
    41 
    42 # Networking modules 
    43 
    44 # FWRT_PACKAGE_KMOD_ATM is not set 
    45 # FWRT_PACKAGE_KMOD_GRE is not set 
    46 # FWRT_PACKAGE_KMOD_IMQ is not set 
    47 # FWRT_PACKAGE_KMOD_IPIP is not set 
    48 # FWRT_PACKAGE_KMOD_IPV6 is not set 
    49 # FWRT_PACKAGE_KMOD_PPP is not set 
    50 # FWRT_PACKAGE_KMOD_SCHED_ALL is not set 
    51 # FWRT_PACKAGE_KMOD_SCHED is not set 
    52 # FWRT_PACKAGE_KMOD_SCHED_CLS is not set 
    53 # FWRT_PACKAGE_KMOD_TUN is not set 
    54  
    55 
    56 # Filtering/Firewalling 
    57 
    58 # FWRT_PACKAGE_KMOD_IPTABLES is not set 
    59 # FWRT_PACKAGE_KMOD_IPTABLES_EXTRA is not set 
    60 # FWRT_PACKAGE_KMOD_IPT_CONNTRACK is not set 
    61 # FWRT_PACKAGE_KMOD_IPT_FILTER is not set 
    62 # FWRT_PACKAGE_KMOD_IPT_IPOPT is not set 
    63 # FWRT_PACKAGE_KMOD_IPT_IPSEC is not set 
    64 # FWRT_PACKAGE_KMOD_IPT_NAT is not set 
    65 # FWRT_PACKAGE_KMOD_IPT_NAT_EXTRA is not set 
    66 # FWRT_PACKAGE_KMOD_IPT_QUEUE is not set 
    67 # FWRT_PACKAGE_KMOD_IPT_ULOG is not set 
    68 # FWRT_PACKAGE_KMOD_IPT_EXTRA is not set 
    69  
    70 
    71 # Block devices support 
    72 
    73 # FWRT_PACKAGE_KMOD_IDE is not set 
    74 # FWRT_PACKAGE_KMOD_LOOP is not set 
    75 # FWRT_PACKAGE_KMOD_NBD is not set 
    76  
    77 
    78 # Filesystems support 
    79 
    80 # FWRT_PACKAGE_KMOD_FS_CIFS is not set 
    81 # FWRT_PACKAGE_KMOD_FS_EXT2 is not set 
    82 # FWRT_PACKAGE_KMOD_FS_EXT3 is not set 
    83 # FWRT_PACKAGE_KMOD_FS_HFSPLUS is not set 
    84 # FWRT_PACKAGE_KMOD_FS_NFS is not set 
    85 # FWRT_PACKAGE_KMOD_FS_NTFS is not set 
    86 # FWRT_PACKAGE_KMOD_FS_VFAT is not set 
    87 # FWRT_PACKAGE_KMOD_FS_XFS is not set 
    88 # FWRT_PACKAGE_KMOD_FS_FUSE is not set 
    89  
    90 
    91 # Multimedia devices support 
    92 
    93 # FWRT_PACKAGE_KMOD_PWC is not set 
    94 # FWRT_PACKAGE_KMOD_SOUNDCORE is not set 
    95 # FWRT_PACKAGE_KMOD_VIDEODEV is not set 
    96  
    97 
    98 # Native Language support 
    99 
    100 # FWRT_PACKAGE_KMOD_NLS_BASE is not set 
    101  
    102 
    103 # USB support 
    104 
    105 FWRT_PACKAGE_KMOD_USB=y 
    106 # FWRT_PACKAGE_KMOD_USB_UHCI is not set 
    107 FWRT_PACKAGE_KMOD_USB_OHCI=y 
    108 FWRT_PACKAGE_KMOD_USB_CONTROLLER=y 
    109 # FWRT_PACKAGE_KMOD_USB_ACM is not set 
    110 # FWRT_PACKAGE_KMOD_USB_AUDIO is not set 
    111 # FWRT_PACKAGE_KMOD_USB_PRINTER is not set 
    112 # FWRT_PACKAGE_KMOD_USB_SERIAL is not set 
    113 # FWRT_PACKAGE_KMOD_USB_STORAGE is not set 
    114 # FWRT_PACKAGE_KMOD_USB_ATM is not set 
    115  
    116 
    117 # Library Routines 
    118 
    119  
    120 
    121 # Misc. devices support 
    122 
    123 # FWRT_PACKAGE_KMOD_AX25 is not set 
    124 # FWRT_PACKAGE_KMOD_BLUETOOTH is not set 
    125 # FWRT_PACKAGE_KMOD_SOFTDOG is not set 
    126 # FWRT_PACKAGE_KMOD_CRYPTO is not set 
    127 # FWRT_PACKAGE_KMOD_ISDN is not set 
    128 # FWRT_PACKAGE_KMOD_SLHC is not set 
    129 # FWRT_PACKAGE_KMOD_HISAX is not set 
    130 # FWRT_PACKAGE_KMOD_MISDN is not set 
    131 FWRT_PACKAGE_KMOD_PARPORT=y 
    132 FWRT_PACKAGE_KMOD_PARPORT_SPLINK=y 
    133 # FWRT_PACKAGE_KMOD_LP is not set 
    134 # FWRT_PACKAGE_KMOD_PPDEV is not set 
    135  
    136 
    137 # Additional kernel modules 
    138 
    139 FWRT_PACKAGE_KMOD_BROADCOM_DIAG=y 
    140 # FWRT_PACKAGE_KMOD_BROADCOM_MMC is not set 
    141 FWRT_PACKAGE_KMOD_BROADCOM_WL=y 
    142 # FWRT_PACKAGE_KMOD_HOSTAP is not set 
    143 # FWRT_PACKAGE_KMOD_MADWIFI is not set 
    144 # FWRT_PACKAGE_KMOD_NOZOMI is not set 
    145 # FWRT_PACKAGE_KMOD_SPCA5XX is not set 
    146 # FWRT_PACKAGE_KMOD_SISUSB is not set 
    147 FWRT_PACKAGE_KMOD_WLCOMPAT=y 
    148  
    149 
    150 # Package Collections 
    151 
    152 FWRT_NO_PACKAGE_SELECTION=y 
    153 # FWRT_WLAN_DSL_ROUTER_PPPOE is not set 
    154 # FWRT_WLAN_DSL_ROUTER_PPTP is not set 
    155 # FWRT_WLAN_DSL_ROUTER_DHCP is not set 
    156 # FWRT_OPENVPN_ROUTER is not set 
    157 # FWRT_IPSEC_ROUTER is not set 
     86# Network Configuration 
     87
     88# FWRT_IPV6 is not set 
     89 
     90
     91# Target Network Configuration 
     92
     93 
     94
     95# LAN 
     96
     97FWRT_NETWORK_LAN=y 
     98FWRT_NETWORK_LAN_INTERFACE="eth0" 
     99FWRT_NETWORK_LAN_SWITCH_PORTS="0 1 2 3 5*" 
     100FWRT_NETWORK_LAN_PROTO_STATIC=y 
     101# FWRT_NETWORK_LAN_PROTO_DHCP is not set 
     102FWRT_NETWORK_LAN_IP_ADDRESS="192.168.1.1" 
     103FWRT_NETWORK_LAN_IP_NETMASK="255.255.255.0" 
     104 
     105
     106# WAN 
     107
     108FWRT_NETWORK_WAN=y 
     109FWRT_NETWORK_WAN_INTERFACE="eth1" 
     110FWRT_NETWORK_WAN_SWITCH_PORTS="4 5" 
     111FWRT_NETWORK_WAN_PROTO_DHCP=y 
     112# FWRT_NETWORK_WAN_PROTO_STATIC is not set 
     113FWRT_NETWORK_WAN_IP_ADDRESS="10.0.0.23" 
     114FWRT_NETWORK_WAN_IP_NETMASK="255.255.255.0" 
     115FWRT_NETWORK_WAN_IP_GATEWAY="10.0.0.1" 
     116 
     117
     118# Wireless LAN 
     119
     120# FWRT_NETWORK_WLAN is not set 
     121FWRT_NETWORK_WLAN_TYPE="atheros" 
     122FWRT_NETWORK_WLAN_INTERFACE="ath0" 
     123FWRT_NETWORK_WLAN_IP_ADDRESS="192.168.2.1" 
     124FWRT_NETWORK_WLAN_IP_NETMASK="255.255.255.0" 
     125# FWRT_NETWORK_WLAN_MODE_AP is not set 
     126# FWRT_NETWORK_WLAN_MODE_STA is not set 
     127FWRT_NETWORK_WLAN_ESSID="FreeWRT" 
     128FWRT_NETWORK_WLAN_CHANNEL="11" 
     129FWRT_NETWORK_WLAN_COUNTRY="DE" 
     130# FWRT_NETWORK_WLAN_SECURITY_NONE is not set 
     131# FWRT_NETWORK_WLAN_SECURITY_WEP is not set 
     132# FWRT_NETWORK_WLAN_SECURITY_WPA_PSK is not set 
     133# FWRT_NETWORK_WLAN_SECURITY_802.1X is not set 
     134# FWRT_NETWORK_WLAN_AUTORIZATION_OPEN is not set 
     135# FWRT_NETWORK_WLAN_AUTORIZATION_SHARED is not set 
     136# FWRT_NETWORK_WLAN_AUTORIZATION_OPEN_AND_SHARED is not set 
     137# FWRT_NETWORK_WLAN_AUTORIZATION_PSK is not set 
     138# FWRT_NETWORK_WLAN_AUTORIZATION_PSK2 is not set 
     139# FWRT_NETWORK_WLAN_AUTORIZATION_PSK_PSK2 is not set 
     140# FWRT_NETWORK_WLAN_AUTORIZATION_WPA is not set 
     141# FWRT_NETWORK_WLAN_AUTORIZATION_WPA2 is not set 
     142# FWRT_NETWORK_WLAN_AUTORIZATION_WPA_AND_WPA2 is not set 
     143# FWRT_NETWORK_WLAN_ENCRYPTION_TKIP is not set 
     144# FWRT_NETWORK_WLAN_ENCRYPTION_AES is not set 
     145# FWRT_NETWORK_WLAN_ENCRYPTION_AES_TKIP is not set 
     146# FWRT_NETWORK_WLAN_ENCRYPTION_WEP is not set 
     147# FWRT_NETWORK_WLAN_EAP_TLS is not set 
     148# FWRT_NETWORK_WLAN_EAP_TTLS is not set 
     149# FWRT_NETWORK_WLA_EAP_PEAP is not set 
     150# FWRT_NETWORK_WLAN_EAP_LEAP is not set 
     151FWRT_NETWORK_WLAN_RADIUS_IPADDR="0.0.0.0" 
     152FWRT_NETWORK_WLAN_RADIUS_PORT="1812" 
     153FWRT_NETWORK_WLAN_RADIUS_KEY="" 
     154FWRT_NETWORK_WLAN_WEP_KEY="" 
     155FWRT_NETWORK_WLAN_WPA_KEY="" 
     156FWRT_NETWROK_WLAN_WPA_GTK_REKEY="3600" 
    158157 
    159158# 
     
    188187# BUSYBOX_CONFIG_NITPICK is not set 
    189188# BUSYBOX_CONFIG_DESKTOP is not set 
     189# BUSYBOX_CONFIG_FEATURE_BUFFERS_USE_MALLOC is not set 
     190# BUSYBOX_CONFIG_FEATURE_BUFFERS_GO_ON_STACK is not set 
     191# BUSYBOX_CONFIG_FEATURE_BUFFERS_GO_IN_BSS is not set 
    190192BUSYBOX_CONFIG_SHOW_USAGE=y 
    191193BUSYBOX_CONFIG_FEATURE_VERBOSE_USAGE=y 
     
    195197BUSYBOX_CONFIG_GETOPT_LONG=y 
    196198BUSYBOX_CONFIG_FEATURE_DEVPTS=y 
     199# BUSYBOX_CONFIG_FEATURE_CLEAN_UP is not set 
    197200BUSYBOX_CONFIG_FEATURE_SUID=y 
    198201BUSYBOX_CONFIG_FEATURE_SYSLOG=y 
    199202# BUSYBOX_CONFIG_FEATURE_SUID_CONFIG is not set 
     203BUSYBOX_CONFIG_FEATURE_SUID_CONFIG_QUIET=y 
    200204BUSYBOX_CONFIG_FEATURE_HAVE_RPC=y 
    201205# BUSYBOX_CONFIG_SELINUX is not set 
     
    207211# BUSYBOX_CONFIG_STATIC is not set 
    208212# BUSYBOX_CONFIG_BUILD_LIBBUSYBOX is not set 
     213# BUSYBOX_CONFIG_FEATURE_FULL_LIBBUSYBOX is not set 
     214BUSYBOX_CONFIG_FEATURE_SHARED_BUSYBOX=y 
    209215BUSYBOX_CONFIG_LFS=y 
    210216# BUSYBOX_CONFIG_BUILD_AT_ONCE is not set 
     
    214220# 
    215221# BUSYBOX_CONFIG_DEBUG is not set 
     222# BUSYBOX_CONFIG_DEBUG_PESSIMIZE is not set 
     223# BUSYBOX_CONFIG_NO_DEBUG_LIB is not set 
     224# BUSYBOX_CONFIG_DMALLOC is not set 
     225# BUSYBOX_CONFIG_EFENCE is not set 
    216226# BUSYBOX_CONFIG_INCLUDE_SUSv2 is not set 
    217227 
     
    239249# 
    240250# BUSYBOX_CONFIG_AR is not set 
     251# BUSYBOX_CONFIG_FEATURE_AR_LONG_FILENAMES is not set 
    241252# BUSYBOX_CONFIG_BUNZIP2 is not set 
    242253# BUSYBOX_CONFIG_CPIO is not set 
    243254# BUSYBOX_CONFIG_DPKG is not set 
    244255# BUSYBOX_CONFIG_DPKG_DEB is not set 
     256# BUSYBOX_CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY is not set 
    245257BUSYBOX_CONFIG_GUNZIP=y 
    246258BUSYBOX_CONFIG_FEATURE_GUNZIP_UNCOMPRESS=y 
     
    261273# BUSYBOX_CONFIG_UNCOMPRESS is not set 
    262274# BUSYBOX_CONFIG_UNLZMA is not set 
     275# BUSYBOX_CONFIG_FEATURE_LZMA_FAST is not set 
    263276# BUSYBOX_CONFIG_UNZIP is not set 
    264277 
     
    267280# 
    268281# BUSYBOX_CONFIG_FEATURE_UNARCHIVE_TAPE is not set 
     282BUSYBOX_CONFIG_FEATURE_DEB_TAR_GZ=y 
     283# BUSYBOX_CONFIG_FEATURE_DEB_TAR_BZ2 is not set 
     284# BUSYBOX_CONFIG_FEATURE_DEB_TAR_LZMA is not set 
    269285 
    270286# 
     
    291307BUSYBOX_CONFIG_DF=y 
    292308# BUSYBOX_CONFIG_DIFF is not set 
     309BUSYBOX_CONFIG_FEATURE_DIFF_BINARY=y 
     310BUSYBOX_CONFIG_FEATURE_DIFF_DIR=y 
     311# BUSYBOX_CONFIG_FEATURE_DIFF_MINIMAL is not set 
    293312BUSYBOX_CONFIG_DIRNAME=y 
    294313# BUSYBOX_CONFIG_DOS2UNIX is not set 
     314BUSYBOX_CONFIG_UNIX2DOS=y 
    295315BUSYBOX_CONFIG_DU=y 
    296316BUSYBOX_CONFIG_FEATURE_DU_DEFAULT_BLOCKSIZE_1K=y 
     
    308328BUSYBOX_CONFIG_ID=y 
    309329# BUSYBOX_CONFIG_INSTALL is not set 
     330# BUSYBOX_CONFIG_FEATURE_INSTALL_LONG_OPTIONS is not set 
    310331BUSYBOX_CONFIG_LENGTH=y 
    311332BUSYBOX_CONFIG_LN=y 
     
    343364BUSYBOX_CONFIG_FEATURE_SORT_BIG=y 
    344365# BUSYBOX_CONFIG_STAT is not set 
     366# BUSYBOX_CONFIG_FEATURE_STAT_FORMAT is not set 
    345367# BUSYBOX_CONFIG_STTY is not set 
    346368# BUSYBOX_CONFIG_SUM is not set 
     
    402424BUSYBOX_CONFIG_RESET=y 
    403425# BUSYBOX_CONFIG_RESIZE is not set 
     426# BUSYBOX_CONFIG_FEATURE_RESIZE_PRINT is not set 
    404427# BUSYBOX_CONFIG_SETCONSOLE is not set 
     428# BUSYBOX_CONFIG_FEATURE_SETCONSOLE_LONG_OPTIONS is not set 
    405429# BUSYBOX_CONFIG_SETKEYCODES is not set 
    406430# BUSYBOX_CONFIG_SETLOGCONS is not set 
     
    412436# BUSYBOX_CONFIG_PIPE_PROGRESS is not set 
    413437# BUSYBOX_CONFIG_READLINK is not set 
     438# BUSYBOX_CONFIG_FEATURE_READLINK_FOLLOW is not set 
    414439BUSYBOX_CONFIG_RUN_PARTS=y 
    415440# BUSYBOX_CONFIG_FEATURE_RUN_PARTS_LONG_OPTIONS is not set 
    416441# BUSYBOX_CONFIG_START_STOP_DAEMON is not set 
     442BUSYBOX_CONFIG_FEATURE_START_STOP_DAEMON_FANCY=y 
     443# BUSYBOX_CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS is not set 
    417444BUSYBOX_CONFIG_WHICH=y 
    418445 
     
    488515# BUSYBOX_CONFIG_FEATURE_WTMP is not set 
    489516# BUSYBOX_CONFIG_LOGIN is not set 
     517# BUSYBOX_CONFIG_LOGIN_SCRIPTS is not set 
     518# BUSYBOX_CONFIG_FEATURE_SECURETTY is not set 
    490519BUSYBOX_CONFIG_PASSWD=y 
    491520BUSYBOX_CONFIG_FEATURE_PASSWD_WEAK_CHECK=y 
     
    511540# BUSYBOX_CONFIG_FEATURE_INSMOD_LOADINKMEM is not set 
    512541# BUSYBOX_CONFIG_FEATURE_INSMOD_LOAD_MAP is not set 
     542BUSYBOX_CONFIG_FEATURE_INSMOD_LOAD_MAP_FULL=y 
    513543BUSYBOX_CONFIG_RMMOD=y 
    514544BUSYBOX_CONFIG_LSMOD=y 
    515545# BUSYBOX_CONFIG_FEATURE_LSMOD_PRETTY_2_6_OUTPUT is not set 
    516546# BUSYBOX_CONFIG_MODPROBE is not set 
     547BUSYBOX_CONFIG_FEATURE_MODPROBE_MULTIPLE_OPTIONS=y 
     548BUSYBOX_CONFIG_FEATURE_MODPROBE_FANCY_ALIAS=y 
    517549 
    518550# 
     
    522554BUSYBOX_CONFIG_FEATURE_2_4_MODULES=y 
    523555BUSYBOX_CONFIG_FEATURE_2_6_MODULES=y 
     556# BUSYBOX_CONFIG_FEATURE_QUERY_MODULE_INTERFACE is not set 
    524557 
    525558# 
     
    529562BUSYBOX_CONFIG_FEATURE_DMESG_PRETTY=y 
    530563# BUSYBOX_CONFIG_FBSET is not set 
     564# BUSYBOX_CONFIG_FEATURE_FBSET_FANCY is not set 
     565# BUSYBOX_CONFIG_FEATURE_FBSET_READMODE is not set 
    531566# BUSYBOX_CONFIG_FDFLUSH is not set 
    532567# BUSYBOX_CONFIG_FDFORMAT is not set 
    533568# BUSYBOX_CONFIG_FDISK is not set 
    534569BUSYBOX_CONFIG_FDISK_SUPPORT_LARGE_DISKS=y 
     570BUSYBOX_CONFIG_FEATURE_FDISK_WRITABLE=y 
     571# BUSYBOX_CONFIG_FEATURE_AIX_LABEL is not set 
     572# BUSYBOX_CONFIG_FEATURE_SGI_LABEL is not set 
     573# BUSYBOX_CONFIG_FEATURE_SUN_LABEL is not set 
     574# BUSYBOX_CONFIG_FEATURE_OSF_LABEL is not set 
     575# BUSYBOX_CONFIG_FEATURE_FDISK_ADVANCED is not set 
    535576# BUSYBOX_CONFIG_FREERAMDISK is not set 
    536577# BUSYBOX_CONFIG_FSCK_MINIX is not set 
    537578# BUSYBOX_CONFIG_MKFS_MINIX is not set 
     579BUSYBOX_CONFIG_FEATURE_MINIX2=y 
    538580# BUSYBOX_CONFIG_GETOPT is not set 
    539581BUSYBOX_CONFIG_HEXDUMP=y 
    540582# BUSYBOX_CONFIG_HWCLOCK is not set 
     583# BUSYBOX_CONFIG_FEATURE_HWCLOCK_LONG_OPTIONS is not set 
     584BUSYBOX_CONFIG_FEATURE_HWCLOCK_ADJTIME_FHS=y 
    541585# BUSYBOX_CONFIG_IPCRM is not set 
    542586# BUSYBOX_CONFIG_IPCS is not set 
    543587# BUSYBOX_CONFIG_LOSETUP is not set 
    544588# BUSYBOX_CONFIG_MDEV is not set 
     589# BUSYBOX_CONFIG_FEATURE_MDEV_CONF is not set 
     590# BUSYBOX_CONFIG_FEATURE_MDEV_EXEC is not set 
    545591# BUSYBOX_CONFIG_MKSWAP is not set 
     592# BUSYBOX_CONFIG_FEATURE_MKSWAP_V0 is not set 
    546593BUSYBOX_CONFIG_MORE=y 
    547594BUSYBOX_CONFIG_FEATURE_USE_TERMIOS=y 
     
    552599BUSYBOX_CONFIG_FEATURE_MOUNT_FSTAB=y 
    553600BUSYBOX_CONFIG_PIVOT_ROOT=y 
    554 BUSYBOX_CONFIG_RDATE=y 
     601# BUSYBOX_CONFIG_RDATE is not set 
    555602# BUSYBOX_CONFIG_READPROFILE is not set 
    556603# BUSYBOX_CONFIG_SETARCH is not set 
     
    577624# BUSYBOX_CONFIG_DC is not set 
    578625# BUSYBOX_CONFIG_DEVFSD is not set 
     626# BUSYBOX_CONFIG_DEVFSD_MODLOAD is not set 
     627# BUSYBOX_CONFIG_DEVFSD_FG_NP is not set 
     628# BUSYBOX_CONFIG_DEVFSD_VERBOSE is not set 
    579629# BUSYBOX_CONFIG_FEATURE_DEVFS is not set 
    580630# BUSYBOX_CONFIG_EJECT is not set 
    581631# BUSYBOX_CONFIG_LAST is not set 
    582632# BUSYBOX_CONFIG_LESS is not set 
     633BUSYBOX_CONFIG_FEATURE_LESS_MAXLINES=9999999 
     634BUSYBOX_CONFIG_FEATURE_LESS_BRACKETS=y 
     635BUSYBOX_CONFIG_FEATURE_LESS_FLAGS=y 
     636# BUSYBOX_CONFIG_FEATURE_LESS_FLAGCS is not set 
     637# BUSYBOX_CONFIG_FEATURE_LESS_MARKS is not set 
     638# BUSYBOX_CONFIG_FEATURE_LESS_REGEXP is not set 
    583639# BUSYBOX_CONFIG_HDPARM is not set 
     640BUSYBOX_CONFIG_FEATURE_HDPARM_GET_IDENTITY=y 
     641# BUSYBOX_CONFIG_FEATURE_HDPARM_HDIO_SCAN_HWIF is not set 
     642# BUSYBOX_CONFIG_FEATURE_HDPARM_HDIO_UNREGISTER_HWIF is not set 
     643# BUSYBOX_CONFIG_FEATURE_HDPARM_HDIO_DRIVE_RESET is not set 
     644# BUSYBOX_CONFIG_FEATURE_HDPARM_HDIO_TRISTATE_HWIF is not set 
     645# BUSYBOX_CONFIG_FEATURE_HDPARM_HDIO_GETSET_DMA is not set 
    584646CONFIG_LOCK=y 
    585647# BUSYBOX_CONFIG_MAKEDEVS is not set 
     648# BUSYBOX_CONFIG_FEATURE_MAKEDEVS_LEAF is not set 
     649# BUSYBOX_CONFIG_FEATURE_MAKEDEVS_TABLE is not set 
    586650# BUSYBOX_CONFIG_MOUNTPOINT is not set 
    587651# BUSYBOX_CONFIG_MT is not set 
     
    594658# BUSYBOX_CONFIG_SETSID is not set 
    595659# BUSYBOX_CONFIG_TASKSET is not set 
     660BUSYBOX_CONFIG_FEATURE_TASKSET_FANCY=y 
    596661BUSYBOX_CONFIG_TIME=y 
    597662BUSYBOX_CONFIG_WATCHDOG=y 
     
    599664# 
    600665# Networking Utilities 
     666# 
     667 
     668# 
     669# To enable IPv6 support, go to the top-level 'Networking config' menu 
    601670# 
    602671# BUSYBOX_CONFIG_FEATURE_IPV6 is not set 
     
    608677# BUSYBOX_CONFIG_FTPGET is not set 
    609678# BUSYBOX_CONFIG_FTPPUT is not set 
     679# BUSYBOX_CONFIG_FEATURE_FTPGETPUT_LONG_OPTIONS is not set 
    610680# BUSYBOX_CONFIG_HOSTNAME is not set 
    611681# BUSYBOX_CONFIG_HTTPD is not set 
     682# BUSYBOX_CONFIG_FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP is not set 
     683# BUSYBOX_CONFIG_FEATURE_HTTPD_SETUID is not set 
     684BUSYBOX_CONFIG_FEATURE_HTTPD_BASIC_AUTH=y 
     685BUSYBOX_CONFIG_FEATURE_HTTPD_AUTH_MD5=y 
     686BUSYBOX_CONFIG_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES=y 
     687BUSYBOX_CONFIG_FEATURE_HTTPD_CGI=y 
     688# BUSYBOX_CONFIG_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR is not set 
     689BUSYBOX_CONFIG_FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV=y 
     690BUSYBOX_CONFIG_FEATURE_HTTPD_ENCODE_URL_STR=y 
    612691# BUSYBOX_CONFIG_IFCONFIG is not set 
     692BUSYBOX_CONFIG_FEATURE_IFCONFIG_STATUS=y 
     693# BUSYBOX_CONFIG_FEATURE_IFCONFIG_SLIP is not set 
     694# BUSYBOX_CONFIG_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ is not set 
     695BUSYBOX_CONFIG_FEATURE_IFCONFIG_HW=y 
     696# BUSYBOX_CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS is not set 
    613697BUSYBOX_CONFIG_IFUPDOWN=y 
    614698BUSYBOX_CONFIG_FEATURE_IFUPDOWN_IP=y 
    615699BUSYBOX_CONFIG_FEATURE_IFUPDOWN_IP_BUILTIN=y 
     700BUSYBOX_CONFIG_FEATURE_IFUPDOWN_IFCONFIG_BUILTIN=y 
    616701BUSYBOX_CONFIG_FEATURE_IFUPDOWN_IPV4=y 
    617702# BUSYBOX_CONFIG_FEATURE_IFUPDOWN_IPV6 is not set 
     
    619704# BUSYBOX_CONFIG_FEATURE_IFUPDOWN_MAPPING is not set 
    620705# BUSYBOX_CONFIG_INETD is not set 
     706BUSYBOX_CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_ECHO=y 
     707BUSYBOX_CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_DISCARD=y 
     708BUSYBOX_CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_TIME=y 
     709BUSYBOX_CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_DAYTIME=y 
     710BUSYBOX_CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_CHARGEN=y 
     711# BUSYBOX_CONFIG_FEATURE_INETD_RPC is not set 
    621712BUSYBOX_CONFIG_IP=y 
    622713BUSYBOX_CONFIG_FEATURE_IP_ADDRESS=y 
     
    626717# BUSYBOX_CONFIG_FEATURE_IP_RULE is not set 
    627718# BUSYBOX_CONFIG_FEATURE_IP_SHORT_FORMS is not set 
     719BUSYBOX_CONFIG_IPADDR=y 
     720BUSYBOX_CONFIG_IPLINK=y 
     721BUSYBOX_CONFIG_IPROUTE=y 
     722BUSYBOX_CONFIG_IPTUNNEL=y 
     723BUSYBOX_CONFIG_IPRULE=y 
    628724# BUSYBOX_CONFIG_IPCALC is not set 
     725BUSYBOX_CONFIG_FEATURE_IPCALC_FANCY=y 
     726# BUSYBOX_CONFIG_FEATURE_IPCALC_LONG_OPTIONS is not set 
    629727# BUSYBOX_CONFIG_NAMEIF is not set 
    630728BUSYBOX_CONFIG_NC=y 
     
    637735BUSYBOX_CONFIG_FEATURE_FANCY_PING=y 
    638736# BUSYBOX_CONFIG_PING6 is not set 
     737BUSYBOX_CONFIG_FEATURE_FANCY_PING6=y 
    639738# BUSYBOX_CONFIG_ROUTE is not set 
    640739BUSYBOX_CONFIG_TELNET=y 
     
    644743BUSYBOX_CONFIG_FEATURE_TELNETD_STANDALONE=y 
    645744# BUSYBOX_CONFIG_TFTP is not set 
     745BUSYBOX_CONFIG_FEATURE_TFTP_GET=y 
     746BUSYBOX_CONFIG_FEATURE_TFTP_PUT=y 
     747# BUSYBOX_CONFIG_FEATURE_TFTP_BLOCKSIZE is not set 
     748# BUSYBOX_CONFIG_DEBUG_TFTP is not set 
    646749BUSYBOX_CONFIG_TRACEROUTE=y 
    647750BUSYBOX_CONFIG_FEATURE_TRACEROUTE_VERBOSE=y 
     
    649752BUSYBOX_CONFIG_FEATURE_TRACEROUTE_USE_ICMP=y 
    650753# BUSYBOX_CONFIG_APP_UDHCPD is not set 
     754# BUSYBOX_CONFIG_APP_DHCPRELAY is not set 
     755# BUSYBOX_CONFIG_APP_DUMPLEASES is not set 
    651756BUSYBOX_CONFIG_APP_UDHCPC=y 
    652757# BUSYBOX_CONFIG_FEATURE_UDHCP_SYSLOG is not set 
     
    704809# BUSYBOX_CONFIG_ENVDIR is not set 
    705810# BUSYBOX_CONFIG_SOFTLIMIT is not set 
    706 FWRT_PACKAGE_FWCF=y 
    707 # FWRT_PACKAGE_FWIFUPDOWN is not set 
    708 # FWIFUPDOWN_CONFIG_BUSYBOX_COMPAT is not set 
    709811FWRT_PACKAGE_UCLIBC=y 
    710812 
     
    715817FWRT_PACKAGE_JFFS2ROOT=y 
    716818FWRT_PACKAGE_MTD=y 
     819FWRT_PACKAGE_BROADCOM_WATCHBUTTON=y 
    717820FWRT_PACKAGE_BROADCOM_WLC=y 
    718821FWRT_PACKAGE_BROADCOM_WL_UTIL=y 
    719822FWRT_PACKAGE_BROADCOM_NAS=y 
     823 
     824# 
     825# FreeWRT Tools Collection 
     826# 
     827FWRT_PACKAGE_FWCF=y 
     828FWRT_PACKAGE_FWIFUPDOWN=y 
     829FWIFUPDOWN_CONFIG_ALIAS=y 
     830# FWIFUPDOWN_CONFIG_BRIDGE is not set 
     831FWIFUPDOWN_CONFIG_IFACE=y 
     832# FWIFUPDOWN_CONFIG_PPP is not set 
     833# FWIFUPDOWN_CONFIG_TUNTAP is not set 
     834FWIFUPDOWN_CONFIG_VLAN=y 
     835# FWIFUPDOWN_CONFIG_WL_ATHEROS is not set 
     836FWIFUPDOWN_CONFIG_WL_BROADCOM=y 
     837 
     838# 
     839# Config 
     840# 
     841# FWIFUPDOWN_CONFIG_SHOW_CONFIG is not set 
     842# FWIFUPDOWN_CONFIG_PRINTING_OFF is not set 
     843FWIFUPDOWN_CONFIG_PRINTING_FANCY=y 
     844FWIFUPDOWN_CONFIG_BUSYBOX_COMPAT=y 
     845# FWRT_PACKAGE_FWFIREWALL is not set 
     846# FWRT_PACKAGE_FWUPDATE is not set 
    720847 
    721848# 
     
    762889BUSYBOX_CONFIG_FEATURE_SH_FANCY_PROMPT=y 
    763890# FWRT_PACKAGE_MKSH is not set 
     891FWRT_PACKAGE_MKSH_AS_BINASH=y 
    764892 
    765893# 
     
    784912# 
    785913# FWRT_PACKAGE_AUTOSSH is not set 
     914# FWRT_PACKAGE_BINUTILS is not set 
    786915# FWRT_PACKAGE_BITCHX is not set 
    787916# FWRT_PACKAGE_BOGOFILTER is not set 
     917# FWRT_PACKAGE_BOGOFILTER_BOGOUTIL is not set 
     918# FWRT_PACKAGE_BOGOFILTER_BOGOTUNE is not set 
    788919# FWRT_PACKAGE_COLLECTD is not set 
     920FWRT_PACKAGE_COLLECTD_CPU=y 
     921FWRT_PACKAGE_COLLECTD_LOAD=y 
     922FWRT_PACKAGE_COLLECTD_MEMORY=y 
     923FWRT_PACKAGE_COLLECTD_PING=y 
     924FWRT_PACKAGE_COLLECTD_TRAFFIC=y 
    789925# FWRT_PACKAGE_CBTT is not set 
    790926# FWRT_PACKAGE_CBTT_MYSQL is not set 
     
    800936# FWRT_PACKAGE_HASERL is not set 
    801937# FWRT_PACKAGE_IRSSI is not set 
    802 # FWRT_PACKAGE_JAMVM is not set 
     938# FWRT_PACKAGE_IRSSI_SSL is not set 
    803939# FWRT_PACKAGE_JOE is not set 
    804940# FWRT_PACKAGE_LCD4LINUX is not set 
    805941# FWRT_PACKAGE_LESS is not set 
    806942# FWRT_PACKAGE_LOGROTATE is not set 
    807 # FWRT_PACKAGE_LIBLUA is not set 
    808 # FWRT_PACKAGE_LUA is not set 
    809 # FWRT_PACKAGE_LUAC is not set 
    810 # FWRT_PACKAGE_LUA_EXAMPLES is not set 
    811943# FWRT_PACKAGE_MC is not set 
    812 # FWRT_PACKAGE_MICROPERL is not set 
     944# FWRT_COMPILE_MONIT is not set 
    813945# FWRT_PACKAGE_MONIT is not set 
    814946# FWRT_PACKAGE_MONIT_NOSSL is not set 
     
    818950# FWRT_PACKAGE_VILISTEXTUM is not set 
    819951# FWRT_PACKAGE_NANO is not set 
     952FWRT_PACKAGE_NANO_TINY=y 
     953# FWRT_COMPILE_OSIRIS is not set 
    820954# FWRT_PACKAGE_OSIRISD is not set 
    821  
    822 # 
    823 # PHP 4 Server API --- 
    824 # 
    825 # FWRT_PACKAGE_PHP4_CLI is not set 
    826 # FWRT_PACKAGE_PHP4_CGI is not set 
    827 # FWRT_PACKAGE_PHP4_FASTCGI is not set 
    828  
    829 # 
    830 # PHP 4 Extensions --- 
    831 # 
    832  
    833 # 
    834 # PHP 4 Configuration end --- 
    835 # 
    836  
    837 # 
    838 # PHP 5 Server API --- 
    839 # 
    840 # FWRT_PACKAGE_PHP5_CLI is not set 
    841 # FWRT_PACKAGE_PHP5_CGI is not set 
    842 # FWRT_PACKAGE_PHP5_FASTCGI is not set 
    843  
    844 # 
    845 # PHP 5 Extensions --- 
    846 # 
    847  
    848 # 
    849 # PHP 5 Configuration end --- 
    850 # 
    851955# FWRT_PACKAGE_PROCMAIL is not set 
    852956# FWRT_PACKAGE_PSYBNC is not set 
    853 # FWRT_PACKAGE_SABLEVM is not set 
    854 # FWRT_PACKAGE_LIBSABLEVM_CLASSPATH is not set 
    855 # FWRT_PACKAGE_LIBFFI_SABLE is not set 
     957# FWRT_COMPILE_RRDTOOL is not set 
     958# FWRT_PACKAGE_LIBRRD is not set 
     959# FWRT_PACKAGE_RRDCGI is not set 
     960# FWRT_PACKAGE_RRDTOOL is not set 
     961# FWRT_PACKAGE_RRDCOLLECT is not set 
     962# FWRT_PACKAGE_RRDCOLLECT_EXAMPLE is not set 
    856963# FWRT_PACKAGE_SANE_BACKENDS is not set 
    857964# FWRT_PACKAGE_SCREEN is not set 
     
    859966# FWRT_PACKAGE_SER2NET is not set 
    860967# FWRT_PACKAGE_SYSLOG_NG is not set 
    861 # FWRT_COMPILE_RRDTOOL is not set 
     968# FWRT_PACKAGE_TAR is not set 
    862969# FWRT_PACKAGE_VIM is not set 
    863970 
     
    868975# FWRT_PACKAGE_ARPD is not set 
    869976# FWRT_PACKAGE_ARPWATCH is not set 
     977# FWRT_COMPILE_ATFTP is not set 
    870978# FWRT_PACKAGE_ATFTP is not set 
    871979# FWRT_PACKAGE_ATFTPD is not set 
     980# FWRT_COMPILE_AVAHI is not set 
    872981# FWRT_PACKAGE_AVAHI_DAEMON is not set 
     982# FWRT_PACKAGE_AVAHI_DNSCONFD is not set 
    873983# FWRT_PACKAGE_LIBAVAHI is not set 
     984# FWRT_COMPILE_AXTLS is not set 
    874985# FWRT_PACKAGE_AXHTTPD is not set 
    875986# FWRT_COMPILE_BIND is not set 
    876987# FWRT_DUMMY_BIND is not set 
     988# FWRT_PACKAGE_BIND_TOOLS is not set 
     989# FWRT_PACKAGE_BIND_RNDC is not set 
     990# FWRT_PACKAGE_BIND_CHECK is not set 
     991# FWRT_PACKAGE_BIND_DNSSEC is not set 
     992# FWRT_PACKAGE_BIND_HOST is not set 
     993# FWRT_PACKAGE_BIND_DIG is not set 
     994# FWRT_PACKAGE_BIND_CLIENT is not set 
     995# FWRT_PACKAGE_BIND_SERVER is not set 
    877996# FWRT_PACKAGE_BITLBEE is not set 
    878997# FWRT_PACKAGE_BRIDGE_UTILS is not set 
     
    8821001# FWRT_PACKAGE_CUPS is not set 
    8831002# FWRT_PACKAGE_CUTTER is not set 
     1003# FWRT_COMPILE_DHCP is not set 
    8841004# FWRT_PACKAGE_DHCP_RELAY is not set 
    8851005# FWRT_PACKAGE_DHCP_SERVER is not set 
     
    8941014# FWRT_PACKAGE_FAKEIDENTD is not set 
    8951015# FWRT_PACKAGE_FETCHMAIL is not set 
     1016# FWRT_PACKAGE_FETCHMAIL_SSL is not set 
    8961017# FWRT_PACKAGE_FPING is not set 
    8971018# FWRT_PACKAGE_FPROBE is not set 
    8981019# FWRT_PACKAGE_FPROBE_ULOG is not set 
    8991020# FWRT_PACKAGE_FREERADIUS is not set 
     1021# FWRT_PACKAGE_FREERADIUS_DEMOCERTS is not set 
     1022# FWRT_PACKAGE_FREERADIUS_MOD_CHAP is not set 
     1023# FWRT_PACKAGE_FREERADIUS_MOD_DETAIL is not set 
     1024# FWRT_PACKAGE_FREERADIUS_MOD_EAP is not set 
     1025# FWRT_PACKAGE_FREERADIUS_MOD_EAP_GTC is not set 
     1026# FWRT_PACKAGE_FREERADIUS_MOD_EAP_MD5 is not set 
     1027# FWRT_PACKAGE_FREERADIUS_MOD_EAP_MSCHAPV2 is not set 
     1028# FWRT_PACKAGE_FREERADIUS_MOD_EAP_PEAP is not set 
     1029# FWRT_PACKAGE_FREERADIUS_MOD_EAP_TLS is not set 
     1030# FWRT_PACKAGE_FREERADIUS_MOD_EAP_TTLS is not set 
     1031# FWRT_PACKAGE_FREERADIUS_MOD_FILES is not set 
     1032# FWRT_PACKAGE_FREERADIUS_MOD_LDAP is not set 
     1033# FWRT_PACKAGE_FREERADIUS_MOD_MSCHAP is not set 
     1034# FWRT_PACKAGE_FREERADIUS_MOD_PAP is not set 
     1035# FWRT_PACKAGE_FREERADIUS_MOD_PREPROCESS is not set 
     1036# FWRT_PACKAGE_FREERADIUS_MOD_REALM is not set 
     1037# FWRT_PACKAGE_FREERADIUS_MOD_SQL is not set 
     1038# FWRT_PACKAGE_FREERADIUS_MOD_SQL_MYSQL is not set 
     1039# FWRT_PACKAGE_FREERADIUS_MOD_SQL_PGSQL is not set 
     1040# FWRT_PACKAGE_FREERADIUS_MOD_SQLCOUNTER is not set 
     1041# FWRT_PACKAGE_FREERADIUS_UTILS is not set 
    9001042# FWRT_PACKAGE_FRICKIN is not set 
    9011043# FWRT_PACKAGE_GKRELLMD is not set 
    9021044# FWRT_PACKAGE_HOSTAP_UTILS is not set 
     1045# FWRT_COMPILE_HOSTAPD is not set 
    9031046# FWRT_PACKAGE_HOSTAPD is not set 
    9041047# FWRT_PACKAGE_HOSTAPD_UTILS is not set 
    9051048# FWRT_PACKAGE_HTPDATE is not set 
    9061049# FWRT_PACKAGE_HTTPING is not set 
     1050FWRT_PACKAGE_HTTPING_WITH_SSL=y 
    9071051# FWRT_PACKAGE_HTTPTUNNEL is not set 
    9081052# FWRT_PACKAGE_IFTOP is not set 
    9091053# FWRT_PACKAGE_IGMPPROXY is not set 
    9101054# FWRT_PACKAGE_IPCAD is not set 
     1055# FWRT_COMPILE_IPROUTE2 is not set 
    9111056# FWRT_SHOW_IPROUTE2 is not set 
     1057# FWRT_PACKAGE_IP is not set 
     1058# FWRT_PACKAGE_TC is not set 
    9121059# FWRT_PACKAGE_IPERF is not set 
     1060# FWRT_PACKAGE_IPSEC_TOOLS is not set 
    9131061# FWRT_PACKAGE_IPSET is not set 
     1062# FWRT_COMPILE_IPTABLES is not set 
    9141063# FWRT_PACKAGE_IPTABLES is not set 
     1064# FWRT_PACKAGE_IPTABLES_UTILS is not set 
    9151065# FWRT_PACKAGE_IP6TABLES is not set 
    9161066# FWRT_PACKAGE_IPTABLES_SNMP is not set 
    9171067# FWRT_PACKAGE_IPTRAF is not set 
    9181068# FWRT_PACKAGE_ISDN4K_UTILS is not set 
     1069# FWRT_COMPILE_KISMET is not set 
    9191070# FWRT_PACKAGE_KISMET_CLIENT is not set 
    9201071# FWRT_PACKAGE_KISMET_DRONE is not set 
    9211072# FWRT_PACKAGE_KISMET_SERVER is not set 
     1073# FWRT_COMPILE_KNOCK is not set 
    9221074# FWRT_PACKAGE_KNOCK is not set 
    9231075# FWRT_PACKAGE_KNOCKD is not set 
     
    9251077# FWRT_PACKAGE_L2TPNS is not set 
    9261078# FWRT_PACKAGE_LIGHTTPD is not set 
     1079# FWRT_PACKAGE_LIGHTTPD_MOD_ACCESSLOG is not set 
     1080# FWRT_PACKAGE_LIGHTTPD_MOD_ALIAS is not set 
     1081# FWRT_PACKAGE_LIGHTTPD_MOD_AUTH is not set 
     1082# FWRT_PACKAGE_LIGHTTPD_MOD_CGI is not set 
     1083# FWRT_PACKAGE_LIGHTTPD_MOD_EVASIVE is not set 
     1084# FWRT_PACKAGE_LIGHTTPD_MOD_EXPIRE is not set 
     1085# FWRT_PACKAGE_LIGHTTPD_MOD_FASTCGI is not set 
     1086# FWRT_PACKAGE_LIGHTTPD_MOD_PROXY is not set 
     1087# FWRT_PACKAGE_LIGHTTPD_MOD_REDIRECT is not set 
     1088# FWRT_PACKAGE_LIGHTTPD_MOD_REWRITE is not set 
     1089# FWRT_PACKAGE_LIGHTTPD_MOD_SETENV is not set 
     1090# FWRT_PACKAGE_LIGHTTPD_MOD_SIMPLE_VHOST is not set 
     1091# FWRT_PACKAGE_LIGHTTPD_MOD_SSI is not set 
     1092# FWRT_PACKAGE_LIGHTTPD_MOD_STATUS is not set 
     1093# FWRT_PACKAGE_LIGHTTPD_MOD_USERTRACK is not set 
     1094# FWRT_PACKAGE_LIGHTTPD_MOD_WEBDAV is not set 
    9271095# FWRT_PACKAGE_LINUX_ATM is not set 
     1096FWRT_PACKAGE_BR2684CTL=y 
    9281097# FWRT_PACKAGE_MACCHANGER is not set 
    9291098# FWRT_PACKAGE_MARADNS is not set 
    9301099# FWRT_PACKAGE_MATRIXTUNNEL is not set 
    9311100# FWRT_PACKAGE_MIAU is not set 
     1101# FWRT_COMPILE_MINI_HTTPD is not set 
    9321102# FWRT_PACKAGE_MINI_HTTPD is not set 
    9331103# FWRT_PACKAGE_MINI_HTTPD_HTPASSWD is not set 
     
    9361106# FWRT_PACKAGE_MINI_SENDMAIL is not set 
    9371107# FWRT_PACKAGE_MTR is not set 
     1108# FWRT_PACKAGE_NEON is not set 
    9381109# FWRT_COMPILE_NET_SNMP is not set 
    9391110# FWRT_DUMMY_NET_SNMP is not set 
     1111# FWRT_PACKAGE_LIBNETSNMP is not set 
     1112# FWRT_PACKAGE_SNMP_UTILS is not set 
     1113# FWRT_PACKAGE_SNMPD is not set 
    9401114# FWRT_PACKAGE_NETIO is not set 
    9411115# FWRT_PACKAGE_NETPERF is not set 
    9421116# FWRT_PACKAGE_NETSTAT_NAT is not set 
     1117# FWRT_PACKAGE_NFS_UTILS is not set 
    9431118# FWRT_PACKAGE_NFS_SERVER is not set 
    9441119# FWRT_PACKAGE_NMAP is not set 
     
    9461121# FWRT_PACKAGE_NTPCLIENT is not set 
    9471122# FWRT_PACKAGE_NUT is not set 
     1123# FWRT_PACKAGE_NUT_SSL is not set 
     1124# FWRT_PACKAGE_NUT_USB is not set 
     1125# FWRT_PACKAGE_NUT_SNMP is not set 
     1126FWRT_PACKAGE_NUT_VARDESC=y 
     1127# FWRT_PACKAGE_NUT_DRIVER_APCSMART is not set 
     1128# FWRT_PACKAGE_NUT_DRIVER_BELKIN is not set 
     1129# FWRT_PACKAGE_NUT_DRIVER_BELKINUNV is not set 
     1130# FWRT_PACKAGE_NUT_DRIVER_BESTUPS is not set 
     1131# FWRT_PACKAGE_NUT_DRIVER_BESTFCOM is not set 
     1132# FWRT_PACKAGE_NUT_DRIVER_BESTUFERRUPS is not set 
     1133# FWRT_PACKAGE_NUT_DRIVER_BLAZER is not set 
     1134# FWRT_PACKAGE_NUT_DRIVER_CPSUPS is not set 
     1135# FWRT_PACKAGE_NUT_DRIVER_CYBERPOWER is not set 
     1136# FWRT_PACKAGE_NUT_DRIVER_ESUPSSMART is not set 
     1137# FWRT_PACKAGE_NUT_DRIVER_ETAPRO is not set 
     1138# FWRT_PACKAGE_NUT_DRIVER_EVERUPS is not set 
     1139# FWRT_PACKAGE_NUT_DRIVER_FENTONUPS is not set 
     1140# FWRT_PACKAGE_NUT_DRIVER_GAMATRONIC is not set 
     1141# FWRT_PACKAGE_NUT_DRIVER_GENERICUPS is not set 
     1142# FWRT_PACKAGE_NUT_DRIVER_IPPON is not set 
     1143# FWRT_PACKAGE_NUT_DRIVER_ISBMEX is not set 
     1144# FWRT_PACKAGE_NUT_DRIVER_LIEBERT is not set 
     1145# FWRT_PACKAGE_NUT_DRIVER_MASTERGUARD is not set 
     1146# FWRT_PACKAGE_NUT_DRIVER_MEGATEC is not set 
     1147# FWRT_PACKAGE_NUT_DRIVER_METASYS is not set 
     1148# FWRT_PACKAGE_NUT_DRIVER_MGE_UTALK is not set 
     1149# FWRT_PACKAGE_NUT_DRIVER_MUSTEK is not set 
     1150# FWRT_PACKAGE_NUT_DRIVER_ONEAC is not set 
     1151# FWRT_PACKAGE_NUT_DRIVER_POWERCOM is not set 
     1152# FWRT_PACKAGE_NUT_DRIVER_POWERMUST is not set 
     1153# FWRT_PACKAGE_NUT_DRIVER_RHINO is not set 
     1154# FWRT_PACKAGE_NUT_DRIVER_SAFENET is not set 
     1155# FWRT_PACKAGE_NUT_DRIVER_SMS is not set 
     1156# FWRT_PACKAGE_NUT_DRIVER_SOLIS is not set 
     1157# FWRT_PACKAGE_NUT_DRIVER_TRIPPLITE is not set 
     1158# FWRT_PACKAGE_NUT_DRIVER_TRIPPLITESU is not set 
     1159# FWRT_PACKAGE_NUT_DRIVER_UPSCODE2 is not set 
     1160# FWRT_PACKAGE_NUT_DRIVER_VICTRONUPS is not set 
    9481161# FWRT_PACKAGE_OLSRD is not set 
     1162# FWRT_PACKAGE_OLSRD_MOD_DOT_DRAW is not set 
     1163# FWRT_PACKAGE_OLSRD_MOD_DYN_GW is not set 
     1164# FWRT_PACKAGE_OLSRD_MOD_HTTPINFO is not set 
     1165# FWRT_PACKAGE_OLSRD_MOD_NAMESERVICE is not set 
     1166# FWRT_PACKAGE_OLSRD_MOD_POWER is not set 
     1167# FWRT_PACKAGE_OLSRD_MOD_SECURE is not set 
     1168# FWRT_PACKAGE_OLSRD_MOD_TAS is not set 
    9491169# FWRT_PACKAGE_OPENNTPD is not set 
    950 # FWRT_PACKAGE_OPENSER is not set 
     1170# FWRT_COMPILE_OPENSSH is not set 
    9511171# FWRT_SHOW_OPENSSH is not set 
     1172# FWRT_PACKAGE_OPENSSH_CLIENT is not set 
     1173# FWRT_PACKAGE_OPENSSH_CLIENT_UTILS is not set 
     1174# FWRT_PACKAGE_OPENSSH_SERVER is not set 
     1175# FWRT_PACKAGE_OPENSSH_SFTP_CLIENT is not set 
     1176# FWRT_PACKAGE_OPENSSH_SFTP_SERVER is not set 
    9521177# FWRT_PACKAGE_OPENSWAN is not set 
    9531178# FWRT_PACKAGE_OPENVPN is not set 
     1179FWRT_COMPILE_OPENVPN_WITH_SERVER=y 
     1180FWRT_COMPILE_OPENVPN_WITH_HTTP=y 
     1181FWRT_COMPILE_OPENVPN_WITH_OPENSSL=y 
     1182FWRT_COMPILE_OPENVPN_WITH_LZO=y 
     1183FWRT_COMPILE_OPENVPN_WITH_PASSWORD_SAVE=y 
     1184# FWRT_COMPILE_OPENVPN_WITH_SMALL is not set 
     1185# FWRT_PACKAGE_OPENVPN_EASY_RSA is not set 
    9541186# FWRT_PACKAGE_P910ND is not set 
    9551187# FWRT_PACKAGE_PARPROUTED is not set 
     
    9581190# FWRT_PACKAGE_PORTSENTRY is not set 
    9591191# FWRT_PACKAGE_PPP is not set 
     1192# FWRT_PACKAGE_PPP_MOD_PPPOE is not set 
     1193# FWRT_PACKAGE_PPP_MOD_RADIUS is not set 
     1194# FWRT_PACKAGE_PPP_MOD_CHAT is not set 
     1195# FWRT_PACKAGE_PPP_MOD_PPPDUMP is not set 
     1196# FWRT_PACKAGE_PPP_MOD_PPPSTATS is not set 
     1197# FWRT_PACKAGE_PPP_MOD_PPPUMTS is not set 
    9601198# FWRT_PACKAGE_PPTP is not set 
    9611199# FWRT_PACKAGE_PPTPD is not set 
    962 # FWRT_PACKAGE_PRIVOXY is not set 
    9631200# FWRT_PACKAGE_PTUNNEL is not set 
    9641201# FWRT_PACKAGE_QUAGGA is not set 
     1202# FWRT_PACKAGE_QUAGGA_BGPD is not set 
     1203# FWRT_PACKAGE_QUAGGA_OSPFD is not set 
     1204# FWRT_PACKAGE_QUAGGA_OSPF6D is not set 
     1205# FWRT_PACKAGE_QUAGGA_RIPD is not set 
     1206# FWRT_PACKAGE_QUAGGA_RIPNGD is not set 
     1207# FWRT_PACKAGE_QUAGGA_VTYSH is not set 
    9651208# FWRT_PACKAGE_RADDUMP is not set 
    9661209# FWRT_PACKAGE_RARPD is not set 
     1210# FWRT_PACKAGE_RDATE is not set 
    9671211# FWRT_PACKAGE_REAIM is not set 
    9681212# FWRT_PACKAGE_ROBOCFG is not set 
     1213# FWRT_COMPILE_RP_PPPOE is not set 
    9691214# FWRT_PACKAGE_PPPOE_CLIENT is not set 
    9701215# FWRT_PACKAGE_PPPOE_RELAY is not set 
    9711216# FWRT_PACKAGE_PPPOE_SERVER is not set 
    9721217# FWRT_PACKAGE_PPPOE_SNIFF is not set 
     1218# FWRT_COMPILE_RRS is not set 
    9731219# FWRT_PACKAGE_RRS is not set 
    9741220# FWRT_PACKAGE_RRS_NOSSL is not set 
    9751221# FWRT_PACKAGE_RSYNC is not set 
     1222# FWRT_COMPILE_SAMBA is not set 
    9761223# FWRT_PACKAGE_SAMBA is not set 
     1224FWRT_SAMBA_CODEPAGE="ISO8859-1" 
    9771225# FWRT_PACKAGE_SAMBA_CLIENT is not set 
    9781226# FWRT_PACKAGE_SAMBA_PASSWD is not set 
     1227# FWRT_PACKAGE_SWAT is not set 
    9791228# FWRT_PACKAGE_SCANLOGD is not set 
    9801229# FWRT_PACKAGE_SCDP is not set 
    9811230# FWRT_PACKAGE_SHAT is not set 
    9821231# FWRT_PACKAGE_SHOREWALL is not set 
     1232# FWRT_PACKAGE_SHOREWALL_STRIPCONF is not set 
     1233FWRT_PACKAGE_SHOREWALL_STRIPSHARED=y 
    9831234# FWRT_PACKAGE_SIPP is not set 
    9841235# FWRT_PACKAGE_SIPROXD is not set 
     
    9891240# FWRT_PACKAGE_SOCAT is not set 
    9901241# FWRT_PACKAGE_SQUID is not set 
     1242# FWRT_PACKAGE_SQUID_MOD_BASIC_AUTH_GETPWNAM is not set 
     1243# FWRT_PACKAGE_SQUID_MOD_BASIC_AUTH_NCSA is not set 
     1244# FWRT_PACKAGE_SQUID_MOD_BASIC_AUTH_SMB is not set 
     1245# FWRT_PACKAGE_SQUID_MOD_BASIC_AUTH_WINBIND is not set 
     1246# FWRT_PACKAGE_SQUID_MOD_DIGEST_AUTH_PASSWORD is not set 
     1247# FWRT_PACKAGE_SQUID_MOD_EXTERNAL_ACL_IP_USER is not set 
     1248# FWRT_PACKAGE_SQUID_MOD_EXTERNAL_ACL_UNIX_GROUP is not set 
     1249# FWRT_PACKAGE_SQUID_MOD_EXTERNAL_ACL_WINBIND_GROUP is not set 
     1250# FWRT_PACKAGE_SQUID_MOD_NTLM_AUTH_FAKEAUTH is not set 
     1251# FWRT_PACKAGE_SQUID_MOD_NTLM_AUTH_SMB_AUTH is not set 
     1252# FWRT_PACKAGE_SQUID_MOD_NTLM_AUTH_WINBIND_AUTH is not set 
    9911253# FWRT_PACKAGE_SSLTUNNEL is not set 
    9921254# FWRT_PACKAGE_SSMTP is not set 
    9931255# FWRT_PACKAGE_SRELAY is not set 
    9941256# FWRT_PACKAGE_SUBVERSION is not set 
     1257# FWRT_PACKAGE_STRONGSWAN is not set 
    9951258# FWRT_PACKAGE_TMSNC is not set 
    9961259# FWRT_PACKAGE_TCPDUMP is not set 
     1260# FWRT_COMPILE_TCP_WRAPPERS is not set 
    9971261# FWRT_PACKAGE_LIBWRAP is not set 
    9981262# FWRT_PACKAGE_TINC is not set 
    9991263# FWRT_PACKAGE_TINYPROXY is not set 
     1264FWRT_COMPILE_TINYPROXY_WITH_TRANSPARENT_PROXY=y 
     1265FWRT_COMPILE_TINYPROXY_WITH_FILTER=y 
     1266FWRT_COMPILE_TINYPROXY_WITH_UPSTREAM=y 
    10001267# FWRT_PACKAGE_TNTNET is not set 
     1268# FWRT_COMPILE_TNTNET_WITH_OPENSSL is not set 
     1269# FWRT_COMPILE_TNTNET_WITH_GNUTLS is not set 
    10011270# FWRT_PACKAGE_TOR is not set 
    10021271# FWRT_PACKAGE_TRAFSHOW is not set 
     
    10051274# FWRT_PACKAGE_UDP_BROADCAST_RELAY is not set 
    10061275# FWRT_PACKAGE_ULOGD is not set 
     1276# FWRT_PACKAGE_ULOGD_MOD_MYSQL is not set 
     1277# FWRT_PACKAGE_ULOGD_MOD_PCAP is not set 
     1278# FWRT_PACKAGE_ULOGD_MOD_PGSQL is not set 
     1279# FWRT_PACKAGE_ULOGD_MOD_SQLITE is not set 
     1280# FWRT_PACKAGE_ULOGD_MOD_EXTRA is not set 
    10071281# FWRT_PACKAGE_UPDATEDD is not set 
     1282# FWRT_PACKAGE_UPDATEDD_MOD_CHANGEIP is not set 
     1283# FWRT_PACKAGE_UPDATEDD_MOD_DYNDNS is not set 
     1284# FWRT_PACKAGE_UPDATEDD_MOD_EURODYNDNS is not set 
     1285# FWRT_PACKAGE_UPDATEDD_MOD_HN is not set 
     1286# FWRT_PACKAGE_UPDATEDD_MOD_NOIP is not set 
     1287# FWRT_PACKAGE_UPDATEDD_MOD_ODS is not set 
     1288# FWRT_PACKAGE_UPDATEDD_MOD_OVH is not set 
     1289# FWRT_PACKAGE_UPDATEDD_MOD_REGFISH is not set 
     1290# FWRT_PACKAGE_UPDATEDD_MOD_TZO is not set 
    10081291# FWRT_PACKAGE_VGP is not set 
    10091292# FWRT_PACKAGE_VNCREPEATER is not set 
     
    10151298# FWRT_PACKAGE_VTUN is not set 
    10161299# FWRT_PACKAGE_WCCPD is not set 
    1017 # FWRT_PACKAGE_WEECHAT is not set 
    10181300# FWRT_PACKAGE_WIFIDOG is not set 
    10191301FWRT_PACKAGE_WIRELESS_TOOLS=y 
     
    10241306# FWRT_PACKAGE_WPA_SUPPLICANT is not set 
    10251307# FWRT_PACKAGE_WPUT is not set 
     1308# FWRT_PACKAGE_WRT_RADAUTH is not set 
    10261309# FWRT_PACKAGE_WX200D is not set 
    10271310# FWRT_PACKAGE_XINETD is not set 
    10281311# FWRT_PACKAGE_XSUPPLICANT is not set 
     1312 
     1313# 
     1314# Programming 
     1315# 
     1316# FWRT_PACKAGE_JAMVM is not set 
     1317# FWRT_COMPILE_LUA is not set 
     1318# FWRT_PACKAGE_LIBLUA is not set 
     1319# FWRT_PACKAGE_LUA is not set 
     1320# FWRT_PACKAGE_LUAC is not set 
     1321# FWRT_PACKAGE_LUA_EXAMPLES is not set 
     1322# FWRT_PACKAGE_MICROPERL is not set 
     1323FWRT_COMPILE_PHP4=y 
     1324 
     1325# 
     1326# PHP 4 Server API --- 
     1327# 
     1328# FWRT_PACKAGE_PHP4_CLI is not set 
     1329# FWRT_PACKAGE_PHP4_CGI is not set 
     1330# FWRT_PACKAGE_PHP4_FASTCGI is not set 
     1331 
     1332# 
     1333# PHP 4 Extensions --- 
     1334# 
     1335# FWRT_PACKAGE_PHP4_MOD_CURL is not set 
     1336# FWRT_PACKAGE_PHP4_MOD_FTP is not set 
     1337# FWRT_PACKAGE_PHP4_MOD_GD is not set 
     1338# FWRT_PACKAGE_PHP4_MOD_GMP is not set 
     1339# FWRT_PACKAGE_PHP4_MOD_MYSQL is not set 
     1340# FWRT_PACKAGE_PHP4_MOD_OPENSSL is not set 
     1341# FWRT_PACKAGE_PHP4_MOD_PCRE is not set 
     1342# FWRT_PACKAGE_PHP4_MOD_PGSQL is not set 
     1343# FWRT_PACKAGE_PHP4_MOD_SESSION is not set 
     1344# FWRT_PACKAGE_PHP4_MOD_SOCKETS is not set 
     1345# FWRT_PACKAGE_PHP4_MOD_XML is not set 
     1346 
     1347# 
     1348# PHP 4 Configuration end --- 
     1349# 
     1350# FWRT_COMPILE_PHP5 is not set 
     1351 
     1352# 
     1353# PHP 5 Server API --- 
     1354# 
     1355# FWRT_PACKAGE_PHP5_CLI is not set 
     1356# FWRT_PACKAGE_PHP5_CGI is not set 
     1357# FWRT_PACKAGE_PHP5_FASTCGI is not set 
     1358 
     1359# 
     1360# PHP 5 Extensions --- 
     1361# 
     1362# FWRT_PACKAGE_PHP5_MOD_CURL is not set 
     1363# FWRT_PACKAGE_PHP5_MOD_FTP is not set 
     1364# FWRT_PACKAGE_PHP5_MOD_GD is not set 
     1365# FWRT_PACKAGE_PHP5_MOD_GMP is not set 
     1366# FWRT_PACKAGE_PHP5_MOD_LDAP is not set 
     1367# FWRT_PACKAGE_PHP5_MOD_MYSQL is not set 
     1368# FWRT_PACKAGE_PHP5_MOD_OPENSSL is not set 
     1369# FWRT_PACKAGE_PHP5_MOD_PCRE is not set 
     1370# FWRT_PACKAGE_PHP5_MOD_PGSQL is not set 
     1371# FWRT_PACKAGE_PHP5_MOD_SESSION is not set 
     1372# FWRT_PACKAGE_PHP5_MOD_SQLITE is not set 
     1373# FWRT_PACKAGE_PHP5_MOD_SOCKETS is not set 
     1374# FWRT_PACKAGE_PHP5_MOD_XML is not set 
     1375 
     1376# 
     1377# PHP 5 Configuration end --- 
     1378# 
     1379# FWRT_PACKAGE_RUBY is not set 
     1380# FWRT_PACKAGE_SABLEVM is not set 
     1381# FWRT_COMPILE_SABLEVM_CLASSPATH is not set 
     1382# FWRT_PACKAGE_LIBSABLEVM_CLASSPATH is not set 
     1383# FWRT_PACKAGE_SABLEVM_CLASSPATH_FULL is not set 
     1384# FWRT_PACKAGE_SABLEVM_CLASSPATH_MINI is not set 
     1385# FWRT_PACKAGE_LIBFFI_SABLE is not set 
    10291386 
    10301387# 
     
    10361393# FWRT_PACKAGE_OPENSC is not set 
    10371394# FWRT_PACKAGE_OPENSSL_PKCS11 is not set 
    1038  
    1039 # 
    1040 # IPv6 
    1041 # 
    10421395# FWRT_PACKAGE_6TUNNEL is not set 
    10431396# FWRT_PACKAGE_AICCU is not set 
    10441397# FWRT_PACKAGE_DHCP6 is not set 
     1398# FWRT_COMPILE_MIREDO is not set 
    10451399# FWRT_PACKAGE_MIREDO is not set 
    10461400# FWRT_PACKAGE_MIREDO_SERVER is not set 
    10471401# FWRT_PACKAGE_MRD6 is not set 
     1402# FWRT_COMPILE_NDISC6 is not set 
    10481403# FWRT_PACKAGE_NDISC6 is not set 
    10491404# FWRT_PACKAGE_RDISC6 is not set 
     
    10551410# 
    10561411# FWRT_PACKAGE_APR is not set 
     1412# FWRT_PACKAGE_APR_THREADING is not set 
    10571413# FWRT_PACKAGE_APR_UTIL is not set 
    10581414# FWRT_PACKAGE_LIBAXTLS is not set 
    10591415# FWRT_PACKAGE_CGILIB is not set 
     1416# FWRT_COMPILE_GLIB is not set 
    10601417# FWRT_PACKAGE_GLIB1 is not set 
    10611418# FWRT_PACKAGE_ID3LIB is not set 
     
    10651422# FWRT_PACKAGE_LIBCLI is not set 
    10661423# FWRT_PACKAGE_CLINKC is not set 
     1424# FWRT_COMPILE_CURL is not set 
    10671425# FWRT_PACKAGE_LIBCURL is not set 
     1426# FWRT_PACKAGE_CURL is not set 
    10681427# FWRT_PACKAGE_LIBDAEMON is not set 
     1428# FWRT_COMPILE_DB is not set 
    10691429# FWRT_PACKAGE_LIBDB is not set 
    10701430# FWRT_PACKAGE_LIBDNET is not set 
    10711431# FWRT_PACKAGE_LIBELF is not set 
    10721432# FWRT_PACKAGE_LIBEVENT is not set 
     1433# FWRT_COMPILE_EXPAT is not set 
    10731434# FWRT_PACKAGE_LIBEXPAT is not set 
     1435# FWRT_COMPILE_FLAC is not set 
    10741436# FWRT_PACKAGE_LIBFLAC is not set 
     1437# FWRT_COMPILE_FREETYPE is not set 
    10751438# FWRT_PACKAGE_LIBFREETYPE is not set 
     1439# FWRT_COMPILE_FUSE is not set 
    10761440# FWRT_PACKAGE_LIBFUSE is not set 
    10771441# FWRT_PACKAGE_LIBGCC is not set 
     
    10791443# FWRT_PACKAGE_LIBGD is not set 
    10801444# FWRT_PACKAGE_LIBGDBM is not set&nbs