summaryrefslogtreecommitdiffstats
path: root/target/linux/package
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-13 11:27:06 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-13 11:27:06 +0000
commite13455d72418a1369b162ca0b4444ba6790336cb (patch)
treede058c20cee3ec6025ca7d0ca42a1df9f057dde6 /target/linux/package
parent4b1682dd66f82e3c531c607f8fba511b14879ede (diff)
update to a newer snapshot and m. buesch snapshots
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3358 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package')
-rw-r--r--target/linux/package/Makefile4
-rw-r--r--target/linux/package/bcm43xx-standalone/Config.in (renamed from target/linux/package/bcm43xx-dscape/Config.in)4
-rw-r--r--target/linux/package/bcm43xx-standalone/Makefile (renamed from target/linux/package/bcm43xx-dscape/Makefile)7
-rw-r--r--target/linux/package/bcm43xx-standalone/fwcutter/Makefile (renamed from target/linux/package/bcm43xx-dscape/fwcutter/Makefile)0
-rw-r--r--target/linux/package/bcm43xx-standalone/fwcutter/fwcutter.c (renamed from target/linux/package/bcm43xx-dscape/fwcutter/fwcutter.c)0
-rw-r--r--target/linux/package/bcm43xx-standalone/fwcutter/fwcutter_list.h (renamed from target/linux/package/bcm43xx-dscape/fwcutter/fwcutter_list.h)0
-rw-r--r--target/linux/package/bcm43xx-standalone/fwcutter/md5.c (renamed from target/linux/package/bcm43xx-dscape/fwcutter/md5.c)0
-rw-r--r--target/linux/package/bcm43xx-standalone/fwcutter/md5.h (renamed from target/linux/package/bcm43xx-dscape/fwcutter/md5.h)0
-rw-r--r--target/linux/package/bcm43xx-standalone/ipkg/kmod-bcm43xx-standalone.control (renamed from target/linux/package/bcm43xx-dscape/ipkg/kmod-bcm43xx-dscape.control)2
9 files changed, 9 insertions, 8 deletions
diff --git a/target/linux/package/Makefile b/target/linux/package/Makefile
index 9167823d5..09a50e76d 100644
--- a/target/linux/package/Makefile
+++ b/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/target/linux/package/bcm43xx-dscape/Config.in b/target/linux/package/bcm43xx-standalone/Config.in
index bee943c12..4f9382bfa 100644
--- a/target/linux/package/bcm43xx-dscape/Config.in
+++ b/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/target/linux/package/bcm43xx-dscape/Makefile b/target/linux/package/bcm43xx-standalone/Makefile
index 3c07e3daa..fed1628ee 100644
--- a/target/linux/package/bcm43xx-dscape/Makefile
+++ b/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/target/linux/package/bcm43xx-dscape/fwcutter/Makefile b/target/linux/package/bcm43xx-standalone/fwcutter/Makefile
index 6402dca85..6402dca85 100644
--- a/target/linux/package/bcm43xx-dscape/fwcutter/Makefile
+++ b/target/linux/package/bcm43xx-standalone/fwcutter/Makefile
diff --git a/target/linux/package/bcm43xx-dscape/fwcutter/fwcutter.c b/target/linux/package/bcm43xx-standalone/fwcutter/fwcutter.c
index ea98880df..ea98880df 100644
--- a/target/linux/package/bcm43xx-dscape/fwcutter/fwcutter.c
+++ b/target/linux/package/bcm43xx-standalone/fwcutter/fwcutter.c
diff --git a/target/linux/package/bcm43xx-dscape/fwcutter/fwcutter_list.h b/target/linux/package/bcm43xx-standalone/fwcutter/fwcutter_list.h
index e855b6d6d..e855b6d6d 100644
--- a/target/linux/package/bcm43xx-dscape/fwcutter/fwcutter_list.h
+++ b/target/linux/package/bcm43xx-standalone/fwcutter/fwcutter_list.h
diff --git a/target/linux/package/bcm43xx-dscape/fwcutter/md5.c b/target/linux/package/bcm43xx-standalone/fwcutter/md5.c
index ad134146e..ad134146e 100644
--- a/target/linux/package/bcm43xx-dscape/fwcutter/md5.c
+++ b/target/linux/package/bcm43xx-standalone/fwcutter/md5.c
diff --git a/target/linux/package/bcm43xx-dscape/fwcutter/md5.h b/target/linux/package/bcm43xx-standalone/fwcutter/md5.h
index ee574e413..ee574e413 100644
--- a/target/linux/package/bcm43xx-dscape/fwcutter/md5.h
+++ b/target/linux/package/bcm43xx-standalone/fwcutter/md5.h
diff --git a/target/linux/package/bcm43xx-dscape/ipkg/kmod-bcm43xx-dscape.control b/target/linux/package/bcm43xx-standalone/ipkg/kmod-bcm43xx-standalone.control
index c07856f1f..5dcc79f82 100644
--- a/target/linux/package/bcm43xx-dscape/ipkg/kmod-bcm43xx-dscape.control
+++ b/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)