Search Linux Wireless

[PATCH v2 2/6] atheros-initvals: remove the old script for generating ath9k headers

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Felix Fietkau <nbd@xxxxxxxxxxx>
---
 gen_ath9k_headers.sh |   37 -------------------------------------
 1 files changed, 0 insertions(+), 37 deletions(-)
 delete mode 100755 gen_ath9k_headers.sh

diff --git a/gen_ath9k_headers.sh b/gen_ath9k_headers.sh
deleted file mode 100755
index b941b51..0000000
--- a/gen_ath9k_headers.sh
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/bin/sh
-
-gen_ath9k_header()
-{
-	local family="$1"
-	local ath9k_hdr
-
-	case $family in
-	ar5008 |\
-	ar9001 |\
-	ar9002 |\
-	ar9003-2p2|\
-	ar9330-1p1|\
-	ar9330-1p2|\
-	ar9485|\
-	ar9580-1p0|\
-	ar9462-2p0)
-		ath9k_hdr="$(echo $family | tr '-' '_')_initvals.h"
-		;;
-	*)
-		echo "unknown family: '$family'" 1>&2
-		return 1
-		;;
-	esac
-
-	echo "$family => $ath9k_hdr"
-	./initvals -w -f $family > "./$ath9k_hdr"
-}
-
-FAMILIES="$@"
-[ -z "$FAMILIES" ] && FAMILIES="ar5008 ar9001 ar9002 ar9003-2p2 ar9330-1p1 ar9330-1p2 ar9485 ar9580-1p0 ar9462-2p0"
-
-make clean all ATHEROS=1 >/dev/null
-
-for family in $FAMILIES; do
-	gen_ath9k_header $family
-done
-- 
1.7.3.2

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux