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 | 8f592bbf610ca95c3c84b772992a946258c8bcca (patch) | |
tree | a851b0d15b0028bc8fd3d5e1450e20ee6abd68c8 /target | |
parent | f2c5bdc857efa7b3c8dc0fbc961c24bc98935d95 (diff) | |
download | master-187ad058-8f592bbf610ca95c3c84b772992a946258c8bcca.tar.gz master-187ad058-8f592bbf610ca95c3c84b772992a946258c8bcca.tar.bz2 master-187ad058-8f592bbf610ca95c3c84b772992a946258c8bcca.zip |
ar71xx: add kmod-ledtrig-usbdev for the MZK-W04NU profile as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24941 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 |