From 6d6f5a38828c2e594ce08ad342f59261ce55c7c5 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 13 Jun 2009 21:20:06 +0200 Subject: [PATCH] Update compat-wireless to current version --- lfs/compat-wireless | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lfs/compat-wireless b/lfs/compat-wireless index c9e40a5bd7..09c6683ce8 100644 --- a/lfs/compat-wireless +++ b/lfs/compat-wireless @@ -30,7 +30,7 @@ else VERSUFIX=ipfire endif -VER = 2009-03-30 +VER = 2009-06-11 THISAPP = compat-wireless-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -46,7 +46,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 88ea3e5b42ef5fbcec8b91043dd3aa76 +$(DL_FILE)_MD5 = b65341e3b1d2379ea2b078155a6d7cbb install : $(TARGET) @@ -78,7 +78,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xjf $(DIR_DL)/$(DL_FILE) # Apply some wlan-card patches - cd $(DIR_APP) && cat $(DIR_SRC)/src/patches/compat-wireless_*.patch | patch -Np1 + cd $(DIR_APP) && cat $(DIR_SRC)/src/patches/compat-wireless_rt2500pci-skb_allignment.patch \ + | patch -Np1 # Build only the modules cd $(DIR_APP) && sed -i -e "s|install: uninstall modules|install: modules|g" Makefile -- 2.39.2