diff options
author | cshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-05-30 01:44:37 +0000 |
---|---|---|
committer | cshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-05-30 01:44:37 +0000 |
commit | ec0770ba6e35493fe507630505e2b662a7604fea (patch) | |
tree | f6e3579ccd627f258715afce88bf0cf4647156fe /target | |
parent | 05bb6a9dacd66df4904b32eb70c99d3c0a206e11 (diff) |
brcm63xx: Tecom GW6x00 profile: Added hotplug button events and gpio-leds kmods
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21630 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/brcm63xx/profiles/200-GW6X00.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/profiles/200-GW6X00.mk b/target/linux/brcm63xx/profiles/200-GW6X00.mk index 8b7695fa58..5318a47f1b 100644 --- a/target/linux/brcm63xx/profiles/200-GW6X00.mk +++ b/target/linux/brcm63xx/profiles/200-GW6X00.mk @@ -11,7 +11,7 @@ define Profile/GW6X00 kmod-fs-ext2 kmod-nls-cp437 kmod-nls-iso8859-1 kmod-fs-vfat \ kmod-loop e2fsprogs kmod-spi-bitbang kmod-bcm63xx-spi \ kmod-ipt-nathelper-extra kmod-input-gpio-buttons \ - wpa-supplicant iw + wpa-supplicant iw kmod-leds-gpio kmod-button-hotplug endef define Profile/GW6X00/Description |