From 9e9ac96aeb2fff71b29828fd04c20569a775d3d6 Mon Sep 17 00:00:00 2001
From: Florian Fainelli <florian@openwrt.org>
Date: Mon, 25 May 2009 13:21:33 +0000
Subject: [PATCH] include atm drivers in default images, otherwise firmware is
 just useless

SVN-Revision: 16051
---
 target/linux/ar7/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/target/linux/ar7/Makefile b/target/linux/ar7/Makefile
index f0cb5311b6..a78c703f41 100644
--- a/target/linux/ar7/Makefile
+++ b/target/linux/ar7/Makefile
@@ -15,7 +15,8 @@ LINUX_VERSION:=2.6.27.22
 
 include $(INCLUDE_DIR)/target.mk
 
-DEFAULT_PACKAGES+= kmod-pppoa ppp-mod-pppoa br2684ctl kmod-acx
+DEFAULT_PACKAGES+= kmod-pppoa ppp-mod-pppoa br2684ctl kmod-acx \
+		kmod-sangam-atm-annex-a kmod-sangam-atm-annex-b
 
 define Target/Description
 	Build firmware images for TI AR7 based routers
-- 
GitLab