diff options
author | Michael Büsch <mb@bu3sch.de> | 2011-03-06 10:40:04 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2011-03-06 10:40:04 +0000 |
commit | 26c83e324897e3dc2483b88b8f3130be50e26099 (patch) | |
tree | 0efcc0d537c0b5369b5c6e6a10587e7c85836206 /target/linux/omap24xx/profiles | |
parent | 42233dcf8efe42ed7d17ca3143c2cc09c7d79483 (diff) | |
download | upstream-26c83e324897e3dc2483b88b8f3130be50e26099.tar.gz upstream-26c83e324897e3dc2483b88b8f3130be50e26099.tar.bz2 upstream-26c83e324897e3dc2483b88b8f3130be50e26099.zip |
omap24xx: Start watchdog with RT priority
SVN-Revision: 25882
Diffstat (limited to 'target/linux/omap24xx/profiles')
-rw-r--r-- | target/linux/omap24xx/profiles/100-n810.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/omap24xx/profiles/100-n810.mk b/target/linux/omap24xx/profiles/100-n810.mk index 38c3749f02..648b9e3981 100644 --- a/target/linux/omap24xx/profiles/100-n810.mk +++ b/target/linux/omap24xx/profiles/100-n810.mk @@ -17,7 +17,8 @@ define Profile/n810-base kmod-input-evdev \ kmod-leds-gpio \ kmod-usb-tahvo kmod-usb-eth-gadget kmod-usb-net kmod-usb-net-cdc-ether \ - kmod-n810bm maemo-kexec calvaria + kmod-n810bm maemo-kexec calvaria \ + schedtool endef define Profile/n810-base/Description |