Browse Source

x86/alix2: fix typo in target makefile

Cut and paste cruft from borrowing from Geos platform.

Signed-off-by: Philip Prindeville <[email protected]>

SVN-Revision: 27786
Felix Fietkau 14 years ago
parent
commit
41db64f8e0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      target/linux/x86/alix2/target.mk

+ 2 - 2
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