diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-24 18:49:52 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-24 18:49:52 +0000 |
commit | ceb354aabbc39c6fce9c057a7cd44386512ccfcd (patch) | |
tree | b053649eaa1b60ab214e79ed79d0dae513ca9c86 /openwrt/package/linux-atm | |
parent | 8abdc48dd9ca36c6e40b8652e4f912e788e69cff (diff) |
compile linux-atm only on ar7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2762 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/linux-atm')
-rw-r--r-- | openwrt/package/linux-atm/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/linux-atm/Config.in b/openwrt/package/linux-atm/Config.in index b5c1f95300..bf7ff35c0b 100644 --- a/openwrt/package/linux-atm/Config.in +++ b/openwrt/package/linux-atm/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_LINUX_ATM prompt "linux-atm......................... ATM Library/Utilities for Linux" tristate default y if BR2_LINUX_2_4_AR7 + default n help ATM Library for linux @@ -11,6 +12,7 @@ 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 |