aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-07-26 16:37:44 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-07-26 16:37:44 +0000
commit27c52f8b2fe4d2eb3d8fc8b63ffc5b80655ad0f4 (patch)
treee4803b629e1956d11fef1f99516485fe2d9d8905 /target
parent631b233e20804e096e40f192a1090bc86b4fd3d5 (diff)
downloadupstream-27c52f8b2fe4d2eb3d8fc8b63ffc5b80655ad0f4.tar.gz
upstream-27c52f8b2fe4d2eb3d8fc8b63ffc5b80655ad0f4.tar.bz2
upstream-27c52f8b2fe4d2eb3d8fc8b63ffc5b80655ad0f4.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27786 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/x86/alix2/target.mk4
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