diff options
author | Daniel Dickinson <crazycshore@gmail.com> | 2011-05-19 04:29:40 +0000 |
---|---|---|
committer | Daniel Dickinson <crazycshore@gmail.com> | 2011-05-19 04:29:40 +0000 |
commit | f2c86a3835e8d8a45277a6957c8bc23e90cd8085 (patch) | |
tree | 6326c76acd664a7a1f759dd49de6c6c83d5a156b /target | |
parent | 54415a28d62b43671a3afda80634af39e841e0e9 (diff) | |
download | upstream-f2c86a3835e8d8a45277a6957c8bc23e90cd8085.tar.gz upstream-f2c86a3835e8d8a45277a6957c8bc23e90cd8085.tar.bz2 upstream-f2c86a3835e8d8a45277a6957c8bc23e90cd8085.zip |
Simple typo for kmod- prefix in alix2 target makefile.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 26945
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/x86/alix2/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/alix2/target.mk b/target/linux/x86/alix2/target.mk index 68e66b9635..143e8b69e4 100644 --- a/target/linux/x86/alix2/target.mk +++ b/target/linux/x86/alix2/target.mk @@ -2,7 +2,7 @@ BOARDNAME:=PCEngines alix2 FEATURES:=squashfs pci usb gpio ALIX2_GPIO = $(if $(findstring 2.6.32,$(LINUX_VERSION)),gpio-cs5535,gpio-cs5535-new) DEFAULT_PACKAGES += kmod-ata-via-sata \ - kmod-crypto-hw-geode kmow-crypto-ocf \ + kmod-crypto-hw-geode kmod-crypto-ocf \ kmod-$(ALIX2_GPIO) kmod-gpio-nsc \ kmod-wdt-geode kmod-hwmon-core kmod-hwmon-lm90 \ kmod-via-rhine kmod-leds-alix \ |