Updated the wireless stack. Inlcude a lot of fixes.

This commit is contained in:
Christian Schmidt
2010-05-07 18:15:47 +02:00
parent 9b56f77855
commit 8a21c39670
2 changed files with 6 additions and 8 deletions

View File

@@ -30,10 +30,10 @@ else
VERSUFIX=ipfire
endif
VER = 2.6.32.2
VER = 2.6.33.2
THISAPP = compat-wireless-$(VER)
DL_FILE = compat-wireless-usbnet_fix-$(VER).tar.bz2
DL_FILE = compat-wireless-$(VER).tar.bz2
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)-kmod-$(KVER)-$(VERSUFIX)
@@ -46,7 +46,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 6f62b54d22a3c5f8866986173a851506
$(DL_FILE)_MD5 = 24438dddeda05694b94de450893847e3
install : $(TARGET)
@@ -77,8 +77,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xjf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/compat-wireless-ath5k_fix_setup_for_CAB_queue.patch
cd $(DIR_APP) && make KLIB=/lib/modules/$(KVER)-$(VERSUFIX) KMODDIR=kernel install-modules
# The makefile put the modules to a wrong place move back...

View File

@@ -24,7 +24,7 @@
include Config
VER = 0.7.1
VER = 0.7.2
THISAPP = hostapd-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = hostapd
PAK_VER = 17
PAK_VER = 18
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 3c4f71a889803935c7eb40fac6539d7c
$(DL_FILE)_MD5 = f47689c62ee8c1c59989b402d4f130c3
install : $(TARGET)