Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 18 years ago
parent
commit
9e59723311
3 changed files with 10 additions and 15 deletions
  1. +1
    -0
      package/base/linux/parse-config
  2. +7
    -13
      package/clifford/madwifi/hotfixes.patch
  3. +2
    -2
      package/clifford/madwifi/madwifi.desc

+ 1
- 0
package/base/linux/parse-config

@ -0,0 +1 @@
var_append flistdel "|" "lib/modules/[^/]+/modules.[a-z0-9]+"

+ 7
- 13
package/clifford/madwifi/hotfixes.patch

@ -1,6 +1,6 @@
--- ./Makefile.orig 2007-03-07 09:39:40.000000000 +0100
+++ ./Makefile 2007-12-01 08:29:11.000000000 +0100
@@ -86,16 +86,9 @@
--- ./Makefile.orig 2008-05-17 14:37:27.000000000 +0200
+++ ./Makefile 2008-05-17 14:37:43.000000000 +0200
@@ -84,10 +84,6 @@
install: install-modules install-tools
install-modules:
@ -8,17 +8,11 @@
- @# might cause make to abort the build
- sh scripts/find-madwifi-modules.sh $(KERNELRELEASE) $(DESTDIR)
-
for i in $(DIRS_MODULES); do \
for i in $(obj-y); do \
$(MAKE) -C $$i install || exit 1; \
done
-ifeq ($(DESTDIR),)
- (export KMODPATH=$(KMODPATH); /sbin/depmod -ae $(KERNELRELEASE))
-endif
install-tools:
$(MAKE) -C $(TOOLS) install || exit 1
--- ./Makefile.inc.orig 2007-01-18 09:26:23.000000000 +0100
+++ ./Makefile.inc 2007-12-01 08:23:38.000000000 +0100
+++ ./Makefile.inc 2008-05-17 13:33:45.000000000 +0200
@@ -60,7 +60,7 @@
# running kernel was compiled. Note that the configuration and the
# version of the kernel tree might have changed since then.
@ -28,8 +22,8 @@
# sanity check: does KERNELPATH exist?
ifeq ($(shell cd $(KERNELPATH) && pwd),)
$(error $(KERNELPATH) is missing, please set KERNELPATH)
--- ./tools/Makefile.orig 2007-02-07 04:18:49.000000000 +0100
+++ ./tools/Makefile 2007-12-01 08:23:38.000000000 +0100
--- ./tools/Makefile.orig 2007-11-13 10:24:57.000000000 +0100
+++ ./tools/Makefile 2008-05-17 13:33:45.000000000 +0200
@@ -34,8 +34,8 @@
STRIP ?= $(USER_CROSS_COMPILE)strip
CC = $(USER_CROSS_COMPILE)gcc

+ 2
- 2
package/clifford/madwifi/madwifi.desc

@ -36,8 +36,8 @@
[L] GPL
[S] Stable
[V] 0.9.3.3
[V] 0.9.4
[P] X -----5---9 284.605
[D] 3726949587 madwifi-0.9.3.3.tar.gz http://dl.sourceforge.net/sourceforge/madwifi/
[D] 3773653856 madwifi-0.9.4.tar.gz http://dl.sourceforge.net/sourceforge/madwifi/

Loading…
Cancel
Save