1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-24 18:10:16 +03:00
openwrt-xburst/package/Config.in
nico 26849323b9 Add popt package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@317 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-06 12:30:39 +00:00

37 lines
768 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 "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/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"