[i386] udeb: Make gpio_keys_polled and leds-gpio optional in input-modules

They are not built for the 686-pae flavour, only 586.
Fixes FTBFS.
This commit is contained in:
Ben Hutchings 2015-08-22 19:00:30 +02:00
parent b90c8d2781
commit f26069abfa
2 changed files with 8 additions and 2 deletions

5
debian/changelog vendored
View File

@ -1,8 +1,13 @@
linux (4.1.5-2) UNRELEASED; urgency=medium
[ Aurelien Jarno ]
* [mips*] Build ext4 as module. Add core-modules and ext4-modules udeb.
Fixes FTBFS.
[ Ben Hutchings ]
* [i386] udeb: Make gpio_keys_polled and leds-gpio optional in input-modules
as they are not built for the 686-pae flavour (fixes FTBFS)
-- Aurelien Jarno <aurel32@debian.org> Tue, 18 Aug 2015 11:35:05 +0200
linux (4.1.5-1) unstable; urgency=medium

View File

@ -1,4 +1,5 @@
#include <input-modules>
# Needed on some Geode LX boards - Alix2/3/6, Soekris net5501, Traverse GEOS
gpio_keys_polled
leds-gpio
# so only built for 586 flavour
gpio_keys_polled ?
leds-gpio ?