projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a7059b
)
compat-drivers: Add missing config check
author
Ozan Çağlayan
<ozancag@gmail.com>
Sun, 28 Oct 2012 17:04:17 +0000
(19:04 +0200)
committer
Luis R. Rodriguez
<mcgrof@do-not-panic.com>
Sun, 4 Nov 2012 17:20:33 +0000
(09:20 -0800)
No configuration change was retriggering config update because
of this missing line unless you give the 'bt' target.
Signed-off-by: Ozan Çağlayan <ozancag@gmail.com>
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 52bc9a62d2ca1d465064dfa458482886b64c013f..7a5a54aa156f70fc2df3c8029efae78b969f71ef 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-96,6
+96,7
@@
all: modules
$(COMPAT_CONFIG): ;
modules: $(CREL_CHECK)
+ +@./scripts/check_config.sh
$(MAKE) -C $(KLIB_BUILD) M=$(PWD) modules
@touch $@