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 | 14fed3c49be007190c38598ccceddffb756ebe25 (patch) | |
tree | 490d0b5078f3be5e2683ed6fbe466ee6c94312b0 /target | |
parent | 7f7388c9504f4eeb438b3423cdc3b4ae773acf77 (diff) | |
download | master-187ad058-14fed3c49be007190c38598ccceddffb756ebe25.tar.gz master-187ad058-14fed3c49be007190c38598ccceddffb756ebe25.tar.bz2 master-187ad058-14fed3c49be007190c38598ccceddffb756ebe25.zip |
ar71xx: add watchdog driver to the default package list
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30852 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 |