mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-18 13:31:55 +02:00
f47790856c
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3784 3c298f89-4303-0410-b956-a3cf2f4a3e73
23 lines
551 B
Plaintext
23 lines
551 B
Plaintext
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 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/
|
|
|