1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-05 04:16:23 +03:00
openwrt-xburst/package/Config.in
nbd 0b985c05a9 add libpcap
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@338 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-07 16:08:45 +00:00

43 lines
932 B
Plaintext

#
menu "OpenWrt Package Selection"
comment "The default set"
source "package/busybox/Config.in"
source "package/dnsmasq/Config.in"
source "package/iptables/Config.in"
source "package/bridge/Config.in"
comment "Applications"
source "package/microperl/Config.in"
source "package/strace/Config.in"
comment "Networking"
source "package/ppp/Config.in"
source "package/dropbear/Config.in"
source "package/ebtables/Config.in"
source "package/arptables/Config.in"
source "package/iproute2/Config.in"
source "package/openvpn/Config.in"
source "package/pptpd/Config.in"
comment "Libraries"
source "package/zlib/Config.in"
source "package/libpcap/Config.in"
source "package/libelf/Config.in"
source "package/matrixssl/Config.in"
source "package/lzo/Config.in"
source "package/openssl/Config.in"
source "package/popt/Config.in"
endmenu
menu "Kernel Configuration"
source "package/linux/Config.in"
endmenu
source "package/Sysconf.in"