more BR2_ / CONFIG_ patches
[openwrt/staging/mkresin.git] / openwrt / package / linux-atm / Config.in
index 885c554422aa601fa2c4e00ae2ecc12da500ef69..e9769b5da49be46f9a42d152cd95e97933b2f797 100644 (file)
@@ -1,17 +1,22 @@
-config BR2_PACKAGE_LINUX_ATM
-       tristate "linux-atm - ATM Library/Utilities for Linux"
-       default y if BR2_LINUX_2_4_AR7
+config PACKAGE_LINUX_ATM
+       prompt "linux-atm......................... ATM Library/Utilities for Linux"
+       tristate
+       default y if LINUX_2_4_AR7
+       default n
        help
          ATM Library for linux
          
          http://ftp.debian.org/debian/pool/main/l/linux-atm/
 
-config BR2_PACKAGE_BR2684CTL
-       tristate "br2684ctl - RFC2684 bridging utility"
-       default y if BR2_LINUX_2_4_AR7
-       depends BR2_PACKAGE_LINUX_ATM
+config PACKAGE_BR2684CTL
+       prompt   "br2684ctl....................... RFC2684 bridging utility"
+       tristate
+       default y if LINUX_2_4_AR7
+       default n
+       depends 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/
+