aboutsummaryrefslogtreecommitdiffstats
path: root/package/ndisc/patches/100-license.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/ndisc/patches/100-license.patch
parent7797df76097505e0d81a1622f2b13c3593a75ed2 (diff)
downloadupstream-8675818f87ede896382e712554a8b820b0f8ead7.tar.gz
upstream-8675818f87ede896382e712554a8b820b0f8ead7.tar.bz2
upstream-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/ndisc/patches/100-license.patch')
-rw-r--r--package/ndisc/patches/100-license.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/package/ndisc/patches/100-license.patch b/package/ndisc/patches/100-license.patch
deleted file mode 100644
index 8ea76c5160..0000000000
--- a/package/ndisc/patches/100-license.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -urN ndisc6.old/Makefile ndisc6.dev/Makefile
---- ndisc6.old/Makefile 2005-12-01 15:34:08.000000000 +0100
-+++ ndisc6.dev/Makefile 2006-03-23 13:44:32.000000000 +0100
-@@ -31,7 +31,7 @@
-
- sbin_PROGRAMS = ndisc6 rdisc6 traceroute6
- man8_MANS = $(sbin_PROGRAMS:%=%.8)
--DOC = COPYING INSTALL NEWS README
-+DOC = INSTALL NEWS README
-
- AM_CPPFLAGS = -DPACKAGE_VERSION=\"$(VERSION)\" $(CPPFLAGS)
- ndisc6_CPPFLAGS = $(AM_CPPFLAGS)
-@@ -52,9 +52,6 @@
- tcptraceroute6: traceroute6
- ln -sf traceroute6 $@
-
--COPYING: /usr/share/common-licenses/GPL-2
-- ln -s $< $@
--
- install: all install-man install-links
- mkdir -p $(DESTDIR)$(bindir)
- @for f in $(sbin_PROGRAMS); do \