1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-24 13:46:47 +03:00
openwrt-xburst/package/Config.in
wbx 730e1e976f add lcd4version. compiles now, but i have no clue if it will work with some lcd displays
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@402 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-20 03:37:44 +00:00

49 lines
1.1 KiB
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/haserl/Config.in"
source "package/microperl/Config.in"
source "package/strace/Config.in"
source "package/lcd4linux/Config.in"
comment "Networking"
source "package/tcpdump/Config.in"
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/pptp/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/ncurses/Config.in"
source "package/openssl/Config.in"
source "package/pcre/Config.in"
source "package/popt/Config.in"
endmenu
menu "Kernel Configuration"
source "package/linux/Config.in"
endmenu
source "package/Sysconf.in"