mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
Updated kernel to 2.6.27.31
Updated compat-wireless to 2009-08-21 Disabled xen kernel build
This commit is contained in:
@@ -30,7 +30,7 @@ else
|
||||
VERSUFIX=ipfire
|
||||
endif
|
||||
|
||||
VER = 2009-06-30
|
||||
VER = 2009-08-21
|
||||
|
||||
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 = 68777ce2aa6b28dc3d37fc2b9a3a6d70
|
||||
$(DL_FILE)_MD5 = 36193f34a14f1d681bcff7a2db5cf178
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -88,11 +88,15 @@ endif
|
||||
# Apply some wlan-card patches
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/compat-wireless_rt2500pci-skb_allignment.patch
|
||||
|
||||
# Build only the modules
|
||||
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
|
||||
# Enable B43 NPHY / PHY_LP
|
||||
echo "CONFIG_B43_NPHY=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
|
||||
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
|
||||
ifeq "$(XEN)" "1"
|
||||
@@ -108,5 +112,6 @@ endif
|
||||
# place of newer kernels and so not overwrite it...
|
||||
-rm -rf /lib/modules/$(KVER)-$(VERSUFIX)/kernel/drivers/net/wireless/rtl818?.ko
|
||||
|
||||
-rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
|
||||
include Config
|
||||
|
||||
PATCHLEVEL = .25
|
||||
VER = 2.6.27.25
|
||||
PATCHLEVEL = .31
|
||||
VER = 2.6.27.31
|
||||
|
||||
THISAPP = linux-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.bz2
|
||||
@@ -35,7 +35,7 @@ CFLAGS =
|
||||
CXXFLAGS =
|
||||
|
||||
PROG = linux-xen
|
||||
PAK_VER = 4
|
||||
PAK_VER = 5
|
||||
DEPS = ""
|
||||
|
||||
# Normal build or XEN build.
|
||||
@@ -62,7 +62,7 @@ patch-2.6.16-nath323-1.3.bz2 = $(URL_IPFIRE)/patch-2.6.16-nath323-1.3.bz2
|
||||
squashfs3.4.tar.gz = $(URL_IPFIRE)/squashfs3.4.tar.gz
|
||||
reiser4-for-2.6.27.19.patch.bz2 = $(URL_IPFIRE)/reiser4-for-2.6.27.19.patch.bz2
|
||||
|
||||
$(DL_FILE)_MD5 = 5d6dcff157f30d742c9ee28ad4589779
|
||||
$(DL_FILE)_MD5 = b066c348e0fbfa700399d62d2fdfbf11
|
||||
netfilter-layer7-v2.21.tar.gz_MD5 = 838422e7d9a06b42e682e9064e5210b5
|
||||
patch-2.6.16-nath323-1.3.bz2_MD5 = f926409ff703a307baf54b57ab75d138
|
||||
squashfs3.4.tar.gz_MD5 = 2a4d2995ad5aa6840c95a95ffa6b1da6
|
||||
|
||||
Reference in New Issue
Block a user