diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-07-26 16:37:44 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-07-26 16:37:44 +0000 |
commit | 41db64f8e0c0cc023bea16de423ae511ed37c42a (patch) | |
tree | 2a78d24f0903278a18a810ffeb7d05fb1627d9c4 /target/linux/x86/alix2 | |
parent | d0cea742bba78d9c0a86052e895f0a77023126c7 (diff) | |
download | upstream-41db64f8e0c0cc023bea16de423ae511ed37c42a.tar.gz upstream-41db64f8e0c0cc023bea16de423ae511ed37c42a.tar.bz2 upstream-41db64f8e0c0cc023bea16de423ae511ed37c42a.zip |
x86/alix2: fix typo in target makefile
Cut and paste cruft from borrowing from Geos platform.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 27786
Diffstat (limited to 'target/linux/x86/alix2')
-rw-r--r-- | target/linux/x86/alix2/target.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/x86/alix2/target.mk b/target/linux/x86/alix2/target.mk index fe6a1c1d4b..62adfe78c4 100644 --- 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 |