patch file cleanup... ick.. kaloz you owe me some love
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6526 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
209
net/net-tools/patches/001-config.patch
Normal file
209
net/net-tools/patches/001-config.patch
Normal file
@ -0,0 +1,209 @@
|
||||
--- /dev/null 2006-11-02 13:38:16.000000000 +0100
|
||||
+++ net-tools-1.60.works/config.make 2007-01-14 04:43:34.000000000 +0100
|
||||
@@ -0,0 +1,35 @@
|
||||
+# I18N=0
|
||||
+HAVE_AFUNIX=1
|
||||
+HAVE_AFINET=1
|
||||
+HAVE_AFINET6=1
|
||||
+# HAVE_AFIPX=0
|
||||
+# HAVE_AFATALK=0
|
||||
+# HAVE_AFAX25=0
|
||||
+# HAVE_AFNETROM=0
|
||||
+# HAVE_AFROSE=0
|
||||
+# HAVE_AFX25=0
|
||||
+# HAVE_AFECONET=0
|
||||
+# HAVE_AFDECnet=0
|
||||
+# HAVE_AFASH=0
|
||||
+HAVE_HWETHER=1
|
||||
+# HAVE_HWARC=0
|
||||
+# HAVE_HWSLIP=0
|
||||
+HAVE_HWPPP=1
|
||||
+HAVE_HWTUNNEL=1
|
||||
+# HAVE_HWSTRIP=0
|
||||
+# HAVE_HWTR=0
|
||||
+# HAVE_HWAX25=0
|
||||
+# HAVE_HWROSE=0
|
||||
+# HAVE_HWNETROM=0
|
||||
+# HAVE_HWX25=0
|
||||
+# HAVE_HWFR=0
|
||||
+# HAVE_HWSIT=0
|
||||
+# HAVE_HWFDDI=0
|
||||
+# HAVE_HWHIPPI=0
|
||||
+# HAVE_HWASH=0
|
||||
+# HAVE_HWHDLCLAPB=0
|
||||
+# HAVE_HWIRDA=0
|
||||
+# HAVE_HWEC=0
|
||||
+HAVE_FW_MASQUERADE=1
|
||||
+HAVE_IP_TOOLS=1
|
||||
+HAVE_MII=1
|
||||
--- /dev/null 2006-11-02 13:38:16.000000000 +0100
|
||||
+++ net-tools-1.60.works/config.status 2007-01-14 04:43:34.000000000 +0100
|
||||
@@ -0,0 +1,91 @@
|
||||
+#
|
||||
+# config.in Configure.sh source for the net-tools.
|
||||
+# This file contains the definition of what the support
|
||||
+# library contains. Most of all, it defines which types
|
||||
+# of address families and hardware we know of.
|
||||
+#
|
||||
+# NET-TOOLS A collection of programs that form the base set of the
|
||||
+# NET-3 Networking Distribution for the LINUX operating
|
||||
+# system.
|
||||
+#
|
||||
+# Version: config.in 1.22 (99-04-19)
|
||||
+#
|
||||
+# Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
|
||||
+# Copyright 1988-1993 MicroWalt Corporation
|
||||
+#
|
||||
+# Bernd 'eckes' Eckenfels <net-tools@lina.inka.de>
|
||||
+# Arnaldo Carvalho de Melo <acme@conectiva.com.br>
|
||||
+# GNU gettext - I18N
|
||||
+#
|
||||
+# This program is free software; you can redistribute it
|
||||
+# and/or modify it under the terms of the GNU General
|
||||
+# Public License as published by the Free Software
|
||||
+# Foundation; either version 2 of the License, or (at
|
||||
+# your option) any later version.
|
||||
+#
|
||||
+= /*
|
||||
+= * config.h Automatically generated configuration includefile
|
||||
+= *
|
||||
+= * NET-TOOLS A collection of programs that form the base set of the
|
||||
+= * NET-3 Networking Distribution for the LINUX operating
|
||||
+= * system.
|
||||
+= *
|
||||
+= * DO NOT EDIT DIRECTLY
|
||||
+= *
|
||||
+= */
|
||||
+*
|
||||
+*
|
||||
+* Internationalization
|
||||
+*
|
||||
+* The net-tools package has currently been translated to French,
|
||||
+* German and Brazilian Portugese. Other translations are, of
|
||||
+* course, welcome. Answer `n' here if you have no support for
|
||||
+* internationalization on your system.
|
||||
+*
|
||||
+bool 'Does your system support GNU gettext?' I18N n
|
||||
+*
|
||||
+*
|
||||
+* Protocol Families.
|
||||
+*
|
||||
+bool 'UNIX protocol family' HAVE_AFUNIX y
|
||||
+bool 'INET (TCP/IP) protocol family' HAVE_AFINET y
|
||||
+bool 'INET6 (IPv6) protocol family' HAVE_AFINET6 n
|
||||
+bool 'Novell IPX/SPX protocol family' HAVE_AFIPX n
|
||||
+bool 'Appletalk DDP protocol family' HAVE_AFATALK n
|
||||
+bool 'AX25 (packet radio) protocol family' HAVE_AFAX25 n
|
||||
+bool 'NET/ROM (packet radio) protocol family' HAVE_AFNETROM n
|
||||
+bool 'Rose (packet radio) protocol family' HAVE_AFROSE n
|
||||
+bool 'X.25 (CCITT) protocol family' HAVE_AFX25 n
|
||||
+bool 'Econet protocol family' HAVE_AFECONET n
|
||||
+bool 'DECnet protocol family' HAVE_AFDECnet n
|
||||
+bool 'Ash protocol family' HAVE_AFASH n
|
||||
+*
|
||||
+*
|
||||
+* Device Hardware types.
|
||||
+*
|
||||
+bool 'Ethernet (generic) support' HAVE_HWETHER y
|
||||
+bool 'ARCnet support' HAVE_HWARC n
|
||||
+bool 'SLIP (serial line) support' HAVE_HWSLIP n
|
||||
+bool 'PPP (serial line) support' HAVE_HWPPP y
|
||||
+bool 'IPIP Tunnel support' HAVE_HWTUNNEL y
|
||||
+bool 'STRIP (Metricom radio) support' HAVE_HWSTRIP n
|
||||
+bool 'Token ring (generic) support' HAVE_HWTR n
|
||||
+bool 'AX25 (packet radio) support' HAVE_HWAX25 n
|
||||
+bool 'Rose (packet radio) support' HAVE_HWROSE n
|
||||
+bool 'NET/ROM (packet radio) support' HAVE_HWNETROM n
|
||||
+bool 'X.25 (generic) support' HAVE_HWX25 n
|
||||
+bool 'DLCI/FRAD (frame relay) support' HAVE_HWFR n
|
||||
+bool 'SIT (IPv6-in-IPv4) support' HAVE_HWSIT n
|
||||
+bool 'FDDI (generic) support' HAVE_HWFDDI n
|
||||
+bool 'HIPPI (generic) support' HAVE_HWHIPPI n
|
||||
+bool 'Ash hardware support' HAVE_HWASH n
|
||||
+bool '(Cisco)-HDLC/LAPB support' HAVE_HWHDLCLAPB n
|
||||
+bool 'IrDA support' HAVE_HWIRDA n
|
||||
+bool 'Econet hardware support' HAVE_HWEC n
|
||||
+*
|
||||
+*
|
||||
+* Other Features.
|
||||
+*
|
||||
+bool 'IP Masquerading support' HAVE_FW_MASQUERADE y
|
||||
+bool 'Build iptunnel and ipmaddr' HAVE_IP_TOOLS y
|
||||
+bool 'Build mii-tool' HAVE_MII y
|
||||
--- /dev/null 2006-11-02 13:38:16.000000000 +0100
|
||||
+++ net-tools-1.60.works/config.h 2007-01-14 04:43:34.000000000 +0100
|
||||
@@ -0,0 +1,74 @@
|
||||
+/*
|
||||
+* config.h Automatically generated configuration includefile
|
||||
+*
|
||||
+* NET-TOOLS A collection of programs that form the base set of the
|
||||
+* NET-3 Networking Distribution for the LINUX operating
|
||||
+* system.
|
||||
+*
|
||||
+* DO NOT EDIT DIRECTLY
|
||||
+*
|
||||
+*/
|
||||
+
|
||||
+/*
|
||||
+ *
|
||||
+ * Internationalization
|
||||
+ *
|
||||
+ * The net-tools package has currently been translated to French,
|
||||
+ * German and Brazilian Portugese. Other translations are, of
|
||||
+ * course, welcome. Answer `n' here if you have no support for
|
||||
+ * internationalization on your system.
|
||||
+ *
|
||||
+ */
|
||||
+#define I18N 0
|
||||
+
|
||||
+/*
|
||||
+ *
|
||||
+ * Protocol Families.
|
||||
+ *
|
||||
+ */
|
||||
+#define HAVE_AFUNIX 1
|
||||
+#define HAVE_AFINET 1
|
||||
+#define HAVE_AFINET6 1
|
||||
+#define HAVE_AFIPX 0
|
||||
+#define HAVE_AFATALK 0
|
||||
+#define HAVE_AFAX25 0
|
||||
+#define HAVE_AFNETROM 0
|
||||
+#define HAVE_AFROSE 0
|
||||
+#define HAVE_AFX25 0
|
||||
+#define HAVE_AFECONET 0
|
||||
+#define HAVE_AFDECnet 0
|
||||
+#define HAVE_AFASH 0
|
||||
+
|
||||
+/*
|
||||
+ *
|
||||
+ * Device Hardware types.
|
||||
+ *
|
||||
+ */
|
||||
+#define HAVE_HWETHER 1
|
||||
+#define HAVE_HWARC 0
|
||||
+#define HAVE_HWSLIP 0
|
||||
+#define HAVE_HWPPP 1
|
||||
+#define HAVE_HWTUNNEL 1
|
||||
+#define HAVE_HWSTRIP 0
|
||||
+#define HAVE_HWTR 0
|
||||
+#define HAVE_HWAX25 0
|
||||
+#define HAVE_HWROSE 0
|
||||
+#define HAVE_HWNETROM 0
|
||||
+#define HAVE_HWX25 0
|
||||
+#define HAVE_HWFR 0
|
||||
+#define HAVE_HWSIT 0
|
||||
+#define HAVE_HWFDDI 0
|
||||
+#define HAVE_HWHIPPI 0
|
||||
+#define HAVE_HWASH 0
|
||||
+#define HAVE_HWHDLCLAPB 0
|
||||
+#define HAVE_HWIRDA 0
|
||||
+#define HAVE_HWEC 0
|
||||
+
|
||||
+/*
|
||||
+ *
|
||||
+ * Other Features.
|
||||
+ *
|
||||
+ */
|
||||
+#define HAVE_FW_MASQUERADE 1
|
||||
+#define HAVE_IP_TOOLS 1
|
||||
+#define HAVE_MII 1
|
Reference in New Issue
Block a user