diff options
| author | Mike Baker <mbm@openwrt.org> | 2006-05-15 23:13:49 +0000 |
|---|---|---|
| committer | Mike Baker <mbm@openwrt.org> | 2006-05-15 23:13:49 +0000 |
| commit | e90b9b95b926a030e2be551fc59255208a2d02d7 (patch) | |
| tree | 80e3f7bef78a06a0335f9682a5dbb1b3357df417 /openwrt/package/linux-atm | |
| parent | 7db51089509c6fb62a4d9f8f3f64e961d4178883 (diff) | |
| download | mtk-20170518-e90b9b95b926a030e2be551fc59255208a2d02d7.zip mtk-20170518-e90b9b95b926a030e2be551fc59255208a2d02d7.tar.gz mtk-20170518-e90b9b95b926a030e2be551fc59255208a2d02d7.tar.bz2 | |
more BR2_ / CONFIG_ patches
SVN-Revision: 3784
Diffstat (limited to 'openwrt/package/linux-atm')
| -rw-r--r-- | openwrt/package/linux-atm/Config.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/openwrt/package/linux-atm/Config.in b/openwrt/package/linux-atm/Config.in index bf7ff35..e9769b5 100644 --- a/openwrt/package/linux-atm/Config.in +++ b/openwrt/package/linux-atm/Config.in @@ -1,19 +1,19 @@ -config BR2_PACKAGE_LINUX_ATM +config PACKAGE_LINUX_ATM prompt "linux-atm......................... ATM Library/Utilities for Linux" tristate - default y if BR2_LINUX_2_4_AR7 + 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 +config PACKAGE_BR2684CTL prompt "br2684ctl....................... RFC2684 bridging utility" tristate - default y if BR2_LINUX_2_4_AR7 + default y if LINUX_2_4_AR7 default n - depends BR2_PACKAGE_LINUX_ATM + depends PACKAGE_LINUX_ATM help Utility for setting up ATM RFC2684 bridging mode Useful for PPPoE |
