diff options
author | John Crispin <john@openwrt.org> | 2012-12-21 20:04:20 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-12-21 20:04:20 +0000 |
commit | 379cd6e25e2f4dfb63ec2e9c9e6fe3fdcae25feb (patch) | |
tree | 6566b50c2a1b3aaa86ff72ba935f41f6497ba4ef /target/linux/lantiq/xway | |
parent | 90a3761b0b53209b8f55c2d4a84348f424655307 (diff) | |
download | upstream-379cd6e25e2f4dfb63ec2e9c9e6fe3fdcae25feb.tar.gz upstream-379cd6e25e2f4dfb63ec2e9c9e6fe3fdcae25feb.tar.bz2 upstream-379cd6e25e2f4dfb63ec2e9c9e6fe3fdcae25feb.zip |
dont use input layer for gpio buttons
SVN-Revision: 34839
Diffstat (limited to 'target/linux/lantiq/xway')
-rw-r--r-- | target/linux/lantiq/xway/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/xway/target.mk b/target/linux/lantiq/xway/target.mk index a58debdc62..e725679736 100644 --- a/target/linux/lantiq/xway/target.mk +++ b/target/linux/lantiq/xway/target.mk @@ -3,7 +3,7 @@ SUBTARGET:=xway BOARDNAME:=XWAY FEATURES:=squashfs jffs2 atm -DEFAULT_PACKAGES+=kmod-leds-gpio kmod-button-hotplug kmod-input-gpio-keys-polled +DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug define Target/Description Lantiq XWAY |