diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-05 20:05:39 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-05 20:05:39 +0000 |
commit | a4e081776aad6e9890b40bdda0743e414d85df87 (patch) | |
tree | 27bc63b0c7a26adfbb10cc3002e1cb2a53992264 /openwrt/target/linux/package/ueagle-atm/Config.in | |
parent | 3c5e977c8476ffd3043d24faefdffdb3cff57e5d (diff) |
Added support for Eagle 8051 based USB ADSL modems (such as the Sagem F@st800)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2841 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/ueagle-atm/Config.in')
-rw-r--r-- | openwrt/target/linux/package/ueagle-atm/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/ueagle-atm/Config.in b/openwrt/target/linux/package/ueagle-atm/Config.in new file mode 100644 index 0000000000..17b619cef8 --- /dev/null +++ b/openwrt/target/linux/package/ueagle-atm/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_KMOD_UEAGLE_ATM + prompt "kmod-ueagle-atm.................... Kernel driver for Eagle 8051 based USB ADSL modems" + tristate + depends BR2_LINUX_2_6_BRCM + default m if CONFIG_DEVEL + help + Kernel driver for Eagle 8051 USB ADSL modems + + http://www.eagle-usb.org + |