diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-20 21:58:00 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-20 21:58:00 +0000 |
commit | b6eacc06d69bc3cb43e1b536786da34a7dd4010d (patch) | |
tree | cfd25729d6f800f2525016e691d8576eca33c3e9 /target/linux/mcs814x/Makefile | |
parent | 2af5a044d34ca306c5643961190ecf820935c241 (diff) |
[mcs814x] fix USB led triggers
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32474 3c298f89-4303-0410-b956-a3cf2f4a3e73
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" |