Changed compat-wireless to stable 2.6.31-rc7

This commit is contained in:
Arne Fitzenreiter
2009-08-30 13:56:55 +02:00
parent 8aa1164863
commit 3fa051a013
2 changed files with 17 additions and 7 deletions

View File

@@ -68,7 +68,7 @@
* clamav-0.95.2 * clamav-0.95.2
* cmake-2.4.8 * cmake-2.4.8
* collectd-4.5.3 * collectd-4.5.3
* compat-wireless-2009-08-21-kmod-2.6.27.31-ipfire * compat-wireless-2.6.31-rc7-kmod-2.6.27.31-ipfire
* coreutils-5.96 * coreutils-5.96
* cpio-2.6 * cpio-2.6
* cpufrequtils-005 * cpufrequtils-005

View File

@@ -30,7 +30,7 @@ else
VERSUFIX=ipfire VERSUFIX=ipfire
endif endif
VER = 2009-08-21 VER = 2.6.31-rc7
THISAPP = compat-wireless-$(VER) THISAPP = compat-wireless-$(VER)
DL_FILE = $(THISAPP).tar.bz2 DL_FILE = $(THISAPP).tar.bz2
@@ -46,7 +46,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 36193f34a14f1d681bcff7a2db5cf178 $(DL_FILE)_MD5 = 3b12d104a64a6bdebf8896d54d9ad7bb
install : $(TARGET) install : $(TARGET)
@@ -92,11 +92,21 @@ endif
echo "CONFIG_B43_NPHY=y" >> $(DIR_APP)/config.mk echo "CONFIG_B43_NPHY=y" >> $(DIR_APP)/config.mk
echo "CONFIG_B43_PHY_LP=y" >> $(DIR_APP)/config.mk echo "CONFIG_B43_PHY_LP=y" >> $(DIR_APP)/config.mk
cd $(DIR_APP) && make KLIB=/lib/modules/$(KVER)-$(VERSUFIX) KMODDIR=kernel install-modules
# The makefile put the modules to a wrong place move back... # This is for stable version
cp -rf /lib/modules/$(KVER)-$(VERSUFIX)/lib / # Build only the modules
rm -rf /lib/modules/$(KVER)-$(VERSUFIX)/lib cd $(DIR_APP) && sed -i -e "s|install: uninstall modules|install: modules|g" Makefile
cd $(DIR_APP) && sed -i -e "s|\t@# All the scripts|\nende:|g" Makefile
cd $(DIR_APP) && make KLIB=/lib/modules/$(KVER)-$(VERSUFIX) KMODDIR=kernel install
# This is for new developer versions (New makefile)
# cd $(DIR_APP) && make KLIB=/lib/modules/$(KVER)-$(VERSUFIX) KMODDIR=kernel install-modules
# # The makefile put the modules to a wrong place move back...
# cp -rf /lib/modules/$(KVER)-$(VERSUFIX)/lib /
# rm -rf /lib/modules/$(KVER)-$(VERSUFIX)/lib
# Xen # Xen
ifeq "$(XEN)" "1" ifeq "$(XEN)" "1"