diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-03-08 09:00:17 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-03-08 09:00:17 +0000 |
commit | c9de293cbbd11f707f0242e4c12a275dcea9ea02 (patch) | |
tree | 490d0b5078f3be5e2683ed6fbe466ee6c94312b0 | |
parent | 69c230b37fac79fb9b4d8ee261fc49c29dd7e95b (diff) |
ar71xx: add watchdog driver to the default package list
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30852 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 de0671409..cd4a14d47 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 |