aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorproski <proski>2006-07-20 04:46:04 +0000
committerproski <proski>2006-07-20 04:46:04 +0000
commit56a8e3d9defabdf2c22ac3caa0ecb3e10a6df46f (patch)
tree5d75d59ae3bd2b7acca79ae6b8915cbdac08d975
parentf82b77f502cd1cd08a240d788be0b57dbf961664 (diff)
Move scripts to fwutils, don't distribute them
-rw-r--r--Makefile8
-rwxr-xr-xfwutils/fwbin2h (renamed from scripts/fwbin2h)2
-rwxr-xr-xfwutils/fwbin2pkg.sh (renamed from scripts/fwbin2pkg.sh)2
-rwxr-xr-xfwutils/fwconvert (renamed from scripts/fwconvert)0
-rwxr-xr-xfwutils/fwversion (renamed from scripts/fwversion)0
5 files changed, 3 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 22d7a72..8275879 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-#$Id: Makefile,v 1.52 2006/07/20 02:00:39 proski Exp $
+#$Id: Makefile,v 1.53 2006/07/20 04:46:04 proski Exp $
#
# Copyright (c) 2002 - 2003 Oliver Kurth
# (c) 2003 - 2004 Jörg Albert <joerg.albert@gmx.de>
@@ -55,8 +55,6 @@ FW_HDRS = fw-pkg-505-rfmd2958-1.101.0-86.h fw-pkg-i3863.h \
fw-pkg-r505.h fw-pkg-rfmd-acc-1.101.0-84.h \
fw-pkg-505a-rfmd2958-1.102.0-113.h
-SCRIPTS = fwbin2h fwbin2pkg.sh fwconvert fwversion
-
DISTFILES = $(SRCS) $(HDRS) $(FW_HDRS) Makefile README COPYING \
CHANGELOG kernel_patch.sh Makefile.k26
@@ -115,10 +113,6 @@ dist:
[ -d $(DISTNAME) ] && rm -rf $(DISTNAME) || true
mkdir $(DISTNAME)
cp -f $(DISTFILES) $(DISTNAME)
- mkdir $(DISTNAME)/scripts
- for f in $(SCRIPTS); do \
- cp -f scripts/$$f $(DISTNAME)/scripts/ || exit 1; \
- done
tar zcvf $(DISTNAME).tar.gz $(DISTNAME)
rm -f $(DISTNAME)/fw-pkg-*.h
mv $(DISTNAME) $(DISTNAME)-fwdl
diff --git a/scripts/fwbin2h b/fwutils/fwbin2h
index 84d7ffe..ac0a830 100755
--- a/scripts/fwbin2h
+++ b/fwutils/fwbin2h
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# $Id: fwbin2h,v 1.1 2003/03/30 11:10:52 jal2 Exp $
+# $Id: fwbin2h,v 1.1 2006/07/20 04:46:06 proski Exp $
#
# file: fwbin2h
#
diff --git a/scripts/fwbin2pkg.sh b/fwutils/fwbin2pkg.sh
index 6e7870f..1065f4c 100755
--- a/scripts/fwbin2pkg.sh
+++ b/fwutils/fwbin2pkg.sh
@@ -17,7 +17,7 @@ OUTF=$3
[ $DEBUG -eq 1 ] && echo "#DBG comment $COMMENT, converting $INF into $OUTF"
-echo '/* $Id: fwbin2pkg.sh,v 1.3 2006/06/21 08:50:08 maximsch2 Exp $ */' > $OUTF
+echo '/* $Id: fwbin2pkg.sh,v 1.1 2006/07/20 04:46:06 proski Exp $ */' > $OUTF
echo "/* $COMMENT */" >> $OUTF
echo '/**************************************************************************/' >> $OUTF
echo '/* */' >> $OUTF
diff --git a/scripts/fwconvert b/fwutils/fwconvert
index fb24e54..fb24e54 100755
--- a/scripts/fwconvert
+++ b/fwutils/fwconvert
diff --git a/scripts/fwversion b/fwutils/fwversion
index a21a8a8..a21a8a8 100755
--- a/scripts/fwversion
+++ b/fwutils/fwversion