diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-17 20:17:21 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-17 20:17:21 +0100 |
commit | f9b8f27119a5fc811c2a0a25e686638c8b5680b8 (patch) | |
tree | 53cbbe8044f43ed924da0c725c2df9b9b331f3a3 /target | |
parent | bb17a19fcc7f7d10369eed7f6c8662f6e4df9d4b (diff) |
add sangam-atm package
- driver package for ag241 dsl modem, it loads, but
we will see if it works..
Diffstat (limited to 'target')
-rw-r--r-- | target/ag241/kernel.config | 2 | ||||
-rw-r--r-- | target/linux/config/Config.in.netdevice | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/target/ag241/kernel.config b/target/ag241/kernel.config index a62a800ed..e7a5bbfbc 100644 --- a/target/ag241/kernel.config +++ b/target/ag241/kernel.config @@ -780,7 +780,7 @@ CONFIG_TRACE_IRQFLAGS_SUPPORT=y CONFIG_PRINTK_TIME=y # CONFIG_ENABLE_WARN_DEPRECATED is not set # CONFIG_ENABLE_MUST_CHECK is not set -CONFIG_FRAME_WARN=1024 +CONFIG_FRAME_WARN=2048 CONFIG_MAGIC_SYSRQ=y # CONFIG_STRIP_ASM_SYMS is not set # CONFIG_UNUSED_SYMBOLS is not set diff --git a/target/linux/config/Config.in.netdevice b/target/linux/config/Config.in.netdevice index cef62da0b..f743b8271 100644 --- a/target/linux/config/Config.in.netdevice +++ b/target/linux/config/Config.in.netdevice @@ -245,4 +245,11 @@ config ADK_KERNEL_RT2X00_DEBUG help endmenu + +menu "ATM driver support" + +source package/sangam-atm/Config.in + +endmenu + endmenu |