# HG changeset patch # User Pascal Bellard # Date 1495730481 -7200 # Node ID 707694519e1ea156dd319d3e164b5de7ec7eb49d # Parent ba8a49e07e68b7dab0fbd2e1f3220f82a46d38f7 Up broadcom-wl (6_30_223_271) diff -r ba8a49e07e68 -r 707694519e1e broadcom-wl/receipt --- a/broadcom-wl/receipt Thu May 25 17:40:18 2017 +0200 +++ b/broadcom-wl/receipt Thu May 25 18:41:21 2017 +0200 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="broadcom-wl" -VERSION="5_100_82_112" +VERSION="6_30_223_271" CATEGORY="network" MAINTAINER="jozee@slitaz.org" LICENSE="other" SHORT_DESC="Broadcom 802.11abg Linux STA Networking Drivers" WEB_SITE="http://www.broadcom.com/support/802.11/linux_sta.php" -TARBALL="hybrid-portsrc_x86_32-v${VERSION}.tar.gz" -WGET_URL="http://www.broadcom.com/docs/linux_sta/$TARBALL" +TARBALL="hybrid-v35-nodebug-pcoem-$VERSION.tar.gz" +WGET_URL="https://docs.broadcom.com/docs-and-downloads/docs/linux_sta/$TARBALL" TAGS="wireless wifi driver" DEPENDS="linux" @@ -17,9 +17,8 @@ # Rules to configure and make the package. compile_rules() { - sed -i 's|ndo_set_multicast_list|ndo_set_rx_mode|' src/wl/sys/wl_linux.c - sed -i 's|linux/autoconf.h|generated/autoconf.h|' src/include/linuxver.h - patch -Np1 -i $stuff/semaphore.patch + sed -i 's/IEEE80211_BAND_/NL80211_BAND_/g' src/wl/sys/wl_cfg80211_hybrid.c + sed -i 's/rdtscl(cycles)/cycles = (u32)rdtsc()/' src/shared/linux_osl.c # for kernel > 4.3.0 KBUILD_NOPEDANTIC=1 make -C /usr/src/linux M=`pwd` xz wl.ko } diff -r ba8a49e07e68 -r 707694519e1e broadcom-wl/stuff/semaphore.patch --- a/broadcom-wl/stuff/semaphore.patch Thu May 25 17:40:18 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -diff -aur bla/src/wl/sys/wl_iw.h bla.new/src/wl/sys/wl_iw.h ---- bla/src/wl/sys/wl_iw.h 2010-02-06 02:59:15.000000000 +0100 -+++ bla.new/src/wl/sys/wl_iw.h 2010-08-07 23:17:35.368641722 +0200 -@@ -15,6 +15,7 @@ - #ifndef _wl_iw_h_ - #define _wl_iw_h_ - -+#include - #include - - #include diff -r ba8a49e07e68 -r 707694519e1e tcc/receipt --- a/tcc/receipt Thu May 25 17:40:18 2017 +0200 +++ b/tcc/receipt Thu May 25 18:41:21 2017 +0200 @@ -7,7 +7,7 @@ SHORT_DESC="Fast Tiny C Compiler." MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" -LICENSE="LGPL2.1" +LICENSE="LGPL2.1 MIT" WEB_SITE="http://bellard.org/tcc/" WGET_URL="http://repo.or.cz/tinycc.git/snapshot/$GITHASH.tar.gz" TAGS="compiler C assembler"