diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-04-20 18:57:25 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-04-20 18:57:25 +0000 |
commit | 51181f9c5f47b5a76e8df79c3ceffae6830c9d83 (patch) | |
tree | 0ba85f98dbf8749a64834fea9bdb246edfe743dd /package/avila-wdt/src/Makefile | |
parent | 6937a43f9be9aa0f730112203fa5ebe63db67964 (diff) | |
download | upstream-51181f9c5f47b5a76e8df79c3ceffae6830c9d83.tar.gz upstream-51181f9c5f47b5a76e8df79c3ceffae6830c9d83.tar.bz2 upstream-51181f9c5f47b5a76e8df79c3ceffae6830c9d83.zip |
add optional driver for the hw watchdog on gateworks avila boards (requires soldering to work properly)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15300 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/avila-wdt/src/Makefile')
-rw-r--r-- | package/avila-wdt/src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/avila-wdt/src/Makefile b/package/avila-wdt/src/Makefile new file mode 100644 index 0000000000..90d90657ed --- /dev/null +++ b/package/avila-wdt/src/Makefile @@ -0,0 +1 @@ +obj-m := avila-wdt.o |