projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0cea74
)
x86/alix2: fix typo in target makefile
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 26 Jul 2011 16:37:44 +0000
(16:37 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 26 Jul 2011 16:37:44 +0000
(16:37 +0000)
Cut and paste cruft from borrowing from Geos platform.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 27786
target/linux/x86/alix2/target.mk
patch
|
blob
|
history
diff --git
a/target/linux/x86/alix2/target.mk
b/target/linux/x86/alix2/target.mk
index fe6a1c1d4b0d7d3f76a13b5a72b149fe992a2625..62adfe78c43b716468297510f0bd8d462c2d84d8 100644
(file)
--- a/
target/linux/x86/alix2/target.mk
+++ b/
target/linux/x86/alix2/target.mk
@@
-28,6
+28,6
@@
define Target/Description
Build firmware images for PCEngines alix2 board
endef
-define KernelPackage/$(
GEOS
_GPIO)/install
- sed -i -r -e 's/$$$$$$$$/ mask=$(CS5535_MASK)/' $(1)/etc/modules.d/??-$(
GEOS
_GPIO)
+define KernelPackage/$(
ALIX2
_GPIO)/install
+ sed -i -r -e 's/$$$$$$$$/ mask=$(CS5535_MASK)/' $(1)/etc/modules.d/??-$(
ALIX2
_GPIO)
endef