Changeset 2519
- Timestamp:
- 05/15/07 22:00:29 (5 years ago)
- Files:
-
- trunk/freewrt/Config.in (modified) (2 diffs)
- trunk/freewrt/mk/package.mk (modified) (1 diff)
- trunk/freewrt/package/6tunnel/Config.in (modified) (1 diff)
- trunk/freewrt/package/Config.in (modified) (1 diff)
- trunk/freewrt/package/Config.in.network (modified) (1 diff)
- trunk/freewrt/package/aiccu/Config.in (modified) (1 diff)
- trunk/freewrt/package/bind/Makefile (modified) (1 diff)
- trunk/freewrt/package/bitlbee/Makefile (modified) (2 diffs)
- trunk/freewrt/package/busybox/Config.in (modified) (1 diff)
- trunk/freewrt/package/curl/Makefile (modified) (1 diff)
- trunk/freewrt/package/dhcp6/Config.in (modified) (1 diff)
- trunk/freewrt/package/elinks/Makefile (modified) (2 diffs)
- trunk/freewrt/package/fping/Makefile (modified) (1 diff)
- trunk/freewrt/package/iptables/Makefile (modified) (5 diffs)
- trunk/freewrt/package/irssi/Makefile (modified) (1 diff)
- trunk/freewrt/package/libpcap/Makefile (modified) (1 diff)
- trunk/freewrt/package/miredo/Config.in (modified) (3 diffs)
- trunk/freewrt/package/mrd6/Config.in (modified) (1 diff)
- trunk/freewrt/package/ndisc/Config.in (modified) (4 diffs)
- trunk/freewrt/package/net-snmp/Makefile (modified) (1 diff)
- trunk/freewrt/package/php4/Makefile (modified) (1 diff)
- trunk/freewrt/package/php5/Makefile (modified) (1 diff)
- trunk/freewrt/package/pmacct/Config.in (modified) (2 diffs)
- trunk/freewrt/package/pmacct/Makefile (modified) (2 diffs)
- trunk/freewrt/package/quagga/Makefile (modified) (1 diff)
- trunk/freewrt/package/radvd/Config.in (modified) (1 diff)
- trunk/freewrt/package/sane-backends/Makefile (modified) (1 diff)
- trunk/freewrt/package/tcpdump/Makefile (modified) (1 diff)
- trunk/freewrt/target/linux/config/Config.in.network (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/Config.in
r2504 r2519 75 75 config FWRT_ARCH 76 76 string 77 default "arm" if FWRT_arm78 default "armeb" if FWRT_armeb79 default "cris" if FWRT_cris80 default "i386" if FWRT_i38681 default "m68k" if FWRT_m68k82 default "mips" if FWRT_mips77 default "arm" if FWRT_arm 78 default "armeb" if FWRT_armeb 79 default "cris" if FWRT_cris 80 default "i386" if FWRT_i386 81 default "m68k" if FWRT_m68k 82 default "mips" if FWRT_mips 83 83 default "mipsel" if FWRT_mipsel 84 84 default "mips64" if FWRT_mips64 85 85 default "powerpc" if FWRT_powerpc 86 default "sh3" if FWRT_sh387 default "sh3eb" if FWRT_sh3eb88 default "sh4" if FWRT_sh489 default "sh4eb" if FWRT_sh4eb90 default "sparc" if FWRT_sparc86 default "sh3" if FWRT_sh3 87 default "sh3eb" if FWRT_sh3eb 88 default "sh4" if FWRT_sh4 89 default "sh4eb" if FWRT_sh4eb 90 default "sparc" if FWRT_sparc 91 91 92 92 … … 136 136 137 137 config FWRT_USE_CCACHE 138 bool "Use ccache to speed up package re-compilation"139 default n140 help138 bool "Use ccache to speed up package re-compilation" 139 default n 140 help 141 141 ccache is a compiler cache. It speeds up re-compilation of C/C++ code 142 142 by caching previous compiles and detecting when the same compile is trunk/freewrt/mk/package.mk
r2504 r2519 19 19 -Wl,-rpath-link -Wl,${STAGING_DIR}/usr/lib \ 20 20 -L${STAGING_DIR}/lib -L${STAGING_DIR}/usr/lib 21 ifeq ($(FWRT_IPV6),y) 22 CONFIGURE_ARGS+= --enable-ipv6 23 else 24 CONFIGURE_ARGS+= --disable-ipv6 25 endif 21 26 CONFIGURE_ENV+= ${TARGET_CONFIGURE_OPTS} \ 22 27 ${HOST_CONFIGURE_OPTS} \ trunk/freewrt/package/6tunnel/Config.in
r2504 r2519 1 1 config FWRT_PACKAGE_6TUNNEL 2 2 prompt "6tunnel........................... IPv4 / IPv6 tunnel proxy" 3 depends on FWRT_IPV6 3 4 tristate 4 5 default n trunk/freewrt/package/Config.in
r2504 r2519 250 250 251 251 menu "IPv6" 252 depends FWRT_IPV6 252 253 source "package/6tunnel/Config.in" 253 254 source "package/aiccu/Config.in" trunk/freewrt/package/Config.in.network
r2378 r2519 1 config FWRT_IPV6 2 bool "Enable IPV6 support" 3 default n 4 help 5 Enable basic IPV6 support in kernel, routing tools and 6 applications. 7 1 8 comment "Target Network Configuration" 2 9 trunk/freewrt/package/aiccu/Config.in
r2504 r2519 1 1 config FWRT_PACKAGE_AICCU 2 2 prompt "aiccu............................. SixXS Automatic IPv6 Connectivity Client Utility" 3 depends on FWRT_IPV6 3 4 tristate 4 5 default n trunk/freewrt/package/bind/Makefile
r2509 r2519 26 26 CONFIGURE_STYLE= gnu 27 27 CONFIGURE_ENV+= BUILD_CC="${TARGET_CC}" 28 CONFIGURE_ARGS+= --enable-ipv6 \ 29 --with-randomdev=/dev/urandom \ 28 CONFIGURE_ARGS+= --with-randomdev=/dev/urandom \ 30 29 --disable-threads \ 31 30 --with-openssl=${STAGING_DIR}/usr/ trunk/freewrt/package/bitlbee/Makefile
r2509 r2519 19 19 20 20 $(eval $(call PKG_template,BITLBEE,bitlbee,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) 21 ifeq ($(FWRT_IPV6),y) 22 CONFIGURE_ARGS+= --ipv6=1 23 endif 21 24 22 25 do-configure: … … 43 46 --glib1=1 \ 44 47 --glib1prefix="${STAGING_DIR}/usr" \ 48 ${CONFIGURE_ARGS} 45 49 ); 46 50 trunk/freewrt/package/busybox/Config.in
r2332 r2519 3503 3503 config BUSYBOX_CONFIG_FEATURE_IPV6 3504 3504 bool "Enable IPv6 support" 3505 depends FWRT_IPV6 3505 3506 default n 3506 3507 help trunk/freewrt/package/curl/Makefile
r2034 r2519 33 33 --enable-ftp \ 34 34 --enable-http \ 35 --enable-ipv6 \36 35 --disable-ares \ 37 36 --disable-dict \ trunk/freewrt/package/dhcp6/Config.in
r827 r2519 1 1 config FWRT_PACKAGE_DHCP6 2 2 prompt "dhcp6............................. IPv6 DHCP server and client" 3 depends on FWRT_IPV6 3 4 tristate 4 5 default n trunk/freewrt/package/elinks/Makefile
r2306 r2519 20 20 CONFIGURE_ENV+= $(shell echo ac_cv_file_./features.conf | tr [:blank:]-/. _)=yes 21 21 CONFIGURE_ENV+= $(shell echo ac_cv_file_${WRKBUILD}/features.conf | tr [:blank:]-/. _)=yes 22 CONFIGURE_ARGS+= --enable-small \23 --enable-256-colors \22 CONFIGURE_ARGS+= --enable-small \ 23 --enable-256-colors \ 24 24 --with-openssl='${STAGING_DIR}/usr' \ 25 --disable-backtrace \26 --disable-data \27 --disable-formhist \25 --disable-backtrace \ 26 --disable-data \ 27 --disable-formhist \ 28 28 --disable-leds \ 29 --disable-mailcap \29 --disable-mailcap \ 30 30 --disable-mouse \ 31 31 --disable-smb \ 32 --disable-uri-rewrite \32 --disable-uri-rewrite \ 33 33 --disable-xbel \ 34 34 --without-bzlib \ … … 38 38 --without-libiconv \ 39 39 --without-lua \ 40 --without-spidermonkey\ 41 --without-x\ 42 --without-zlib \ 43 --disable-ipv6 40 --without-spidermonkey \ 41 --without-x \ 42 --without-zlib 44 43 BUILD_STYLE:= auto 45 44 MAKE_FLAGS+= CC='${TARGET_CC}' LD='${TARGET_CROSS}ld' trunk/freewrt/package/fping/Makefile
r1686 r2519 22 22 ${MAKE} -j1 CC="${TARGET_CC}" CFLAGS="${TARGET_CFLAGS}" -C ${WRKBUILD} clean ${PKG_NAME} 23 23 mv ${WRKBUILD}/${PKG_NAME} ${WRKBUILD}/${PKG_NAME}4 24 ifeq ($(FWRT_IPV6),y) 24 25 ${MAKE} -j1 CC="${TARGET_CC}" CFLAGS="${TARGET_CFLAGS} -DIPV6=1" -C ${WRKBUILD} clean ${PKG_NAME} 25 26 mv ${WRKBUILD}/${PKG_NAME} ${WRKBUILD}/${PKG_NAME}6 27 28 endif 26 29 27 30 do-install: 28 31 ${INSTALL_DIR} ${IDIR_FPING}/usr/bin 29 32 ${CP} ${WRKBUILD}/${PKG_NAME}4 ${IDIR_FPING}/usr/bin/${PKG_NAME} 33 ifeq ($(FWRT_IPV6),y) 30 34 ${CP} ${WRKBUILD}/${PKG_NAME}6 ${IDIR_FPING}/usr/bin/ 35 endif 31 36 32 37 include ${TOPDIR}/mk/pkg-bottom.mk trunk/freewrt/package/iptables/Makefile
r2516 r2519 9 9 PKG_NAME:= iptables 10 10 PKG_VERSION:= 1.3.7 11 PKG_RELEASE:= 411 PKG_RELEASE:= 5 12 12 PKG_MD5SUM:= dd965bdacbb86ce2a6498829fddda6b7 13 13 PKG_SOURCE_URL:= http://www.netfilter.org/projects/iptables/files \ … … 22 22 $(eval $(call PKG_template,IPTABLES,iptables,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) 23 23 $(eval $(call PKG_template,IPTABLES_UTILS,iptables-utils,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) 24 ifeq ($(FWRT_IPV6),y) 24 25 $(eval $(call PKG_template,IP6TABLES,ip6tables,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) 26 endif 25 27 26 28 BUILD_STYLE:= auto … … 30 32 LDFLAGS='${TLDFLAGS} -rdynamic' \ 31 33 KERNEL_DIR='${LINUX_DIR}' \ 32 PREFIX=/usr DO_IPV6=1 34 PREFIX=/usr 35 ifeq ($(FWRT_IPV6),y) 36 XAKE_FLAGS+= DO_IPV6=1 37 endif 33 38 34 39 SUB_INSTALL-${FWRT_PACKAGE_IPTABLES_UTILS}+= iptables-utils-install … … 37 42 do-configure: 38 43 chmod a+x $(WRKBUILD)/extensions/.*-test* 44 sed -i 's/^DO_IPV6.*//' $(WRKBUILD)/Makefile 39 45 40 46 post-install: ${SUB_INSTALL-m} ${SUB_INSTALL-y} … … 43 49 ${INSTALL_BIN} ${WRKINST}/usr/sbin/iptables ${IDIR_IPTABLES}/usr/sbin/ 44 50 (cd ${WRKINST}/usr/lib/iptables ; \ 45 ${INSTALL_DATA} libipt_*.so ${IDIR_IP 6TABLES}/usr/lib/iptables/ \51 ${INSTALL_DATA} libipt_*.so ${IDIR_IPTABLES}/usr/lib/iptables/ \ 46 52 ) 47 53 trunk/freewrt/package/irssi/Makefile
r2170 r2519 29 29 --without-bot \ 30 30 --without-file-offset-size \ 31 --disable-ipv6 \32 31 --disable-proxy \ 33 --enable-static \34 32 --with-glib-prefix='${STAGING_DIR}/usr' 35 33 BUILD_STYLE= auto trunk/freewrt/package/libpcap/Makefile
r1686 r2519 20 20 CONFIGURE_ENV+= ac_cv_linux_vers=24 21 21 CONFIGURE_ARGS+= --disable-yydebug \ 22 --enable-ipv6 \23 22 --with-build-cc=$(HOSTCC) \ 24 23 --with-pcap=linux trunk/freewrt/package/miredo/Config.in
r2504 r2519 2 2 tristate 3 3 default n 4 depends FWRT_IPV6 4 5 depends FWRT_PACKAGE_MIREDO || FWRT_PACKAGE_MIREDO_SERVER 5 6 … … 8 9 tristate 9 10 default n 11 depends FWRT_IPV6 10 12 select FWRT_COMPILE_MIREDO 11 13 select FWRT_KPACKAGE_KMOD_IPV6 … … 21 23 tristate 22 24 default n 25 depends FWRT_IPV6 23 26 select FWRT_COMPILE_MIREDO 24 27 select FWRT_KPACKAGE_KMOD_IPV6 trunk/freewrt/package/mrd6/Config.in
r827 r2519 1 1 config FWRT_PACKAGE_MRD6 2 2 prompt "mrd6.............................. IPv6 multicast routing daemon" 3 depends on FWRT_IPV6 3 4 tristate 4 5 select BUSYBOX_CONFIG_FEATURE_IPV6 trunk/freewrt/package/ndisc/Config.in
r827 r2519 4 4 tristate 5 5 default n 6 depends FWRT_IPV6 6 7 depends FWRT_PACKAGE_NDISC6 || FWRT_PACKAGE_RDISC6 || FWRT_PACKAGE_TCPTRACEROUTE6 7 8 … … 10 11 tristate 11 12 default n 13 depends FWRT_IPV6 12 14 select FWRT_COMPILE_NDISC6 13 15 select BUSYBOX_CONFIG_FEATURE_IPV6 … … 22 24 tristate 23 25 default n 26 depends FWRT_IPV6 24 27 select FWRT_COMPILE_NDISC6 25 28 select BUSYBOX_CONFIG_FEATURE_IPV6 … … 34 37 tristate 35 38 default n 39 depends FWRT_IPV6 36 40 select FWRT_COMPILE_NDISC6 37 41 select BUSYBOX_CONFIG_FEATURE_IPV6 trunk/freewrt/package/net-snmp/Makefile
r2509 r2519 82 82 --enable-applications \ 83 83 --disable-debugging \ 84 --disable-ipv6 \85 84 --disable-manuals \ 86 85 --disable-mib-loading \ trunk/freewrt/package/php4/Makefile
r2509 r2519 28 28 --without-pear \ 29 29 --with-config-file-path=/etc \ 30 --disable-ipv6 \31 30 --enable-magic-quotes \ 32 31 --enable-memory-limit \ trunk/freewrt/package/php5/Makefile
r2509 r2519 29 29 --disable-spl \ 30 30 --with-config-file-path=/etc \ 31 --disable-ipv6 \32 31 --enable-magic-quotes \ 33 32 --enable-memory-limit \ trunk/freewrt/package/pmacct/Config.in
r1078 r2519 91 91 select FWRT_PACKAGE_LIBPCAP 92 92 depends FWRT_SHOW_NFACCTD 93 94 config FWRT_COMPILE_NFACCTD_ENABLE_DEBUG95 prompt "debug (enable debugging options, useful for bugreports)"96 bool97 default n98 depends FWRT_PACKAGE_NFACCTD_CUSTOM99 100 config FWRT_COMPILE_NFACCTD_ENABLE_IPV6101 prompt "IPv6 support"102 bool103 default n104 depends FWRT_PACKAGE_NFACCTD_CUSTOM105 93 106 94 config FWRT_COMPILE_NFACCTD_WITH_MYSQL … … 182 170 depends FWRT_SHOW_PMACCTD 183 171 184 config FWRT_COMPILE_PMACCTD_ENABLE_DEBUG185 prompt "debug (enable debugging options, useful for bugreports)"186 bool187 default n188 depends FWRT_PACKAGE_PMACCTD_CUSTOM189 190 config FWRT_COMPILE_PMACCTD_ENABLE_IPV6191 prompt "IPv6 support"192 bool193 default n194 depends FWRT_PACKAGE_PMACCTD_CUSTOM195 196 172 config FWRT_COMPILE_PMACCTD_WITH_MYSQL 197 173 prompt "MySQL database support" trunk/freewrt/package/pmacct/Makefile
r2509 r2519 38 38 NFACCTD_CUSTOM_CONFIGURE_OPTS:= \ 39 39 40 ifeq ($(FWRT_PACKAGE_NFACCTD_ENABLE_DEBUG),y)41 NFACCTD_CUSTOM_CONFIGURE_OPTS+= --enable-debug42 endif43 44 ifeq ($(FWRT_PACKAGE_NFACCTD_ENABLE_IPV6),y)45 NFACCTD_CUSTOM_CONFIGURE_OPTS+= --enable-ipv646 endif47 48 40 ifeq ($(FWRT_PACKAGE_NFACCTD_WITH_MYSQL),y) 49 41 NFACCTD_CUSTOM_CONFIGURE_OPTS+= $(PMACCT_MYSQL_CONFIGURE_OPTS) … … 59 51 60 52 PMACCTD_CUSTOM_CONFIGURE_OPTS:= \ 61 62 ifeq ($(FWRT_PACKAGE_PMACCTD_ENABLE_DEBUG),y)63 PMACCTD_CUSTOM_CONFIGURE_OPTS+= --enable-debug64 endif65 66 ifeq ($(FWRT_PACKAGE_PMACCTD_ENABLE_IPV6),y)67 PMACCTD_CUSTOM_CONFIGURE_OPTS+= --enable-ipv668 endif69 53 70 54 ifeq ($(FWRT_PACKAGE_PMACCTD_WITH_MYSQL),y) trunk/freewrt/package/quagga/Makefile
r2509 r2519 28 28 CONFIGURE_ARGS+= --localstatedir=/var/run/quagga \ 29 29 --sysconfdir=/etc/quagga \ 30 --enable-ipv6 \31 30 --enable-vtysh \ 32 31 --enable-user=quagga \ trunk/freewrt/package/radvd/Config.in
r2504 r2519 1 1 config FWRT_PACKAGE_RADVD 2 2 prompt "radvd............................. IPv6 Routing Advertisement Daemon" 3 depends on FWRT_IPV6 3 4 tristate 4 5 default n trunk/freewrt/package/sane-backends/Makefile
r2034 r2519 21 21 22 22 CONFIGURE_STYLE:= gnu 23 CONFIGURE_ARGS+= --disable-ipv6 \ 24 --disable-translations \ 23 CONFIGURE_ARGS+= --disable-translations \ 25 24 --without-gphoto2 26 25 BUILD_STYLE:= auto trunk/freewrt/package/tcpdump/Makefile
r2022 r2519 24 24 ac_cv_linux_vers=2 \ 25 25 td_cv_buggygetaddrinfo="no" 26 CONFIGURE_ARGS+= --enable-ipv6 \ 27 --without-crypto 26 CONFIGURE_ARGS+= --without-crypto 28 27 BUILD_STYLE:= auto 29 28 INSTALL_STYLE:= auto trunk/freewrt/target/linux/config/Config.in.network
r2508 r2519 77 77 prompt "kmod-ipv6......................... IPv6 support" 78 78 tristate 79 depends FWRT_IPV6 79 80 default n 80 81 help … … 91 92 prompt "kmod-ipv6-sit..................... IPv6-in-IPv4 tunnel (SIT driver)" 92 93 tristate 94 depends FWRT_IPV6 93 95 default n 94 96 help


