mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
kernel: fix ssb modules build on arm.
This commit is contained in:
@@ -91,8 +91,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
|
||||
ifeq "$(MACHINE_TYPE)" "arm"
|
||||
# B43+B44 driver doesn't build on arm
|
||||
cd $(DIR_APP) && sed -i -e "s|CONFIG_B43=m||g" config.mk
|
||||
cd $(DIR_APP) && sed -i -e "s|CONFIG_B44=m||g" config.mk
|
||||
# cd $(DIR_APP) && sed -i -e "s|CONFIG_B43=m||g" config.mk
|
||||
# cd $(DIR_APP) && sed -i -e "s|CONFIG_B44=m||g" config.mk
|
||||
# Add libartas uAP driver
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/compat-wireless-3.0-libertas_uap.patch
|
||||
cd $(DIR_APP)&& echo CONFIG_LIBERTAS_UAP=m >> config.mk
|
||||
|
||||
@@ -168,6 +168,9 @@ ifeq "$(KCFG)" "-kirkwood"
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.6.32.45-arm_kirkwood_setups.patch
|
||||
endif
|
||||
|
||||
ifeq "$(MACHINE_TYPE)" "arm"
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.6.32.45_align_ssb_modtable_32bit_boundary.patch
|
||||
endif
|
||||
|
||||
ifeq "$(HEADERS)" "1"
|
||||
# Install the header files
|
||||
|
||||
Reference in New Issue
Block a user