projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add missing .configured target that caused superfluous package rebuild
[openwrt.git]
/
target
/
linux
/
linux-2.4
/
Makefile
diff --git
a/target/linux/linux-2.4/Makefile
b/target/linux/linux-2.4/Makefile
index
701423c
..
00d4693
100644
(file)
--- a/
target/linux/linux-2.4/Makefile
+++ b/
target/linux/linux-2.4/Makefile
@@
-55,6
+55,10
@@
ifeq ($(BOARD),brcm)
include ./broadcom.mk
endif
include ./broadcom.mk
endif
+ifeq ($(BOARD),soekris)
+include ./soekris.mk
+endif
+
ifeq ($(BOARD),ar7)
include ./ar7.mk
endif
ifeq ($(BOARD),ar7)
include ./ar7.mk
endif
@@
-74,6
+78,7
@@
$(eval $(call KMOD_template,B44,b44,\
,CONFIG_B44))
$(eval $(call KMOD_template,BLUETOOTH,bluetooth,\
$(MODULES_DIR)/kernel/net/bluetooth/*.o \
,CONFIG_B44))
$(eval $(call KMOD_template,BLUETOOTH,bluetooth,\
$(MODULES_DIR)/kernel/net/bluetooth/*.o \
+ $(MODULES_DIR)/kernel/net/bluetooth/rfcomm/*.o \
$(MODULES_DIR)/kernel/drivers/bluetooth/*.o \
,CONFIG_BLUEZ))
$(eval $(call KMOD_template,ARPT,arptables,\
$(MODULES_DIR)/kernel/drivers/bluetooth/*.o \
,CONFIG_BLUEZ))
$(eval $(call KMOD_template,ARPT,arptables,\
This page took
0.019157 seconds
and
4
git commands to generate.