mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23: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
|
||||
|
||||
Reference in New Issue
Block a user