projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b9ec09
)
Fix typo
author
Nicolas Thill
<nico@openwrt.org>
Mon, 7 Mar 2005 07:57:43 +0000
(07:57 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Mon, 7 Mar 2005 07:57:43 +0000
(07:57 +0000)
SVN-Revision: 327
openwrt/package/linux/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/linux/Makefile
b/openwrt/package/linux/Makefile
index fa89f45ed83bb5deafecdf285b21ea283a0b5f5d..5909493ae4f64d5ee92512ab6c81cfa777a3325c 100644
(file)
--- a/
openwrt/package/linux/Makefile
+++ b/
openwrt/package/linux/Makefile
@@
-13,7
+13,7
@@
I_$(1) := $(PKG_BUILD_DIR)/ipkg/$(2)
ifneq ($(BR2_PACKAGE_KMOD_$(1)),)
TARGETS += $$(PKG_$(1))
endif
-ifeq ($(BR2_PAC
L
AGE_KMOD_$(1)),y)
+ifeq ($(BR2_PAC
K
AGE_KMOD_$(1)),y)
INSTALL_TARGETS += $$(PKG_$(1))
endif