diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-06-20 21:58:00 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-06-20 21:58:00 +0000 |
commit | 4b33e0996e3ce6d8cf4ede0f1c2b93431722e522 (patch) | |
tree | fada53d197a13df6dbb9987a658c6cd419c7133a /target/linux/mcs814x/Makefile | |
parent | a98c74164e63571712ae44beb795c9bbfbc7e82f (diff) | |
download | upstream-4b33e0996e3ce6d8cf4ede0f1c2b93431722e522.tar.gz upstream-4b33e0996e3ce6d8cf4ede0f1c2b93431722e522.tar.bz2 upstream-4b33e0996e3ce6d8cf4ede0f1c2b93431722e522.zip |
fix USB led triggers
SVN-Revision: 32474
Diffstat (limited to 'target/linux/mcs814x/Makefile')
-rw-r--r-- | target/linux/mcs814x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mcs814x/Makefile b/target/linux/mcs814x/Makefile index 018cdb0754..a62b6e5899 100644 --- a/target/linux/mcs814x/Makefile +++ b/target/linux/mcs814x/Makefile @@ -22,7 +22,7 @@ DEFAULT_PACKAGES := $(filter-out ppp%,$(DEFAULT_PACKAGES)) \ kmod-usb-storage kmod-fs-vfat \ kmod-nls-cp437 kmod-nls-iso8859-1 kmod-nls-iso8859-15 \ kmod-nls-utf8 \ - kmod-mcs814x-wdt + kmod-mcs814x-wdt kmod-ledtrig-usbdev KERNELNAME:="zImage dtbs" |