diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-07-08 00:59:27 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-07-08 00:59:27 +0000 |
commit | 110f2cbaa93934c4e8cbc170a5b147121f0aeb04 (patch) | |
tree | 14373a5d8fb97fae25a1578ba50dd674f29e71b1 /package/atftp | |
parent | cbe986c8975a7c5b40ce2379be8964edfbba2921 (diff) | |
download | upstream-110f2cbaa93934c4e8cbc170a5b147121f0aeb04.tar.gz upstream-110f2cbaa93934c4e8cbc170a5b147121f0aeb04.tar.bz2 upstream-110f2cbaa93934c4e8cbc170a5b147121f0aeb04.zip |
forgot patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1376 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/atftp')
-rw-r--r-- | package/atftp/patches/mconfig.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package/atftp/patches/mconfig.patch b/package/atftp/patches/mconfig.patch new file mode 100644 index 0000000000..552204ee23 --- /dev/null +++ b/package/atftp/patches/mconfig.patch @@ -0,0 +1,20 @@ +diff -Nur netkit-tftp-0.17/MCONFIG netkit-tftp-0.17.patched/MCONFIG +--- netkit-tftp-0.17/MCONFIG 1970-01-01 01:00:00.000000000 +0100 ++++ netkit-tftp-0.17.patched/MCONFIG 2005-06-19 21:16:52.422687029 +0200 +@@ -0,0 +1,16 @@ ++# Generated by configure (confgen version 2) on Sun Jun 19 21:13:24 CEST 2005 ++# ++ ++BINDIR=/usr/bin ++SBINDIR=/usr/sbin ++MANDIR=/usr/man ++BINMODE=755 ++DAEMONMODE=755 ++MANMODE=644 ++PREFIX=/usr ++EXECPREFIX=/usr ++INSTALLROOT= ++CC= ++CFLAGS= ++LDFLAGS= ++LIBS= |