move old kamikaze out of trunk - will put buildroot-ng in there as soon as all the...
[openwrt/svn-archive/archive.git] / openwrt / package / rp-pppoe / Config.in
diff --git a/openwrt/package/rp-pppoe/Config.in b/openwrt/package/rp-pppoe/Config.in
deleted file mode 100644 (file)
index a88b09b..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-#menu "rp-pppoe.......................... Roaring Penguin PPPoE (PPP over Ethernet) implementation"
-
-config BR2_COMPILE_RP_PPPOE
-       tristate
-       default n
-       depends BR2_PACKAGE_PPPOE_CLIENT || BR2_PACKAGE_PPPOE_RELAY || BR2_PACKAGE_PPPOE_SERVER || BR2_PACKAGE_PPPOE_SNIFF
-
-config BR2_PACKAGE_PPPOE_CLIENT
-       prompt "pppoe-client...................... PPPoE (PPP over Ethernet) client"
-       tristate
-       default m if CONFIG_DEVEL
-       select BR2_COMPILE_RP_PPPOE
-       select BR2_PACKAGE_PPP
-       help
-         PPPoE (PPP over Ethernet) client
-         
-         http://roaringpenguin.com/penguin/open_source_rp-pppoe.php
-
-config BR2_PACKAGE_PPPOE_RELAY
-       prompt "pppoe-relay....................... PPPoE (PPP over Ethernet) relay"
-       tristate
-       default m if CONFIG_DEVEL
-       select BR2_COMPILE_RP_PPPOE
-       help
-         PPPoE (PPP over Ethernet) relay
-         
-         http://roaringpenguin.com/penguin/open_source_rp-pppoe.php
-
-config BR2_PACKAGE_PPPOE_SERVER
-       prompt "pppoe-server...................... PPPoE (PPP over Ethernet) server"
-       tristate
-       default m if CONFIG_DEVEL
-       select BR2_COMPILE_RP_PPPOE
-       select BR2_PACKAGE_PPP
-       help
-         PPPoE (PPP over Ethernet) server
-         
-         http://roaringpenguin.com/penguin/open_source_rp-pppoe.php
-
-config BR2_PACKAGE_PPPOE_SNIFF
-       prompt "pppoe-sniff....................... PPPoE (PPP over Ethernet) frame sniffer"
-       tristate
-       default m if CONFIG_DEVEL
-       select BR2_COMPILE_RP_PPPOE
-       help
-         PPPoE (PPP over Ethernet) frame sniffer
-         
-         http://roaringpenguin.com/penguin/open_source_rp-pppoe.php
-
-#endmenu