diff options
author | John Crispin <blogic@openwrt.org> | 2012-12-21 20:04:20 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-12-21 20:04:20 +0000 |
commit | a52f5c57e334f82b7e641d8722c797e190623267 (patch) | |
tree | 8b98ea9cbb506ccb7249f1c51d47751eccea89e8 /target/linux/lantiq | |
parent | 5a6b12149ad9d1f8dbf8e5c57661aa3b46a1d027 (diff) | |
download | upstream-a52f5c57e334f82b7e641d8722c797e190623267.tar.gz upstream-a52f5c57e334f82b7e641d8722c797e190623267.tar.bz2 upstream-a52f5c57e334f82b7e641d8722c797e190623267.zip |
[lantiq] dont use input layer for gpio buttons
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34839 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq')
-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 |