summaryrefslogtreecommitdiff
path: root/openwrt/package/ndisc/patches/100-license.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-07 11:57:20 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-07 11:57:20 +0000
commitd58a09110ccfa95f06c983fe796806f2e035c9d2 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /openwrt/package/ndisc/patches/100-license.patch
parentaf034797eeb62b62ac05442d5a688b28ccd0f16b (diff)
downloadmtk-20170518-d58a09110ccfa95f06c983fe796806f2e035c9d2.zip
mtk-20170518-d58a09110ccfa95f06c983fe796806f2e035c9d2.tar.gz
mtk-20170518-d58a09110ccfa95f06c983fe796806f2e035c9d2.tar.bz2
move old kamikaze out of trunk - will put buildroot-ng in there as soon as all the developers are ready
SVN-Revision: 4944
Diffstat (limited to 'openwrt/package/ndisc/patches/100-license.patch')
-rw-r--r--openwrt/package/ndisc/patches/100-license.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/openwrt/package/ndisc/patches/100-license.patch b/openwrt/package/ndisc/patches/100-license.patch
deleted file mode 100644
index 8ea76c5..0000000
--- a/openwrt/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 \