diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-01-08 21:04:57 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-01-08 21:04:57 +0000 |
commit | 505f0e7a86e8187d92954392f812a61a4b9dfca7 (patch) | |
tree | af763188768ffe25ac50ae9db3ef4d1b1af03597 | |
parent | 271ce885673744f3612b99996e3dc48101507497 (diff) | |
download | upstream-505f0e7a86e8187d92954392f812a61a4b9dfca7.tar.gz upstream-505f0e7a86e8187d92954392f812a61a4b9dfca7.tar.bz2 upstream-505f0e7a86e8187d92954392f812a61a4b9dfca7.zip |
ar71xx: add kmod-ledtrig-usbdev for the MZK-W04NU profile as well
SVN-Revision: 24941
-rw-r--r-- | target/linux/ar71xx/generic/profiles/planex.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/generic/profiles/planex.mk b/target/linux/ar71xx/generic/profiles/planex.mk index 63e539c4e4..01c4c232ea 100644 --- a/target/linux/ar71xx/generic/profiles/planex.mk +++ b/target/linux/ar71xx/generic/profiles/planex.mk @@ -7,7 +7,7 @@ define Profile/MZKW04NU NAME:=Planex MZK-W04NU - PACKAGES:=kmod-ath9k wpad-mini kmod-usb-core kmod-usb2 + PACKAGES:=kmod-ath9k wpad-mini kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev endef define Profile/MZKW04NU/Description |