diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-07-14 14:05:08 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-14 14:05:08 +0000 |
commit | aad55d92d68c1d537e7d50520a7ef6eeba97db39 (patch) | |
tree | e726be6bbd318cb8998bccbc14975e9f16e52b60 /target/linux/ar71xx/Makefile | |
parent | 215f8e9d8e7cf3a77a64dae64187fdce85d5bf90 (diff) | |
download | upstream-aad55d92d68c1d537e7d50520a7ef6eeba97db39.tar.gz upstream-aad55d92d68c1d537e7d50520a7ef6eeba97db39.tar.bz2 upstream-aad55d92d68c1d537e7d50520a7ef6eeba97db39.zip |
ar71xx: move the watchdog driver to the kernel
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37289 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/Makefile')
-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 69c562d0a2..28faddc04c 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -18,7 +18,7 @@ LINUX_VERSION:=3.10 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ - kmod-leds-gpio kmod-gpio-button-hotplug kmod-wdt-ath79 swconfig \ + kmod-leds-gpio kmod-gpio-button-hotplug swconfig \ kmod-ledtrig-default-on kmod-ledtrig-timer kmod-ledtrig-netdev \ kmod-ath9k wpad-mini uboot-envtools |