add support for routed RFC2684 encaps. on ATM (patches written by joseangel), close #58
[openwrt.git] / package / linux-atm / Config.in
index 8d75c9d..bf7ff35 100644 (file)
@@ -1,7 +1,22 @@
 config BR2_PACKAGE_LINUX_ATM
-       tristate "linux-atm - ATM Library/Utilities for Linux"
+       prompt "linux-atm......................... ATM Library/Utilities for Linux"
+       tristate
        default y if BR2_LINUX_2_4_AR7
+       default n
        help
-         ATM Library/Utilities for linux
+         ATM Library for linux
          
          http://ftp.debian.org/debian/pool/main/l/linux-atm/
+
+config BR2_PACKAGE_BR2684CTL
+       prompt   "br2684ctl....................... RFC2684 bridging utility"
+       tristate
+       default y if BR2_LINUX_2_4_AR7
+       default n
+       depends BR2_PACKAGE_LINUX_ATM
+       help
+         Utility for setting up ATM RFC2684 bridging mode
+         Useful for PPPoE
+         
+         http://ftp.debian.org/debian/pool/main/l/linux-atm/
+
This page took 0.025906 seconds and 4 git commands to generate.