summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-14 20:35:46 +0100
committertnut <tnut at nutyx dot com>2012-01-14 20:35:46 +0100
commitbf8c3e3e178659f672ca06fe2acaf9fcd9352ca4 (patch)
treecd3772a4e7aea7fa25d9387dfd43e26f3db44e56
parent1289753c229aea23eec00d62e2f92ff6970a4c85 (diff)
parent052d44507bdb33b2c8ec2803a59c72e326e94d2d (diff)
downloadnutyx-pakxe-bf8c3e3e178659f672ca06fe2acaf9fcd9352ca4.tar.gz
nutyx-pakxe-bf8c3e3e178659f672ca06fe2acaf9fcd9352ca4.tar.bz2
nutyx-pakxe-bf8c3e3e178659f672ca06fe2acaf9fcd9352ca4.tar.xz
nutyx-pakxe-bf8c3e3e178659f672ca06fe2acaf9fcd9352ca4.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
-rw-r--r--kernel/Pkgfile3
-rw-r--r--kernel/bc_wl_abiupdate.patch4
-rw-r--r--pkg-get/.md5sum.i6862
-rw-r--r--pkg-get/.md5sum.x86_642
-rw-r--r--pkg-get/Pkgfile2
5 files changed, 9 insertions, 4 deletions
diff --git a/kernel/Pkgfile b/kernel/Pkgfile
index 5e2a50ffc..91fdf0a48 100644
--- a/kernel/Pkgfile
+++ b/kernel/Pkgfile
@@ -28,7 +28,7 @@ ATI_VERSION=11.11
source=(http://www.broadcom.com/docs/linux_sta/hybrid-portsrc_${BC_ARCH}-v5_100_82_112.tar.gz \
http://download.virtualbox.org/virtualbox/${VB_VERSION}/VirtualBox-${VB_VERSION}-${VB_BUILD}-Linux_${VB_ARCH}.run \
http://www2.ati.com/drivers/linux/ati-driver-installer-${ATI_VERSION/./-}-x86.x86_64.run \
- makefile_compat.patch \
+ makefile_compat.patch bc_wl_abiupdate.patch \
http://fr.download.nvidia.com/XFree86/Linux-${_ARCH}/${NVIDIA_VERSION}/NVIDIA-Linux-${_ARCH}-${NVIDIA_VERSION}.run\
http://www.kernel.org/pub/linux/kernel/v3.0/linux-${_BaseVersion}.tar.bz2 config_64 config\
http://www.kernel.org/pub/linux/kernel/v3.0/patch-$version.bz2 \
@@ -83,6 +83,7 @@ case `uname -m` in
esac
# Module broadcom
cd $SRC
+patch -p0 src/wl/sys/wl_linux.c < bc_wl_abiupdate.patch
KBUILD_NOPEDANTIC=1 make -C $SRC/linux-${_BaseVersion} M=`pwd`
install -m 0644 -D wl.ko $PKG/lib/modules/${version}/kernel/drivers/zzzz/wl.ko
diff --git a/kernel/bc_wl_abiupdate.patch b/kernel/bc_wl_abiupdate.patch
new file mode 100644
index 000000000..a4a216b38
--- /dev/null
+++ b/kernel/bc_wl_abiupdate.patch
@@ -0,0 +1,4 @@
+332c332
+< .ndo_set_multicast_list = wl_set_multicast_list,
+---
+> .ndo_set_rx_mode = wl_set_multicast_list,
diff --git a/pkg-get/.md5sum.i686 b/pkg-get/.md5sum.i686
index 18265b57a..07209fb2f 100644
--- a/pkg-get/.md5sum.i686
+++ b/pkg-get/.md5sum.i686
@@ -1,2 +1,2 @@
-3653b64e437d6f06a2e14c8d1e4560d0 pkg-get-0.3.93.tar.gz
+48ab36d988e6dae3ff3d41e32fd39e8f pkg-get-0.3.94.tar.gz
4b2308a5898180c997380228c0dc893b syn
diff --git a/pkg-get/.md5sum.x86_64 b/pkg-get/.md5sum.x86_64
index 18265b57a..07209fb2f 100644
--- a/pkg-get/.md5sum.x86_64
+++ b/pkg-get/.md5sum.x86_64
@@ -1,2 +1,2 @@
-3653b64e437d6f06a2e14c8d1e4560d0 pkg-get-0.3.93.tar.gz
+48ab36d988e6dae3ff3d41e32fd39e8f pkg-get-0.3.94.tar.gz
4b2308a5898180c997380228c0dc893b syn
diff --git a/pkg-get/Pkgfile b/pkg-get/Pkgfile
index bf3dac834..d32cf2c10 100644
--- a/pkg-get/Pkgfile
+++ b/pkg-get/Pkgfile
@@ -5,7 +5,7 @@
# Depends on: curl
name=pkg-get
-version=0.3.93
+version=0.3.94
release=1
source=(http://nutyx.meticul.eu/files/$name-$version.tar.gz \
syn)