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 | f176627d9e0252b769e393ba8bab1add56e20f6f (patch) | |
tree | cfd25729d6f800f2525016e691d8576eca33c3e9 /target/linux/mcs814x/Makefile | |
parent | 3d38250a52e1909e3dbf83e7a4912d335f7991a5 (diff) | |
download | upstream-f176627d9e0252b769e393ba8bab1add56e20f6f.tar.gz upstream-f176627d9e0252b769e393ba8bab1add56e20f6f.tar.bz2 upstream-f176627d9e0252b769e393ba8bab1add56e20f6f.zip |
[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" |