clean up board-dependent files, add pppoatm support, add proper config examples
[openwrt/svn-archive/archive.git] / openwrt / package / ppp / Config.in
index 951c248829aeccaad15a1abd911b4fe56956e7e7..4feadee868e33054d2165cd3d9253f63bb4a3ee0 100644 (file)
@@ -6,6 +6,13 @@ config BR2_PACKAGE_PPP
        default y
        select BR2_PACKAGE_KMOD_PPP
 
+config BR2_PACKAGE_PPP_MOD_PPPOA
+       prompt "...-mod-pppoa - PPPoA (PPP over ATM) plugin"
+       tristate
+       default y if BR2_LINUX_2_4_AR7
+       depends on BR2_PACKAGE_PPP
+       select BR2_PACKAGE_KMOD_PPPOA
+
 config BR2_PACKAGE_PPP_MOD_PPPOE
        prompt "...-mod-pppoe - PPPoE (PPP over Ethernet) plugin"
        tristate