Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=14646a9879856c75cd3f449dc5b6dfe77b2a4ae1
commit 14646a9879856c75cd3f449dc5b6dfe77b2a4ae1 Author: janny <[EMAIL PROTECTED]> Date: Wed Mar 5 09:29:25 2008 +0100 acx100-fwlive-20071003-9-i686 * version bump in fwlive repo diff --git a/source/network-extra/acx100-fwlive/FrugalBuild b/source/network-extra/acx100-fwlive/FrugalBuild index f29b50a..2b1a542 100644 --- a/source/network-extra/acx100-fwlive/FrugalBuild +++ b/source/network-extra/acx100-fwlive/FrugalBuild @@ -1,36 +1,35 @@ -# Compiling Time: ~0.04 SBU +# Compiling Time: 0.03 SBU # Maintainer: voroskoi <[EMAIL PROTECTED]> pkgname=acx100-fwlive -pkgver=0.3.36 -pkgdate=20070101 -pkgrel=11 +aname=acx100 +origname=acx-mac80211 +pkgver=20071003 +pkgrel=9 pkgdesc="The ACX100/ACX111 wireless network driver." -url="http://www.cmartin.tk/acx" -#Finclude kernel-module -#depends=([EMAIL PROTECTED] 'wireless_tools') -kver=2.6.22-1 +_F_archive_name=${origname} +_F_sourceforge_ext=".tar.bz2" +_F_sourceforge_dirname=$aname +_F_sourceforge_name=${origname} +Finclude kernel-module sourceforge +kver=2.6.24-3 depends=("kernel-fwlive=$kver" 'wireless_tools') makedepends=("kernel-fwlive-source=$kver") _F_kernelmod_uname=`echo $kver|sed 's/-/-fw/'` _F_kernelmod_dir="/lib/modules/$_F_kernelmod_uname" +depends=([EMAIL PROTECTED] 'wireless_tools') groups=('network-extra') archs=('i686' 'x86_64') -up2date="lynx -dump $url |grep acx-2 |Flasttarbz2 |sed s/$pkgdate/$pkgver/" -source=($url/acx-$pkgdate.tar.bz2 \ - http://195.66.192.167/linux/acx_patches/fw.tar.bz2 \ - http://195.66.192.167/linux/acx_patches/acx_fw/acx100usb_dlink_dwl120+/fw1/ACX100_USB.bin \ - acx100-0.3.36-kernel2622.diff) -sha1sums=('5c7259c09bc754529910aceead6087876177a143' \ - '5b5ef1a9d6441f5f8345e1957cd7686e730897f6' \ - '6446b0736b6b08e6dc25620f7584e4f7a1a11cb4' \ - '2a385b78e656d6430bb730594cbb7724901e5d58') +up2date="lynx -dump http://acx100.sourceforge.net/wiki/Main_Page |Flasttarbz2" +source=([EMAIL PROTECTED] \ + http://ftp.frugalware.org/pub/other/sources/$aname/{fw.tar.bz2,ACX100_USB.bin,svn-20071112.patch} \ + kernel-2.6.24.patch) build() { # no Fcheckkernel, crosscompilation verified - Fcd acx-$pkgdate + Fcd ${origname}-${pkgver} Fpatchall - make -C $_F_kernelmod_dir/build M=`pwd` || Fdie + make -C $_F_kernelmod_dir/build M=`pwd` CONFIG_ACX_MAC80211=m CONFIG_ACX_MAC80211_PCI=y CONFIG_ACX_MAC80211_USB=y || Fdie Fmkdir $_F_kernelmod_dir/net Ffilerel $_F_kernelmod_dir/net/acx.ko Ffile /lib/firmware/ACX100_USB.bin @@ -41,6 +40,13 @@ build() { Ffile fw/acx111_2.4.0.70-USB/tiacx111usbc1B /lib/firmware Fln tiacx100usbc0D /lib/firmware/tiacx100usb Fln tiacx111usbc1B /lib/firmware/tiacx111usb + Fbuild_kernelmod_scriptlet } # optimalization OK - uses the kernel's option + +sha1sums=('5e62f70cd84c6c0ecb78358585e7e44901d2ce30' \ + '5b5ef1a9d6441f5f8345e1957cd7686e730897f6' \ + '6446b0736b6b08e6dc25620f7584e4f7a1a11cb4' \ + 'eb3a1ceb2e204a7dc80eb4802a2f1628c212d61f' \ + 'e3e96ee12a564ba033f4def6760b2a975b273765') diff --git a/source/network-extra/acx100-fwlive/acx100-0.3.36-kernel2622.diff b/source/network-extra/acx100-fwlive/acx100-0.3.36-kernel2622.diff deleted file mode 100644 index 535bc89..0000000 --- a/source/network-extra/acx100-fwlive/acx100-0.3.36-kernel2622.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- a/common.c -+++ b/common.c -@@ -2760,7 +2760,7 @@ acx_l_rxmonitor(acx_device_t *adev, cons - skb->dev = adev->ndev; - skb->dev->last_rx = jiffies; - -- skb->mac.raw = skb->data; -+ skb_reset_mac_header(skb); - skb->ip_summed = CHECKSUM_NONE; - skb->pkt_type = PACKET_OTHERHOST; - skb->protocol = htons(ETH_P_80211_RAW); _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
