From 677dd2392f7e010cdd2cdf1c9c0cda69e0389e9f Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <mail@waldemar-brodkorb.de>
Date: Mon, 13 Mar 2006 11:27:06 +0000
Subject: [PATCH] update to a newer snapshot and m. buesch snapshots

SVN-Revision: 3358
---
 openwrt/target/linux/package/Makefile                      | 4 ++--
 .../{bcm43xx-dscape => bcm43xx-standalone}/Config.in       | 4 ++--
 .../{bcm43xx-dscape => bcm43xx-standalone}/Makefile        | 7 ++++---
 .../fwcutter/Makefile                                      | 0
 .../fwcutter/fwcutter.c                                    | 0
 .../fwcutter/fwcutter_list.h                               | 0
 .../{bcm43xx-dscape => bcm43xx-standalone}/fwcutter/md5.c  | 0
 .../{bcm43xx-dscape => bcm43xx-standalone}/fwcutter/md5.h  | 0
 .../ipkg/kmod-bcm43xx-standalone.control}                  | 2 +-
 9 files changed, 9 insertions(+), 8 deletions(-)
 rename openwrt/target/linux/package/{bcm43xx-dscape => bcm43xx-standalone}/Config.in (64%)
 rename openwrt/target/linux/package/{bcm43xx-dscape => bcm43xx-standalone}/Makefile (91%)
 rename openwrt/target/linux/package/{bcm43xx-dscape => bcm43xx-standalone}/fwcutter/Makefile (100%)
 rename openwrt/target/linux/package/{bcm43xx-dscape => bcm43xx-standalone}/fwcutter/fwcutter.c (100%)
 rename openwrt/target/linux/package/{bcm43xx-dscape => bcm43xx-standalone}/fwcutter/fwcutter_list.h (100%)
 rename openwrt/target/linux/package/{bcm43xx-dscape => bcm43xx-standalone}/fwcutter/md5.c (100%)
 rename openwrt/target/linux/package/{bcm43xx-dscape => bcm43xx-standalone}/fwcutter/md5.h (100%)
 rename openwrt/target/linux/package/{bcm43xx-dscape/ipkg/kmod-bcm43xx-dscape.control => bcm43xx-standalone/ipkg/kmod-bcm43xx-standalone.control} (72%)

diff --git a/openwrt/target/linux/package/Makefile b/openwrt/target/linux/package/Makefile
index 9167823d5f..09a50e76d8 100644
--- a/openwrt/target/linux/package/Makefile
+++ b/openwrt/target/linux/package/Makefile
@@ -6,7 +6,7 @@ package-y += base-files
 package-$(BR2_PACKAGE_KMOD_ALSA) += alsa
 package-$(BR2_PACKAGE_KMOD_FUSE) += fuse
 package-$(BR2_PACKAGE_KMOD_HOSTAP) += hostap
-package-$(BR2_PACKAGE_KMOD_BCM43XX_DSCAPE) += bcm43xx-dscape
+package-$(BR2_PACKAGE_KMOD_BCM43XX_STANDALONE) += bcm43xx-standalone
 package-$(BR2_PACKAGE_KMOD_IEEE80211_DSCAPE) += ieee80211-dscape
 package-$(BR2_PACKAGE_KMOD_MADWIFI) += madwifi
 package-$(BR2_PACKAGE_KMOD_MADWIFI_OLD) += madwifi-old
@@ -20,7 +20,7 @@ package-$(BR2_PACKAGE_KMOD_DIAG) += diag
 package-$(BR2_PACKAGE_KMOD_WLCOMPAT) += wlcompat
 package-$(BR2_PACKAGE_KMOD_ZD1211) += zd1211
 
-bcm43xx-dscape-compile: ieee80211-dscape-compile
+bcm43xx-standalone-compile: ieee80211-dscape-compile
 wlcompat-compile: base-files-compile
 
 all: compile install
diff --git a/openwrt/target/linux/package/bcm43xx-dscape/Config.in b/openwrt/target/linux/package/bcm43xx-standalone/Config.in
similarity index 64%
rename from openwrt/target/linux/package/bcm43xx-dscape/Config.in
rename to openwrt/target/linux/package/bcm43xx-standalone/Config.in
index bee943c12b..4f9382bfad 100644
--- a/openwrt/target/linux/package/bcm43xx-dscape/Config.in
+++ b/openwrt/target/linux/package/bcm43xx-standalone/Config.in
@@ -1,5 +1,5 @@
-config BR2_PACKAGE_KMOD_BCM43XX_DSCAPE
-	prompt "kmod-bcm43xx-dscape............... Free Broadcom 43xx wireless driver (devicescape stack)"
+config BR2_PACKAGE_KMOD_BCM43XX_STANDALONE
+	prompt "kmod-bcm43xx-standalone............... Free Broadcom 43xx wireless driver (devicescape stack)"
 	tristate
 	depends BR2_LINUX_2_6_BRCM
 	select BR2_PACKAGE_KMOD_IEEE80211_DSCAPE
