Changeset 46e20e0 in freewrt
- Timestamp:
- Mar 20, 2007, 8:16:58 PM (19 years ago)
- Children:
- 24301a9
- Parents:
- 6463566
- File:
-
- 1 edited
-
Config.default (modified) (53 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Config.default
r6463566 r46e20e0 24 24 # FWRT_LINUX_2_6_RB_RB532 is not set 25 25 # FWRT_TARGET_ROOTFS_JFFS2 is not set 26 # FWRT_TARGET_ROOTFS_SQUASHFS_SYMLINKS is not set27 26 FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY=y 28 27 # FWRT_TARGET_ROOTFS_NFS is not set 29 28 # FWRT_TARGET_ROOTFS_EXT2_CF is not set 29 # FWRT_TARGET_ROOTFS_YAFFS2 is not set 30 30 31 31 # … … 50 50 # Filtering/Firewalling 51 51 # 52 # FWRT_PACKAGE_KMOD_ARPTABLES is not set53 # FWRT_PACKAGE_KMOD_EBTABLES is not set54 52 # FWRT_PACKAGE_KMOD_IPTABLES is not set 55 53 # FWRT_PACKAGE_KMOD_IPTABLES_EXTRA is not set … … 79 77 # FWRT_PACKAGE_KMOD_FS_HFSPLUS is not set 80 78 # FWRT_PACKAGE_KMOD_FS_NFS is not set 79 # FWRT_PACKAGE_KMOD_FS_NFSD is not set 81 80 # FWRT_PACKAGE_KMOD_FS_NTFS is not set 82 81 # FWRT_PACKAGE_KMOD_FS_VFAT is not set … … 111 110 112 111 # 112 # Library Routines 113 # 114 115 # 113 116 # Misc. devices support 114 117 # … … 117 120 # FWRT_PACKAGE_KMOD_SOFTDOG is not set 118 121 # FWRT_PACKAGE_KMOD_WD1100 is not set 122 # FWRT_PACKAGE_KMOD_RC32434_WDT is not set 119 123 # FWRT_PACKAGE_KMOD_CRYPTO is not set 124 # FWRT_PACKAGE_KMOD_ISDN is not set 125 # FWRT_PACKAGE_KMOD_SLHC is not set 126 # FWRT_PACKAGE_KMOD_HISAX is not set 120 127 FWRT_PACKAGE_KMOD_PARPORT=y 121 128 FWRT_PACKAGE_KMOD_PARPORT_SPLINK=y … … 127 134 # 128 135 # FWRT_PACKAGE_KMOD_ALSA is not set 136 FWRT_PACKAGE_KMOD_BROADCOM_DIAG=y 137 # FWRT_PACKAGE_KMOD_BROADCOM_MMC is not set 129 138 FWRT_PACKAGE_KMOD_BROADCOM_WL=y 130 # FWRT_PACKAGE_KMOD_BROADCOM_MMC is not set131 FWRT_PACKAGE_KMOD_BROADCOM_DIAG=y132 139 # FWRT_PACKAGE_KMOD_HOSTAP is not set 133 140 # FWRT_PACKAGE_KMOD_MADWIFI is not set 141 # FWRT_PACKAGE_KMOD_MISDN is not set 134 142 # FWRT_PACKAGE_KMOD_NOZOMI is not set 135 143 # FWRT_PACKAGE_KMOD_SPCA5XX is not set 144 # FWRT_PACKAGE_KMOD_SISUSB is not set 136 145 FWRT_PACKAGE_KMOD_WLCOMPAT=y 137 146 … … 145 154 # FWRT_OPENVPN_ROUTER is not set 146 155 # FWRT_IPSEC_ROUTER is not set 147 # FWRT_ALL_PACKAGE_SELECTION is not set148 156 149 157 # … … 158 166 # Base system 159 167 # 168 FWRT_PACKAGE_BASE_FILES=y 169 FWRT_PACKAGE_BASE_ARCH=y 160 170 FWRT_PACKAGE_BUSYBOX=y 171 BUSYBOX_CONFIG_FEATURE_FWCF_REBOOT=y 161 172 162 173 # 163 174 # Busybox Configuration 164 175 # 165 BUSYBOX_ HAVE_DOT_CONFIG=y176 BUSYBOX_CONFIG_HAVE_DOT_CONFIG=y 166 177 167 178 # … … 173 184 # 174 185 # BUSYBOX_CONFIG_NITPICK is not set 186 # BUSYBOX_CONFIG_DESKTOP is not set 175 187 BUSYBOX_CONFIG_SHOW_USAGE=y 176 # BUSYBOX_CONFIG_FEATURE_VERBOSE_USAGE is not set 188 BUSYBOX_CONFIG_FEATURE_VERBOSE_USAGE=y 177 189 # BUSYBOX_CONFIG_FEATURE_COMPRESS_USAGE is not set 178 190 # BUSYBOX_CONFIG_FEATURE_INSTALLER is not set … … 181 193 BUSYBOX_CONFIG_FEATURE_DEVPTS=y 182 194 BUSYBOX_CONFIG_FEATURE_SUID=y 195 BUSYBOX_CONFIG_FEATURE_SYSLOG=y 183 196 # BUSYBOX_CONFIG_FEATURE_SUID_CONFIG is not set 197 BUSYBOX_CONFIG_FEATURE_HAVE_RPC=y 184 198 # BUSYBOX_CONFIG_SELINUX is not set 185 199 BUSYBOX_CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe" … … 191 205 # BUSYBOX_CONFIG_BUILD_LIBBUSYBOX is not set 192 206 BUSYBOX_CONFIG_LFS=y 193 BUSYBOX_USING_CROSS_COMPILER=y194 BUSYBOX_CROSS_COMPILER_PREFIX="mipsel-uclibc-"195 207 # BUSYBOX_CONFIG_BUILD_AT_ONCE is not set 196 208 … … 199 211 # 200 212 # BUSYBOX_CONFIG_DEBUG is not set 201 BUSYBOX_CONFIG_DEBUG_YANK_SUSv2=y 213 # BUSYBOX_CONFIG_INCLUDE_SUSv2 is not set 202 214 203 215 # … … 206 218 # BUSYBOX_CONFIG_INSTALL_NO_USR is not set 207 219 BUSYBOX_CONFIG_INSTALL_APPLET_SYMLINKS=y 208 BUSYBOX_ PREFIX="./_install"220 BUSYBOX_CONFIG_PREFIX="./_install" 209 221 210 222 # 211 223 # Busybox Library Tuning 212 224 # 225 BUSYBOX_CONFIG_PASSWORD_MINLEN=6 213 226 BUSYBOX_CONFIG_MD5_SIZE_VS_SPEED=2 214 227 … … 263 276 # BUSYBOX_CONFIG_CKSUM is not set 264 277 # BUSYBOX_CONFIG_CMP is not set 265 # BUSYBOX_CONFIG_COMM is not set 278 BUSYBOX_CONFIG_COMM=y 266 279 BUSYBOX_CONFIG_CP=y 267 280 BUSYBOX_CONFIG_CUT=y … … 310 323 # BUSYBOX_CONFIG_FEATURE_MV_LONG_OPTIONS is not set 311 324 # BUSYBOX_CONFIG_NICE is not set 312 # BUSYBOX_CONFIG_NOHUP is not set 325 BUSYBOX_CONFIG_NOHUP=y 313 326 # BUSYBOX_CONFIG_OD is not set 314 327 # BUSYBOX_CONFIG_PRINTENV is not set … … 323 336 BUSYBOX_CONFIG_FEATURE_FANCY_SLEEP=y 324 337 BUSYBOX_CONFIG_SORT=y 325 # BUSYBOX_CONFIG_FEATURE_SORT_BIG is not set 338 BUSYBOX_CONFIG_FEATURE_SORT_BIG=y 326 339 # BUSYBOX_CONFIG_STAT is not set 327 340 # BUSYBOX_CONFIG_STTY is not set … … 347 360 # BUSYBOX_CONFIG_WATCH is not set 348 361 BUSYBOX_CONFIG_WC=y 362 # BUSYBOX_CONFIG_FEATURE_WC_LARGE is not set 349 363 BUSYBOX_CONFIG_WHO=y 350 364 # BUSYBOX_CONFIG_WHOAMI is not set … … 382 396 # BUSYBOX_CONFIG_OPENVT is not set 383 397 BUSYBOX_CONFIG_RESET=y 398 # BUSYBOX_CONFIG_RESIZE is not set 384 399 # BUSYBOX_CONFIG_SETCONSOLE is not set 385 400 # BUSYBOX_CONFIG_SETKEYCODES is not set … … 416 431 BUSYBOX_CONFIG_FEATURE_VI_WIN_RESIZE=y 417 432 BUSYBOX_CONFIG_FEATURE_VI_OPTIMIZE_CURSOR=y 433 BUSYBOX_CONFIG_FEATURE_ALLOW_EXEC=y 418 434 419 435 # … … 468 484 # BUSYBOX_CONFIG_LOGIN is not set 469 485 BUSYBOX_CONFIG_PASSWD=y 486 BUSYBOX_CONFIG_FEATURE_PASSWD_WEAK_CHECK=y 470 487 BUSYBOX_CONFIG_SU=y 488 BUSYBOX_CONFIG_FEATURE_SU_SYSLOG=y 489 BUSYBOX_CONFIG_FEATURE_SU_CHECKS_SHELLS=y 471 490 # BUSYBOX_CONFIG_SULOGIN is not set 472 491 # BUSYBOX_CONFIG_VLOCK is not set … … 476 495 # 477 496 # BUSYBOX_CONFIG_CHATTR is not set 478 # BUSYBOX_CONFIG_E2FSCK is not set479 497 # BUSYBOX_CONFIG_FSCK is not set 480 498 # BUSYBOX_CONFIG_LSATTR is not set 481 # BUSYBOX_CONFIG_MKE2FS is not set482 # BUSYBOX_CONFIG_TUNE2FS is not set483 499 484 500 # … … 506 522 # 507 523 BUSYBOX_CONFIG_DMESG=y 524 BUSYBOX_CONFIG_FEATURE_DMESG_PRETTY=y 508 525 # BUSYBOX_CONFIG_FBSET is not set 509 526 # BUSYBOX_CONFIG_FDFLUSH is not set 510 527 # BUSYBOX_CONFIG_FDFORMAT is not set 511 528 # BUSYBOX_CONFIG_FDISK is not set 512 BUSYBOX_ FDISK_SUPPORT_LARGE_DISKS=y529 BUSYBOX_CONFIG_FDISK_SUPPORT_LARGE_DISKS=y 513 530 # BUSYBOX_CONFIG_FREERAMDISK is not set 514 531 # BUSYBOX_CONFIG_FSCK_MINIX is not set … … 526 543 BUSYBOX_CONFIG_MOUNT=y 527 544 BUSYBOX_CONFIG_FEATURE_MOUNT_NFS=y 545 # BUSYBOX_CONFIG_FEATURE_MOUNT_CIFS is not set 546 BUSYBOX_CONFIG_FEATURE_MOUNT_FLAGS=y 547 BUSYBOX_CONFIG_FEATURE_MOUNT_FSTAB=y 528 548 BUSYBOX_CONFIG_PIVOT_ROOT=y 529 549 BUSYBOX_CONFIG_RDATE=y … … 557 577 # BUSYBOX_CONFIG_LESS is not set 558 578 # BUSYBOX_CONFIG_HDPARM is not set 559 BUSYBOX_CONFIG_LOCK=y579 CONFIG_LOCK=y 560 580 # BUSYBOX_CONFIG_MAKEDEVS is not set 561 581 # BUSYBOX_CONFIG_MOUNTPOINT is not set 562 582 # BUSYBOX_CONFIG_MT is not set 583 # BUSYBOX_CONFIG_NMETER is not set 584 # BUSYBOX_CONFIG_RAIDAUTORUN is not set 585 # BUSYBOX_CONFIG_READAHEAD is not set 563 586 # BUSYBOX_CONFIG_RUNLEVEL is not set 564 587 # BUSYBOX_CONFIG_RX is not set … … 573 596 # 574 597 # BUSYBOX_CONFIG_FEATURE_IPV6 is not set 598 BUSYBOX_CONFIG_ARP=y 575 599 BUSYBOX_CONFIG_ARPING=y 576 600 # BUSYBOX_CONFIG_DNSD is not set … … 594 618 BUSYBOX_CONFIG_FEATURE_IP_ROUTE=y 595 619 # BUSYBOX_CONFIG_FEATURE_IP_TUNNEL is not set 620 # BUSYBOX_CONFIG_FEATURE_IP_RULE is not set 596 621 # BUSYBOX_CONFIG_FEATURE_IP_SHORT_FORMS is not set 597 622 # BUSYBOX_CONFIG_IPCALC is not set 598 623 # BUSYBOX_CONFIG_NAMEIF is not set 599 624 BUSYBOX_CONFIG_NC=y 625 BUSYBOX_CONFIG_NC_SERVER=y 626 # BUSYBOX_CONFIG_NC_EXTRA is not set 600 627 BUSYBOX_CONFIG_NETMSG=y 601 # BUSYBOX_CONFIG_NC_GAPING_SECURITY_HOLE is not set602 628 BUSYBOX_CONFIG_NETSTAT=y 603 629 BUSYBOX_CONFIG_NSLOOKUP=y … … 609 635 # BUSYBOX_CONFIG_FEATURE_TELNET_AUTOLOGIN is not set 610 636 BUSYBOX_CONFIG_TELNETD=y 611 # BUSYBOX_CONFIG_FEATURE_TELNETD_INETD is not set 637 BUSYBOX_CONFIG_FEATURE_TELNETD_STANDALONE=y 612 638 # BUSYBOX_CONFIG_TFTP is not set 613 639 BUSYBOX_CONFIG_TRACEROUTE=y … … 615 641 # BUSYBOX_CONFIG_FEATURE_TRACEROUTE_SOURCE_ROUTE is not set 616 642 BUSYBOX_CONFIG_FEATURE_TRACEROUTE_USE_ICMP=y 617 618 #619 # udhcp Server/Client620 #621 643 # BUSYBOX_CONFIG_APP_UDHCPD is not set 622 644 BUSYBOX_CONFIG_APP_UDHCPC=y … … 627 649 BUSYBOX_CONFIG_FEATURE_WGET_STATUSBAR=y 628 650 BUSYBOX_CONFIG_FEATURE_WGET_AUTHENTICATION=y 629 # BUSYBOX_CONFIG_FEATURE_WGET_LONG_OPTIONS is not set 651 BUSYBOX_CONFIG_FEATURE_WGET_LONG_OPTIONS=y 630 652 # BUSYBOX_CONFIG_ZCIP is not set 631 653 … … 661 683 BUSYBOX_CONFIG_KLOGD=y 662 684 BUSYBOX_CONFIG_LOGGER=y 685 686 # 687 # Runit Utilities 688 # 689 # BUSYBOX_CONFIG_RUNSV is not set 690 # BUSYBOX_CONFIG_RUNSVDIR is not set 691 # BUSYBOX_CONFIG_SV is not set 692 # BUSYBOX_CONFIG_SVLOGD is not set 693 # BUSYBOX_CONFIG_CHPST is not set 694 # BUSYBOX_CONFIG_SETUIDGID is not set 695 # BUSYBOX_CONFIG_ENVUIDGID is not set 696 # BUSYBOX_CONFIG_ENVDIR is not set 697 # BUSYBOX_CONFIG_SOFTLIMIT is not set 663 698 FWRT_PACKAGE_FWCF=y 699 FWRT_PACKAGE_UCLIBC=y 664 700 665 701 # … … 667 703 # 668 704 FWRT_PACKAGE_BROADCOM_NAS=y 669 FWRT_PACKAGE_ NVRAM=y705 FWRT_PACKAGE_BROADCOM_NVRAM=y 670 706 FWRT_PACKAGE_JFFS2ROOT=y 671 707 FWRT_PACKAGE_MTD=y … … 726 762 FWRT_BASEFILES_ADMIN_ASH=y 727 763 # FWRT_BASEFILES_ADMIN_MKSH is not set 764 # FWRT_BASEFILES_ADMIN_BASH is not set 728 765 # FWRT_BASEFILES_ADMIN_HUSH is not set 729 766 # FWRT_BASEFILES_ADMIN_LASH is not set 730 767 # FWRT_BASEFILES_ADMIN_MSH is not set 731 768 # FWRT_BASEFILES_ADMIN_SH is not set 769 # FWRT_PACKAGE_BASH is not set 732 770 733 771 # … … 745 783 # FWRT_PACKAGE_ED is not set 746 784 # FWRT_PACKAGE_ELINKS is not set 747 # FWRT_PACKAGE_FETCHMAIL is not set748 785 # FWRT_PACKAGE_GPSD is not set 749 786 # FWRT_PACKAGE_GPG is not set … … 759 796 # FWRT_PACKAGE_LUAC is not set 760 797 # FWRT_PACKAGE_LUA_EXAMPLES is not set 798 # FWRT_PACKAGE_MC is not set 761 799 # FWRT_PACKAGE_MICROPERL is not set 762 800 # FWRT_PACKAGE_MONIT is not set … … 804 842 # FWRT_PACKAGE_SANE_BACKENDS is not set 805 843 # FWRT_PACKAGE_SCREEN is not set 844 # FWRT_PACKAGE_SCSI_SPIN is not set 806 845 # FWRT_PACKAGE_SER2NET is not set 807 846 # FWRT_PACKAGE_SYSLOG_NG is not set … … 814 853 # FWRT_PACKAGE_AIRCRACK is not set 815 854 # FWRT_PACKAGE_ARPD is not set 816 # FWRT_PACKAGE_ARPTABLES is not set817 855 # FWRT_PACKAGE_ARPWATCH is not set 818 # FWRT_PACKAGE_ASTERISK is not set819 # FWRT_PACKAGE_ASTERISK_MINI is not set820 856 # FWRT_PACKAGE_ATFTP is not set 821 857 # FWRT_PACKAGE_ATFTPD is not set 822 858 # FWRT_PACKAGE_AVAHI_DAEMON is not set 823 859 # FWRT_PACKAGE_LIBAVAHI is not set 860 # FWRT_PACKAGE_AXHTTPD is not set 824 861 # FWRT_COMPILE_BIND is not set 825 862 # FWRT_DUMMY_BIND is not set … … 829 866 # FWRT_PACKAGE_CHILLISPOT is not set 830 867 # FWRT_PACKAGE_CIFSMOUNT is not set 831 # FWRT_PACKAGE_CLICK is not set832 868 # FWRT_PACKAGE_CUPS is not set 833 869 # FWRT_PACKAGE_CUTTER is not set … … 839 875 # FWRT_PACKAGE_DBCONVERT is not set 840 876 # FWRT_PACKAGE_DSNIFF is not set 841 # FWRT_PACKAGE_EBTABLES is not set842 # FWRT_PACKAGE_ELHTTP is not set843 877 # FWRT_PACKAGE_ETHER_WAKE is not set 844 878 # FWRT_PACKAGE_ETHTOOL is not set 845 879 # FWRT_PACKAGE_EZIPUPDATE is not set 846 880 # FWRT_PACKAGE_FAKEIDENTD is not set 881 # FWRT_PACKAGE_FETCHMAIL is not set 847 882 # FWRT_PACKAGE_FPING is not set 848 883 # FWRT_PACKAGE_FPROBE is not set … … 850 885 # FWRT_PACKAGE_FREERADIUS is not set 851 886 # FWRT_PACKAGE_FRICKIN is not set 852 # FWRT_ SHOW_HOWLis not set887 # FWRT_PACKAGE_GKRELLMD is not set 853 888 # FWRT_PACKAGE_HOSTAP_UTILS is not set 854 889 # FWRT_PACKAGE_HOSTAPD is not set 855 # FWRT_PACKAGE_HOSTAPD_MINI is not set856 890 # FWRT_PACKAGE_HOSTAPD_UTILS is not set 857 891 # FWRT_PACKAGE_HTPDATE is not set … … 868 902 # FWRT_PACKAGE_IPTABLES_SNMP is not set 869 903 # FWRT_PACKAGE_IPTRAF is not set 904 # FWRT_PACKAGE_ISDN4K_UTILS is not set 870 905 # FWRT_PACKAGE_KISMET_CLIENT is not set 871 906 # FWRT_PACKAGE_KISMET_DRONE is not set … … 889 924 # FWRT_COMPILE_NET_SNMP is not set 890 925 # FWRT_DUMMY_NET_SNMP is not set 926 # FWRT_PACKAGE_NETIO is not set 891 927 # FWRT_PACKAGE_NETPERF is not set 892 928 # FWRT_PACKAGE_NETSTAT_NAT is not set 929 # FWRT_PACKAGE_NFS_UTILS is not set 893 930 # FWRT_PACKAGE_NFS_SERVER is not set 894 931 # FWRT_PACKAGE_NMAP is not set … … 903 940 # FWRT_PACKAGE_P910ND is not set 904 941 # FWRT_PACKAGE_PARPROUTED is not set 905 # FWRT_PACKAGE_PEERGUARDIAN is not set906 942 # FWRT_PACKAGE_PIPACS is not set 907 # FWRT_SHOW_PMACCT is not set908 943 # FWRT_PACKAGE_PORTMAP is not set 909 944 # FWRT_PACKAGE_PORTSENTRY is not set … … 931 966 # FWRT_PACKAGE_SCDP is not set 932 967 # FWRT_PACKAGE_SHAT is not set 933 # FWRT_PACKAGE_S IPPis not set968 # FWRT_PACKAGE_SHOREWALL is not set 934 969 # FWRT_PACKAGE_SIPROXD is not set 935 970 # FWRT_PACKAGE_SIPSAK is not set 936 971 # FWRT_PACKAGE_SLURM is not set 937 # FWRT_PACKAGE_SNORT_BASIC is not set 938 # FWRT_PACKAGE_SNORT_MYSQL is not set 939 # FWRT_PACKAGE_SNORT_PGSQL is not set 940 # FWRT_PACKAGE_SNORT_CUSTOM is not set 941 # FWRT_PACKAGE_SNORT_WIRELESS_BASIC is not set 942 # FWRT_PACKAGE_SNORT_WIRELESS_MYSQL is not set 943 # FWRT_PACKAGE_SNORT_WIRELESS_PGSQL is not set 944 # FWRT_PACKAGE_SNORT_WIRELESS_CUSTOM is not set 972 # FWRT_PACKAGE_SNORT is not set 973 # FWRT_PACKAGE_SNORT_WIRELESS is not set 945 974 # FWRT_PACKAGE_SOCAT is not set 946 975 # FWRT_PACKAGE_SQUID is not set … … 948 977 # FWRT_PACKAGE_SSMTP is not set 949 978 # FWRT_PACKAGE_SRELAY is not set 979 # FWRT_PACKAGE_SUBVERSION is not set 950 980 # FWRT_PACKAGE_TMSNC is not set 951 981 # FWRT_PACKAGE_TCPDUMP is not set … … 955 985 # FWRT_PACKAGE_TNTNET is not set 956 986 # FWRT_PACKAGE_TOR is not set 987 # FWRT_PACKAGE_TRAFSHOW is not set 957 988 # FWRT_PACKAGE_TTCP is not set 958 989 # FWRT_PACKAGE_UDP_BROADCAST_RELAY is not set … … 969 1000 # FWRT_PACKAGE_WCCPD is not set 970 1001 # FWRT_PACKAGE_WEECHAT is not set 971 # FWRT_PACKAGE_WIFIDOG is not set972 1002 FWRT_PACKAGE_WIRELESS_TOOLS=y 973 1003 # FWRT_PACKAGE_WIVIZ is not set … … 977 1007 # FWRT_PACKAGE_WPA_SUPPLICANT is not set 978 1008 # FWRT_PACKAGE_WPUT is not set 979 # FWRT_PACKAGE_WRT_RADAUTH is not set980 1009 # FWRT_PACKAGE_WX200D is not set 981 1010 # FWRT_PACKAGE_XINETD is not set … … 999 1028 # Libraries 1000 1029 # 1030 # FWRT_PACKAGE_APR is not set 1031 # FWRT_PACKAGE_APR_UTIL is not set 1001 1032 # FWRT_PACKAGE_LIBAXTLS is not set 1002 1033 # FWRT_PACKAGE_CGILIB is not set … … 1048 1079 # FWRT_PACKAGE_LIBPOPT is not set 1049 1080 # FWRT_PACKAGE_LIBPQ is not set 1081 # FWRT_PACKAGE_LIBPRI is not set 1050 1082 # FWRT_PACKAGE_LIBPTHREAD is not set 1051 1083 # FWRT_PACKAGE_RADIUSCLIENT_NG is not set … … 1086 1118 # FWRT_PACKAGE_MICROCOM is not set 1087 1119 # FWRT_PACKAGE_PICOCOM is not set 1088 # FWRT_PACKAGE_SERDISPLIB is not set1089 1120 # FWRT_PACKAGE_SETSERIAL is not set 1121 1122 # 1123 # Telephony 1124 # 1125 # FWRT_PACKAGE_ASTERISK_META is not set 1090 1126 1091 1127 # … … 1095 1131 # FWRT_PACKAGE_DC is not set 1096 1132 # FWRT_PACKAGE_COMGT is not set 1133 # FWRT_PACKAGE_FILE is not set 1134 # FWRT_PACKAGE_GDB is not set 1097 1135 # FWRT_PACKAGE_GDBSERVER is not set 1098 1136 # FWRT_PACKAGE_HDPARM is not set 1099 1137 # FWRT_PACKAGE_LSUSB is not set 1100 1138 # FWRT_PACKAGE_PCIUTILS is not set 1139 # FWRT_PACKAGE_PROCPS_META is not set 1140 # FWRT_PACKAGE_PROCPS is not set 1101 1141 # FWRT_PACKAGE_STRACE is not set 1142 # FWRT_PACKAGE_STRESS is not set 1143 # FWRT_PACKAGE_SYSSTAT is not set 1102 1144 # FWRT_PACKAGE_UDEV is not set 1103 1145 # FWRT_PACKAGE_WATCHDOG is not set … … 1109 1151 # FWRT_PACKAGE_E2FSPROGS is not set 1110 1152 # FWRT_PACKAGE_FUSE_UTILS is not set 1111 # FWRT_PACKAGE_OWFS is not set1112 1153 # FWRT_PACKAGE_SHFS is not set 1113 1154 # FWRT_PACKAGE_FDISK is not set … … 1127 1168 1128 1169 # 1170 # Network Configuration 1171 # 1172 1173 # 1174 # Target Network Configuration 1175 # 1176 1177 # 1178 # LAN 1179 # 1180 FWRT_NETWORK_LAN=y 1181 FWRT_NETWORK_LAN_INTERFACE="eth0" 1182 FWRT_NETWORK_LAN_PROTO_STATIC=y 1183 # FWRT_NETWORK_LAN_PROTO_DHCP is not set 1184 FWRT_NETWORK_LAN_IP_ADDRESS="192.168.1.1" 1185 FWRT_NETWORK_LAN_IP_NETMASK="255.255.255.0" 1186 1187 # 1188 # WAN 1189 # 1190 FWRT_NETWORK_WAN=y 1191 FWRT_NETWORK_WAN_INTERFACE="eth1" 1192 FWRT_NETWORK_WAN_PROTO_DHCP=y 1193 # FWRT_NETWORK_WAN_PROTO_STATIC is not set 1194 1195 # 1196 # Wireless LAN 1197 # 1198 # FWRT_NETWORK_WLAN is not set 1199 1200 # 1129 1201 # Extra stuff 1130 1202 # 1131 1203 FWRT_PREFIX="freewrt" 1132 # FWRT_MYPACKAGE is not set1133 1204 # FWRT_USE_CCACHE is not set 1205 # FWRT_KILL_FWCF is not set 1134 1206 1135 1207 #
Note:
See TracChangeset
for help on using the changeset viewer.
