summaryrefslogtreecommitdiff
path: root/target/linux/x86/generic
diff options
context:
space:
mode:
authorDaniel Dickinson <crazycshore@gmail.com>2011-05-13 06:06:42 +0000
committerDaniel Dickinson <crazycshore@gmail.com>2011-05-13 06:06:42 +0000
commit937362f270db8861cd046030869bdaac34582b94 (patch)
treeca9192dadc01fcf3c4a48ee0c85f252078c4b8ad /target/linux/x86/generic
parent9c8a2d5961589bfb83f27d1afa48f751cf597fc4 (diff)
downloadmtk-20170518-937362f270db8861cd046030869bdaac34582b94.zip
mtk-20170518-937362f270db8861cd046030869bdaac34582b94.tar.gz
mtk-20170518-937362f270db8861cd046030869bdaac34582b94.tar.bz2
This patch provides an image suitable for the alix2*, alix3, and alix6 headless (non-VGA equipped) SBC's.
Note that the Alix6 uses GPIO 27 to disable wireless transmit (W_DIS#), whereas on all other versions this is used to actuate the speaker. GPIO 1 : SIM select (Alix6) GPIO 6 : LED1 GPIO 25 : LED2 GPIO 27 : LED3 or RFKILL (Alix6) GPIO 24 : Soft switch 1 No kernel version bump. Added i2c-scx200-acb for lm-sensors support. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 26879
Diffstat (limited to 'target/linux/x86/generic')
-rw-r--r--target/linux/x86/generic/profiles/Alix.mk16
1 files changed, 0 insertions, 16 deletions
diff --git a/target/linux/x86/generic/profiles/Alix.mk b/target/linux/x86/generic/profiles/Alix.mk
index c7d9f32..e69de29 100644
--- a/target/linux/x86/generic/profiles/Alix.mk
+++ b/target/linux/x86/generic/profiles/Alix.mk
@@ -1,16 +0,0 @@
-#
-# Copyright (C) 2006 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/Alix
- NAME:=PCEngines Alix
- PACKAGES:=kmod-via-rhine kmod-leds-alix
-endef
-
-define Profile/Alix/Description
- Package set compatible with the PCEngines Alix. Contains VIA Rhine III VT6105M and LED support
-endef
-$(eval $(call Profile,Alix))