1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-12 11:35:52 +03:00
openwrt-xburst/target/linux/x86/alix2/target.mk
cshore 0118ba5ae3 Add missed files from previous commit: 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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26880 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-13 06:08:49 +00:00

31 lines
1.0 KiB
Makefile

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-$(ALIX2_GPIO) kmod-gpio-nsc \
kmod-wdt-geode kmod-hwmon-core kmod-hwmon-lm90 \
kmod-via-rhine kmod-leds-alix \
kmod-i2c-core kmod-i2c-gpio \
kmod-i2c-algo-bit kmod-i2c-algo-pca kmod-i2c-algo-pcf \
kmod-i2c-scx200-acb \
kmod-usb-core kmod-usb2 kmod-usb-uhci \
kmod-cfg80211 kmod-mac80211 \
kmod-mppe kmod-pppoe kmod-pppoa kmod-pppo2ltp \
kmod-ath kmod-ath5k kmod-ath9k \
bridge ppp ppp-mod-pppoa \
libopenssl ocf-crypto-headers zlib hwclock hostapd
CS5535_MASK:=0x0a400000
CFLAGS += -Os -pipe -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps \
-fno-align-labels
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)
endef