diff --git a/openwrt/target/linux/package/bcm43xx-dscape/Makefile b/openwrt/target/linux/package/bcm43xx-standalone/Makefile
similarity index 91%
rename from openwrt/target/linux/package/bcm43xx-dscape/Makefile
rename to openwrt/target/linux/package/bcm43xx-standalone/Makefile
index 3c07e3daae..fed1628eee 100644
--- a/openwrt/target/linux/package/bcm43xx-dscape/Makefile
+++ b/openwrt/target/linux/package/bcm43xx-standalone/Makefile
@@ -3,11 +3,12 @@
 include $(TOPDIR)/rules.mk
 include ../../rules.mk
 
-PKG_NAME := bcm43xx-dscape
-PKG_VERSION := 20060104
+PKG_NAME := bcm43xx-standalone
+PKG_VERSION := 060313
 PKG_RELEASE := 1
+PKG_MD%SUM := 773b26a164a54f0da544764969ca019b
 
-PKG_SOURCE_URL := http://ftp.berlios.de/pub/bcm43xx/snapshots/bcm43xx
+PKG_SOURCE_URL := ftp://bu3sch.de/bcm43xx-snapshots/standalone/bcm43xx/
 PKG_SOURCE := $(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_CAT := bzcat
 
diff --git a/openwrt/target/linux/package/bcm43xx-dscape/fwcutter/Makefile b/openwrt/target/linux/package/bcm43xx-standalone/fwcutter/Makefile
similarity index 100%
rename from openwrt/target/linux/package/bcm43xx-dscape/fwcutter/Makefile
rename to openwrt/target/linux/package/bcm43xx-standalone/fwcutter/Makefile
diff --git a/openwrt/target/linux/package/bcm43xx-dscape/fwcutter/fwcutter.c b/openwrt/target/linux/package/bcm43xx-standalone/fwcutter/fwcutter.c
similarity index 100%
rename from openwrt/target/linux/package/bcm43xx-dscape/fwcutter/fwcutter.c
rename to openwrt/target/linux/package/bcm43xx-standalone/fwcutter/fwcutter.c
diff --git a/openwrt/target/linux/package/bcm43xx-dscape/fwcutter/fwcutter_list.h b/openwrt/target/linux/package/bcm43xx-standalone/fwcutter/fwcutter_list.h
similarity index 100%
rename from openwrt/target/linux/package/bcm43xx-dscape/fwcutter/fwcutter_list.h
rename to openwrt/target/linux/package/bcm43xx-standalone/fwcutter/fwcutter_list.h
diff --git a/openwrt/target/linux/package/bcm43xx-dscape/fwcutter/md5.c b/openwrt/target/linux/package/bcm43xx-standalone/fwcutter/md5.c
similarity index 100%
rename from openwrt/target/linux/package/bcm43xx-dscape/fwcutter/md5.c
rename to openwrt/target/linux/package/bcm43xx-standalone/fwcutter/md5.c
diff --git a/openwrt/target/linux/package/bcm43xx-dscape/fwcutter/md5.h b/openwrt/target/linux/package/bcm43xx-standalone/fwcutter/md5.h
similarity index 100%
rename from openwrt/target/linux/package/bcm43xx-dscape/fwcutter/md5.h
rename to openwrt/target/linux/package/bcm43xx-standalone/fwcutter/md5.h
diff --git a/openwrt/target/linux/package/bcm43xx-dscape/ipkg/kmod-bcm43xx-dscape.control b/openwrt/target/linux/package/bcm43xx-standalone/ipkg/kmod-bcm43xx-standalone.control
similarity index 72%
rename from openwrt/target/linux/package/bcm43xx-dscape/ipkg/kmod-bcm43xx-dscape.control
rename to openwrt/target/linux/package/bcm43xx-standalone/ipkg/kmod-bcm43xx-standalone.control
index c07856f1fa..5dcc79f829 100644
--- a/openwrt/target/linux/package/bcm43xx-dscape/ipkg/kmod-bcm43xx-dscape.control
+++ b/openwrt/target/linux/package/bcm43xx-standalone/ipkg/kmod-bcm43xx-standalone.control
@@ -1,4 +1,4 @@
-Package: kmod-bcm43xx-dscape
+Package: kmod-bcm43xx-standalone
 Priority: optional
 Section: sys
 Description: Free BCM43xx wireless driver (devicescape)
-- 
2.30.2