diff options
author | Daniel Dickinson <daniel@cshore.neomailbox.net> | 2010-05-30 01:44:37 +0000 |
---|---|---|
committer | Daniel Dickinson <daniel@cshore.neomailbox.net> | 2010-05-30 01:44:37 +0000 |
commit | 1f0332b96978218d2d6af37a26d2527441280da5 (patch) | |
tree | f6e3579ccd627f258715afce88bf0cf4647156fe /target | |
parent | 03a1fd37793430bb026727f2f9949e426a9e7bc1 (diff) | |
download | upstream-1f0332b96978218d2d6af37a26d2527441280da5.tar.gz upstream-1f0332b96978218d2d6af37a26d2527441280da5.tar.bz2 upstream-1f0332b96978218d2d6af37a26d2527441280da5.zip |
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 |