X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fcompat-wireless;h=a4c2197ed34c3105f38e4fbd5f85ee362f22c883;hb=0a3c4cf02b75d4c717892908cf2d4ce8223b4040;hp=f79309888e0cbe8ddc7ea066d3f568dc70686023;hpb=d97b2de4a135b323612a0d7c24760ce9f9ff5040;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/compat-wireless b/lfs/compat-wireless index f79309888e..a4c2197ed3 100644 --- a/lfs/compat-wireless +++ b/lfs/compat-wireless @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2008 Michael Tremer & Christian Schmidt # +# Copyright (C) 2010 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,11 +24,15 @@ include Config +ifeq "$(PAE)" "1" + VERSUFIX=ipfire-pae +else ifeq "$(XEN)" "1" VERSUFIX=ipfire-xen else VERSUFIX=ipfire endif +endif VER = 2.6.35-1 @@ -42,11 +46,13 @@ TARGET = $(DIR_INFO)/$(THISAPP)-kmod-$(KVER)-$(VERSUFIX) # Top-level Rules ############################################################################### -objects = $(DL_FILE) +objects = $(DL_FILE) asix-3.5.0a.tar.bz2 $(DL_FILE) = $(DL_FROM)/$(DL_FILE) +asix-3.5.0a.tar.bz2 = $(DL_FROM)/asix-3.5.0a.tar.bz2 $(DL_FILE)_MD5 = 41c51280e5aa140c62a2a9871e2ae505 +asix-3.5.0a.tar.bz2_MD5=cc57513505d3ad1a43b58add91d2bba7 install : $(TARGET) @@ -77,6 +83,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xjf $(DIR_DL)/$(DL_FILE) + # Enable some USB ID's in rt2800usb driver echo "CONFIG_RT2800USB_RT30XX=y" >> $(DIR_APP)/config.mk echo "CONFIG_RT2800USB_RT35XX=y" >> $(DIR_APP)/config.mk @@ -90,6 +97,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/compat-wireless-2.6.34-usbnet_compile.patch + # Build Updated asix usb-lan driver + cd $(DIR_APP)/drivers/net/usb && tar xvf $(DIR_DL)/asix-3.5.0a.tar.bz2 + cd $(DIR_APP) && make KLIB=/lib/modules/$(KVER)-$(VERSUFIX) \ KMODPATH_ARG='INSTALL_MOD_PATH=' KMODDIR=kernel install-modules