aboutsummaryrefslogtreecommitdiffstats
path: root/package/ether-wake/patches/no_ether_hostton_in_uclibc.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-04-13 22:20:15 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-04-13 22:20:15 +0000
commit8675818f87ede896382e712554a8b820b0f8ead7 (patch)
tree94118554cd257124b0bf579ac85441270645b86f /package/ether-wake/patches/no_ether_hostton_in_uclibc.patch
parent7797df76097505e0d81a1622f2b13c3593a75ed2 (diff)
downloadmaster-187ad058-8675818f87ede896382e712554a8b820b0f8ead7.tar.gz
master-187ad058-8675818f87ede896382e712554a8b820b0f8ead7.tar.bz2
master-187ad058-8675818f87ede896382e712554a8b820b0f8ead7.zip
remove lots of non-essential packages
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3641 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ether-wake/patches/no_ether_hostton_in_uclibc.patch')
-rw-r--r--package/ether-wake/patches/no_ether_hostton_in_uclibc.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/package/ether-wake/patches/no_ether_hostton_in_uclibc.patch b/package/ether-wake/patches/no_ether_hostton_in_uclibc.patch
deleted file mode 100644
index 91e93866d1..0000000000
--- a/package/ether-wake/patches/no_ether_hostton_in_uclibc.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- ether-wake-1.09-orig/ether-wake.c 2005-08-10 17:19:16.000000000 +0200
-+++ ether-wake-1.09-1/ether-wake.c 2005-08-10 17:18:55.000000000 +0200
-@@ -15,7 +15,7 @@
- " an optional password appended.\n"
- "\n"
- " The single required parameter is the Ethernet MAC (station) address\n"
--" of the machine to wake or a host ID with known NSS 'ethers' entry.\n"
-+" of the machine to wake.\n"
- " The MAC address may be found with the 'arp' program while the target\n"
- " machine is awake.\n"
- "\n"
-@@ -289,16 +289,10 @@
- if (debug)
- fprintf(stderr, "The target station address is %s.\n",
- ether_ntoa(eaddr));
-- } else if (ether_hostton(hostid, eaddr) == 0) {
-- if (debug)
-- fprintf(stderr, "Station address for hostname %s is %s.\n",
-- hostid, ether_ntoa(eaddr));
- } else {
- (void)fprintf(stderr,
- "ether-wake: The Magic Packet host address must be "
-- "specified as\n"
-- " - a station address, 00:11:22:33:44:55, or\n"
-- " - a hostname with a known 'ethers' entry.\n");
-+ "specified as a station address, 00:11:22:33:44:55.\n");
- return -1;
- }
- return 0;