diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-03-08 09:00:17 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-03-08 09:00:17 +0000 |
commit | 31584880bff8b9f6a7ed6be239cdb88b787c26d7 (patch) | |
tree | 222b283745c889ca64eaef115b13c960b7634fd5 /target/linux/ar71xx | |
parent | f39459d60505ac4563d6cb6b9daaa3957222fb0d (diff) | |
download | upstream-31584880bff8b9f6a7ed6be239cdb88b787c26d7.tar.gz upstream-31584880bff8b9f6a7ed6be239cdb88b787c26d7.tar.bz2 upstream-31584880bff8b9f6a7ed6be239cdb88b787c26d7.zip |
ar71xx: add watchdog driver to the default package list
SVN-Revision: 30852
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index de06714094..cd4a14d476 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -18,7 +18,7 @@ LINUX_VERSION:=3.2.9 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ - kmod-leds-gpio kmod-gpio-button-hotplug swconfig \ + kmod-leds-gpio kmod-gpio-button-hotplug kmod-wdt-ath79 swconfig \ kmod-ath9k wpad-mini uboot-envtools define Target/Description |